Missing model
The model gpt-realtime-2 is available on the OpenAI API but absent from the model catalog (packages/proxy/schema/model_list.json). The catalog currently has gpt-realtime ($4/$16, 32K context, 4K max output) and gpt-realtime-1.5, but not gpt-realtime-2 which is a significantly upgraded model with a 128K context window, 32K max output, and updated output pricing ($24/MTok).
OpenAI describes it as "our most capable realtime voice model" with support for speech-to-speech interactions, configurable reasoning effort, stronger instruction following, and reliable tool use.
Model details
| Field |
Value |
| Model ID |
gpt-realtime-2 |
| Format |
openai |
| Flavor |
chat |
| Multimodal |
true (audio + image input) |
| Input cost (per 1M tokens) |
$4.00 |
| Output cost (per 1M tokens) |
$24.00 |
| Cached input cost (per 1M tokens) |
$0.40 |
| Max input tokens |
128000 |
| Max output tokens |
32000 |
| Display name |
GPT Realtime 2 |
| Available providers |
["openai"] |
Verification checklist
Verification notes
Fields NOT verified from official sources:
- Azure availability — the existing
gpt-realtime and gpt-realtime-1.5 entries list ["openai", "azure"], but Azure availability for gpt-realtime-2 specifically is not confirmed. The downstream fix job should verify.
- Audio token pricing ($32/$64 per MTok) is published but omitted from the spec since the catalog schema uses text token pricing.
{
"kind": "missing_model",
"provider": "openai",
"models": ["gpt-realtime-2"],
"status": "active",
"model_specs": {
"gpt-realtime-2": {
"format": "openai",
"flavor": "chat",
"multimodal": true,
"input_cost_per_mil_tokens": 4.0,
"output_cost_per_mil_tokens": 24.0,
"input_cache_read_cost_per_mil_tokens": 0.4,
"displayName": "GPT Realtime 2",
"max_input_tokens": 128000,
"max_output_tokens": 32000,
"available_providers": ["openai"]
}
},
"source_urls": [
"https://developers.openai.com/api/docs/models/gpt-realtime-2",
"https://developers.openai.com/api/docs/models/all"
]
}
Missing model
The model
gpt-realtime-2is available on the OpenAI API but absent from the model catalog (packages/proxy/schema/model_list.json). The catalog currently hasgpt-realtime($4/$16, 32K context, 4K max output) andgpt-realtime-1.5, but notgpt-realtime-2which is a significantly upgraded model with a 128K context window, 32K max output, and updated output pricing ($24/MTok).OpenAI describes it as "our most capable realtime voice model" with support for speech-to-speech interactions, configurable reasoning effort, stronger instruction following, and reliable tool use.
Model details
gpt-realtime-2openaichattrue(audio + image input)$4.00$24.00$0.4012800032000GPT Realtime 2["openai"]Verification checklist
model_list.json. No match forgpt-realtime-2as a model key in the catalog.gpt-realtime-*convention used by sibling modelsgpt-realtime(line 11245) andgpt-realtime-1.5(line 11202).Verification notes
Fields NOT verified from official sources:
gpt-realtimeandgpt-realtime-1.5entries list["openai", "azure"], but Azure availability forgpt-realtime-2specifically is not confirmed. The downstream fix job should verify.{ "kind": "missing_model", "provider": "openai", "models": ["gpt-realtime-2"], "status": "active", "model_specs": { "gpt-realtime-2": { "format": "openai", "flavor": "chat", "multimodal": true, "input_cost_per_mil_tokens": 4.0, "output_cost_per_mil_tokens": 24.0, "input_cache_read_cost_per_mil_tokens": 0.4, "displayName": "GPT Realtime 2", "max_input_tokens": 128000, "max_output_tokens": 32000, "available_providers": ["openai"] } }, "source_urls": [ "https://developers.openai.com/api/docs/models/gpt-realtime-2", "https://developers.openai.com/api/docs/models/all" ] }