Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
上传音频文件并使用 Whisper 系列模型获取转写结果。
POST /v1/audio/transcriptions
multipart/form-data
curl -X POST "$BASE_URL/v1/audio/transcriptions" \ -H "Authorization: Bearer $TOKEN" \ -F "model=whisper-1" \ -F "file=@sample.wav"
temperature
prompt
language