语音转文字 whisper-1
POST
https://api.chatgptsb.com/v1/audio/transcriptions
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Authorization
string
可选
示例值:
Bearer sk-xxxx
Body 参数multipart/form-data
file
file
必需
flac
、mp3
、mp4
、mpeg
、mpga
、m4a
、ogg
、wav
或 webm
。model
string
必需
whisper-1
。示例值:
whisper-1
prompt
string
可选
response_format
string
可选
json
、text
、srt
、verbose_json
或 vtt
。temperature
number
可选
示例值:
0
timestamp_granularities
array[string]
可选
response_format
、verbose_json
、word
、segment
。注意:时间戳没有额外的延迟,但生成单词时间戳会产生额外的延迟。language
string
可选
示例代码
返回响应
修改于 2024-11-24 10:14:06