GPT-Live turns voice AI from walkie-talkie into conversation

Two cobalt audio waveforms crossing through a circular neural interface

TL;DR

OpenAI launched GPT-Live-1 and GPT-Live-1 mini on July 8 as the new engines behind ChatGPT Voice, which more than 150 million people use weekly. The full-duplex architecture listens and speaks simultaneously — no more waiting for a clean turn boundary — and delegates hard questions to GPT-5.5 in the background while keeping the conversation going. Rolling out globally now; API access is planned but not yet dated.

What happened

GPT-Live is OpenAI’s third architectural swing at voice. The original ChatGPT Voice chained three models — speech-to-text, an LLM, text-to-speech — which lost information between hops and felt slow. Advanced Voice Mode collapsed that into one turn-based audio model, faster but still rigid: it detected turns by silence, so a thinking pause or passing traffic could trigger an interruption. GPT-Live processes input continuously while generating output, making interaction decisions many times per second — speak, keep listening, pause, interrupt, or invoke a tool. It back-channels (“mhmm,” “got it”), waits when you pause, stays quiet when told to, and can do live translation.

The second architectural change is delegation. GPT-Live handles the conversational surface; when a question needs web search, reasoning, or agentic work, it hands the task to a frontier model — GPT-5.5 at launch — and keeps talking while the work happens in the background. Users can pick Instant, Medium, or High reasoning; OpenAI says it will swap in newer frontier models as they ship. On its evaluations, GPT-Live-1 was strongly preferred over Advanced Voice Mode in matched 5–10-minute conversations, and posted gains on GPQA (scientific reasoning), BrowseComp (agentic search), and an internal voice-telecom support benchmark.

The ChatGPT rollout adds visual cards during voice chats for weather, stocks, sports, and maps, plus remastered versions of all nine voices. GPT-Live-1 becomes the default for Go, Plus, and Pro users; the mini variant for Free users. Launch limitations: no voice-with-video or screen sharing yet (legacy modes still offer them), and some languages may get a non-native accent or fluency gaps.

Voice-specific safety got real attention. Real-time safeguards can steer the model mid-sentence, surface crisis resources, or end a conversation in higher-risk cases; self-harm support flows were adapted for voice with expert-vetted helplines. Teen protections are trained into the model, with parental controls and notifications in higher-risk situations. OpenAI says GPT-Live uses only predefined voices, with safeguards against imitating real people, and is monitoring post-launch for emotional-reliance patterns.

Why it matters

Most voice assistants still behave like radios: one side talks, silence marks the handoff, and background noise triggers the wrong turn. Continuous interaction makes voice plausible for support lines, coaching, translation, and hands-busy work where a rigid prompt-response loop breaks the task — which is presumably why OpenAI built a telecom-support benchmark to test it.

The separation between conversational presence and deeper reasoning is also a useful agent pattern beyond voice. The fastest model doesn’t need to solve everything; it needs to keep the interaction coherent while specialists work behind it. OpenAI explicitly frames this as the path to “longer-running, and more agentic” voice work.

The fine print

The preference and benchmark results are OpenAI’s own evaluations, including an internal telecom variant scored by a customized user model. The emotional-reliance monitoring is a commitment, not a result — the company’s own affective-use research is what prompted it. And developers can’t build on any of this yet; the API is a sign-up form.

The headline feature is that the AI can now say “mhmm” while another model does the actual work. Corporate meetings have finally been automated end to end.