OpenAI shipped three speech-focused models in one release, and the one drawing attention is GPT-Realtime-2 — the first voice model OpenAI describes as carrying GPT-5-class reasoning. If you build voice agents, that claim is worth more scrutiny than a launch post invites. We looked at what genuinely changes when a real-time speech model can reason, and what stays exactly as hard as it was last week.
Why reasoning inside a voice model is a real shift
For most of the last two years, a voice agent meant one of two architectures, and both carried a known weakness.
The pipeline approach chains three services: speech-to-text transcribes the user, a text LLM decides what to say, and text-to-speech voices the reply. You get a capable reasoning model in the middle, but every hop adds latency, and the transcription step discards tone, hesitation, and overlap — the things that make a conversation feel like one exchange instead of three.
The native speech model approach skips transcription entirely. The model takes audio in and produces audio out, which keeps latency low and preserves how something was said. The tradeoff has been reasoning depth. Earlier real-time speech models were fast and natural but thin on inference. You felt it in specific ways: the agent dropped the second half of a two-part instruction, lost the thread after an interruption, or confidently answered a question that required a step of logic it never took.







