Back to Models
gpt-realtime-1.5
openaiopenai/gpt-realtime-1.5
Best voice model for audio in, audio out.
Context Length
--
Max Output
--
Input Price
$4.80/ 1M tokens
Output Price
$19.20/ 1M tokens
Modalities
textaudioimage→textaudio
Pricing Breakdown
| Type | Rate |
|---|---|
| Input | $4.80 / 1M tokens |
| Output | $19.20 / 1M tokens |
| Audio input | $38.40 / 1M tokens |
| Audio output | $76.80 / 1M tokens |
| Image input | $6.00 / 1M tokens |
| Cached audio input | $3.84 / 1M tokens |
| Cached image input | $0.600 / 1M tokens |
Supported Parameters
modalitiesvoicetemperaturetoolsinput_audio_formatoutput_audio_format
API Usage Examples
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-1.5",
"modalities": ["text", "audio"]
}'