What changed
Three new purpose-built audio models replace the general-purpose gpt-4o-realtime-preview; the Realtime API simultaneously moved from preview to GA with new capabilities.
TL;DR
OpenAI now offers GPT-5-class reasoning in a voice-native model (gpt-realtime-2, $32/$64 per M audio in/out tokens), live multilingual translation (gpt-realtime-translate, $0.034/min, 70+ input languages → 13 output languages), and streaming transcription (gpt-realtime-whisper, $0.017/min).
Developer signal
If you're running voice agents on gpt-4o-realtime-preview, evaluate migrating to gpt-realtime-2 — it carries GPT-5 reasoning depth (better tool calls, more coherent multi-turn dialogue) and is priced as the successor to the canonical gpt-realtime alias. For translation-specific pipelines (live captions, multilingual call centers), gpt-realtime-translate is purpose-built and billed by the minute rather than per token, simplifying cost modeling for session-heavy workloads. gpt-realtime-whisper targets low-latency STT at the lowest per-minute price in the lineup. The Realtime API's GA milestone adds three production-grade features: remote MCP server connections (agents can call external tools mid-conversation), image input support, and SIP phone-calling via Session Initiation Protocol. Update openai-python to ≥ v2.36.0 before referencing the new model identifiers — older SDK versions lack type definitions for the new session configurations.