Back to Models
gpt-realtime-whisper
openaiopenai/gpt-realtime-whisper
Whisper-class automatic speech recognition over the realtime channel. Audio in, transcribed text out.
Context Length
--
Max Output
--
Request Priceper request
$0.009/ request
Modalities
audioβtext
Pricing Breakdown
| Type | Rate |
|---|---|
| Request | $0.009 / request |
request is estimated price per minute; verify Azure Foundry pricing before merge (task 1.2)
Supported Parameters
languagepromptresponse_formattemperature
API Usage Examples
Use the global api.therouter.ai endpoint shown below for new integrations; the legacy China accelerated endpoint is retired.
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"]
}'