返回模型列表
gpt-realtime-whisper
openaiopenai/gpt-realtime-whisper
Whisper-class automatic speech recognition over the realtime channel. Audio in, transcribed text out.
上下文长度
--
最大输出
--
请求价格按次
$0.009每次请求
模态能力
音频→文本
价格明细
| 类型 | 费率 |
|---|---|
| 请求 | $0.009 每次请求 |
request is estimated price per minute; verify Azure Foundry pricing before merge (task 1.2)
支持参数
languagepromptresponse_formattemperature
API 使用示例
所有新集成都应使用下方示例中的全球端点 api.therouter.ai;旧中国加速端点已下线。
cURL
curl https://api.therouter.ai/v1/realtime/sessions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "openai/gpt-realtime-whisper",
"modalities": ["text", "audio"]
}'