返回模型列表
gpt-realtime-2
openaiopenai/gpt-realtime-2
Successor to gpt-realtime-1.5 with improved voice synthesis and lower latency. Realtime audio in, audio out.
上下文长度
--
最大输出
--
输入价格每百万 tokens
$6.00每百万 Tokens
输出价格每百万 tokens
$24.00每百万 Tokens
模态能力
文本音频图像→文本音频
价格明细
| 类型 | 费率 |
|---|---|
| 输入 | $6.00 每百万 Tokens |
| 输出 | $24.00 每百万 Tokens |
Selling price = 1.25x upstream cost; verify upstream pricing before merge (task 1.3)
支持参数
modalitiesvoicetemperaturetoolsinput_audio_formatoutput_audio_format
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-2",
"modalities": ["text", "audio"]
}'