OpenAI's marquee bet on natural voice conversation has now had nearly two months in the wild, and the picture emerging from independent testing is more nuanced than the company's own launch framing suggested. GPT-Live, the full-duplex speech model that replaced the text-pipeline architecture underneath ChatGPT Voice, went live on July 8, 2026, eliminating the separate speech-to-text, language-model, and text-to-speech hops that defined every previous version of the product. OpenAI never published an end-to-end latency figure for the new system. When the real-time infrastructure company Agora ran its own controlled benchmark on an iPhone 13 two days after launch, it found GPT-Live's median response time beat the prior Advanced Voice Mode by just 205 milliseconds — a meaningful but far more modest gain than the "sub-300ms" figures now circulating in some coverage of the launch imply.

The architectural shift is real and significant, even if the headline latency numbers need context. ChatGPT's original voice feature, dating to 2023, chained three separate models together: one to transcribe speech to text, GPT to generate a text reply, and a third model to read that reply aloud. "Cascaded voice systems... enabled us to talk to frontier AI models for the first time, but the complexity came at a cost: information could be lost across models, and responses were slow and stilted," OpenAI wrote in its launch post. Advanced Voice Mode, introduced with GPT-4o in 2024, collapsed that pipeline into a single speech-to-speech model but still operated in rigid turns, waiting for silence before it would respond — a design that could misfire on a cough, a pause, or background noise.

GPT-Live removes the turn detector from the audio path entirely. The model is full-duplex, meaning it processes incoming audio while simultaneously generating outgoing speech, deciding many times per second whether to talk, listen, pause, or hand a question off to a background reasoning model. "For voice AI, knowing when to speak is harder than it sounds," wrote OpenAI engineers Justin Uberti and Zahan Malkani in an August 3 technical post detailing the six-month rebuild. Their team rewrote the media and inference stack in Go, replacing a Python implementation, and developed a new protocol called WARP that collapses the WebRTC connection handshake from six network round trips to one. When a query needs deep reasoning, web search, or tool use, GPT-Live delegates to GPT-5.5 in the background while continuing to talk — a two-model split OpenAI says lets the system "keep the conversation going, even as it handles multiple tasks in the background."

Two versions are rolling out globally on iOS, Android, and ChatGPT.com: GPT-Live-1, now the default for Go, Plus, and Pro subscribers, and GPT-Live-1 mini for Free-tier users. OpenAI says more than 150 million people use ChatGPT Voice and Dictation weekly. Sam Altman posted about the launch on July 8: "GPT-live (next-generation voice) launches today in ChatGPT. it feels magical and 'real'. i have always preferred typing to talking to an AI, now i think that's going to shift." The GPT-Live API remains waitlist-only as of this writing; developers currently building on OpenAI's Realtime API are still working with a separate model, gpt-realtime-2.1, and OpenAI has not disclosed API pricing for GPT-Live.

Agora's benchmark, run with prerecorded speech through an artificial mouth and dual-track waveform recordings, complicates the "faster" narrative on its own terms. While GPT-Live's median response edge over Advanced Voice Mode was modest, its consistency improved dramatically: response-time variance collapsed nearly fivefold, from a standard deviation of 489 milliseconds down to 104 milliseconds, and the 90th-percentile response landed just 104ms above the median rather than nearly double it. Under 10% simulated packet loss, GPT-Live's median response degraded by only 314ms versus 2,448ms for Advanced Voice Mode. But GPT-Live was also 498ms slower to fall silent when deliberately interrupted, and in noisy-room tests it spontaneously answered background conversation not directed at it in 4 of 30 trials — a new failure mode the older, more literal turn-detection systems didn't exhibit. "The full-duplex era has started, and now we can measure it," Agora's Hermes Frangoudis wrote.

Why It Matters

The contest for voice AI has splintered into different bets. Google's Gemini Live pairs a speed-optimized model with camera and screen-sharing perception rather than raw conversational depth. ElevenLabs' Conversational AI still runs a cascaded stack — dedicated speech-to-text, a chosen LLM, and ElevenLabs' text-to-speech — but leads on voice quality across more than 70 languages. Kyutai's Moshi remains the most credible open-source full-duplex model, with reported processing latency of 160-200ms on an A100 GPU, though it lacks GPT-Live's frontier-model delegation for complex reasoning. OpenAI's move to decouple "talking" from "thinking" — routing hard questions to GPT-5.5 asynchronously rather than blocking the conversation — is the more distinctive architectural bet, and it's one rivals without OpenAI's model stack will struggle to replicate cheaply.

What to Watch

Watch for OpenAI to open the GPT-Live API to developers off the current waitlist, which will let outside benchmarking firms test the model against Gemini Live and ElevenLabs under comparable conditions rather than relying on ChatGPT-app measurements alone. Also watch whether OpenAI publishes its own latency and interruption-handling numbers — the silence so far has left independent labs like Agora to set the terms of the public benchmark debate, and the false-answer-to-background-speech problem Agora surfaced is the kind of safety-adjacent issue likely to draw more scrutiny as GPT-Live scales to video and screen-sharing support, which OpenAI has said is coming but did not ship at launch.

“GPT-Live (next-generation voice) launches today in ChatGPT. It feels magical and 'real'. I have always preferred typing to talking to an AI, now I think that's going to shift.”
— Sam Altman, CEO, OpenAI
205ms
Measured latency edge over Advanced Voice Mode
5x
Reduction in response-time jitter
150M
Weekly voice and dictation users
July 8, 2026
GPT-Live launch date