返回模型列表
Whisper
openaiopenai/whisper-1
General-purpose speech recognition model.
上下文长度
--
最大输出
--
音频价格按音频分钟
$0.0065每分钟音频
模态能力
音频→文本
能力
语音识别
价格明细
| 类型 | 费率 |
|---|---|
| 音频 | $0.0065 每分钟音频 |
request is price per minute
支持参数
filelanguagepromptresponse_formattemperature
API 使用示例
所有新集成都应使用下方示例中的全球端点 api.therouter.ai;旧中国加速端点已下线。
cURL
curl https://api.therouter.ai/v1/audio/transcriptions -H "Authorization: Bearer $THE_ROUTER_API_KEY" -F "model=openai/whisper-1" -F "file=@speech.mp3"