
What GPT-Live actually is
GPT-Live is a new generation of voice models from OpenAI, announced on July 8, 2026, that "make talking with AI feel much more like having a real conversation." It now powers the default ChatGPT Voice experience and is positioned as OpenAI's "smartest voice model yet."
If you've used ChatGPT by voice before, you've used one of two older approaches. GPT-Live replaces both as the default:
- Cascaded voice was the original ChatGPT Voice: three models chained together (speech-to-text → LLM → text-to-speech). Information got lost between the models, and replies were slow and stilted.
- Turn-based voice was Advanced Voice Mode: one model handled audio, but it still worked in discrete turns and waited for silence to decide you were done. A pause or a passing bus could get read as "your turn's over," and it would cut in.
GPT-Live throws out the turn. It's the same shift the rest of conversational AI has been chasing, and OpenAI is the one who shipped it into a product 150M+ people already use weekly by voice. It's also the clearest answer yet to the "ChatGPT finally caught up to Gemini Live" framing you'll see in any ChatGPT vs Gemini thread.
How full-duplex works (the mechanism)
I find the architecture is the only part of this worth really understanding, because it explains every other thing GPT-Live does.
A full-duplex architecture means the model continuously processes input while generating output instead of chewing through one message at a time. Many times per second, it's making a decision: speak, keep listening, pause, interrupt, or call a tool. That's why it can drop a "mhmm" while you're mid-sentence, trade quick back-and-forth, or sit quietly when you clearly need a second to think.
That constant listen-and-speak loop is the whole trick. Turn-based voice had to guess when you were finished, using silence as the signal. Full-duplex doesn't guess, because it never stops listening. That's also what lets it do live translation and keep a better sense of timing.

The GPT-5.5 delegation split
Here's the second design decision, and it's the one that matters most for anyone thinking about real work.
OpenAI decoupled GPT-Live (which handles continuous interaction) from the deep reasoning. When a question needs web search, harder thinking, or something agentic, GPT-Live hands it to another model in the background and brings the answer back when it's ready. While that runs, GPT-Live keeps talking so the conversation never stalls.
At launch, the background model is GPT-5.5, and OpenAI says it'll keep swapping in newer frontier models over time. This is the point the sharpest operators seized on: the intelligence isn't new, the interaction is.
"GPT-Live is not just a better voice mode. It is OpenAI separating two jobs: One model handles the human conversation. Another model handles deep thinking in the background... Voice was the interface. Now it is becoming the workflow."
You can also choose the reasoning level that fits the moment. Per OpenAI's footnote, Instant and mini run on GPT-5.5 Instant, while Medium and High run on GPT-5.5 Thinking at medium and high effort:
- Instant — fastest replies, least thinking.
- Medium — more thinking time.
- High — most thinking time (and slower, especially when it searches the web).
Which plan gets GPT-Live?
OpenAI is rolling out two models globally: GPT-Live-1 becomes the default for Go, Plus, and Pro, and GPT-Live-1 mini becomes the default for Free users. But the live pricing page doesn't sell "GPT-Live" as a product; it exposes Voice as a graded feature by plan. Here's how the two views line up. Pick your plan:
Two caveats worth flagging: Business, Enterprise, and Edu workspaces don't get Live at launch (they keep their existing Voice options), and the per-seat Business/Enterprise prices sit behind a contact-sales tab. If you're comparing plans, my full ChatGPT pricing breakdown has the model-by-tier matrix.
The benchmarks
OpenAI built new human evaluations for this, measuring the pleasantness and flow of conversation rather than just raw accuracy. In 5–10 minute head-to-head chats, both new models were "strongly preferred" over Advanced Voice Mode (AVM):
| Model | Preferred vs AVM | Flow (mean/7) | Pleasantness (mean/7) |
|---|---|---|---|
| GPT-Live-1 | 75.7% | 4.96 | 5.19 |
| GPT-Live-1 mini | 69.2% | 4.33 | 4.47 |
| Advanced Voice Mode | (50% = parity) | 3.80 | 3.82 |
The reasoning jump over AVM is the more striking number, and it comes straight from that GPT-5.5 delegation. On GPQA (expert scientific reasoning) and BrowseComp (agentic web search):
| Model | GPQA | BrowseComp |
|---|---|---|
| Advanced Voice Mode | 45.3% | 0.7% |
| GPT-Live-1 mini | 74.9% | 31.6% |
| GPT-Live-1 (instant) | 76.5% | 35.1% |
| GPT-Live-1 (medium) | 81.7% | 60.6% |
| GPT-Live-1 (high) | 84.2% | 75.2% |
BrowseComp going from 0.7% to 75.2% is the delegation split doing its job: the voice layer stays light, the heavy model does the search. OpenAI also ran an internal telecom-support eval (τ³-Voice) where GPT-Live-1 (High and Medium) led AVM on task success. That's the number support teams should watch, even if it's a vendor-run test, because a full-duplex voice AI agent that can actually close a telecom ticket is a very different product from a chatty demo.
The nine voices, and the safety guardrails
OpenAI remastered nine voices for GPT-Live — Arbor, Breeze, Cove, Ember, Juniper, Maple, Sol, Spruce, and Vale. Notably, it's "designed for conversation, not voice impersonation": the voices are predefined, with safeguards to stop it mimicking a real person.
On safety, GPT-Live added voice-specific training and real-time safeguards that can act while the model is speaking — steer toward a safer answer, surface crisis resources, or end the conversation in higher-risk cases. There are teen protections tied to Parental Controls, and post-launch monitoring focused on emotional reliance. The full detail is in the system card.
What it can't do yet
This is where the launch-day glow needs a cold read. GPT-Live has real limits:
- No video or screen sharing at launch. This is the most-repeated complaint. If you need it, ChatGPT keeps legacy Advanced Voice Mode around specifically for those features.
- Language gaps. It's optimized for the most popular ChatGPT languages; for others it may have a non-native accent or fluency gaps.
- Not in Business/Enterprise/Edu workspaces, Temporary Chats, the desktop app, Work, Codex, or custom GPTs at launch.
- No API yet. GPT-Live-1 and mini are "coming soon" to the API with no published pricing, which is exactly the piece that would unlock phone and agent use cases. For now, developers build voice on the existing audio and speech API and wire it into the Assistants API.
What people are actually saying
Early reaction has been mostly positive, and the interesting thing is what people praise: the feel, not the IQ. A launch-day tally from Digg put it at 78% positive across 482 reactions, with critics pointing at latency and the occasional wrong answer. If you're mapping the wider field, my roundups of conversational AI platforms and the best voice assistants put GPT-Live in context.
The "walkie-talkie is dead" framing showed up everywhere:
"Old voice AI worked like a walkie-talkie. GPT-Live works more like a real conversation. It can listen and speak at the same time. So you can pause, interrupt, think out loud, or change direction without the whole thing feeling awkward."
And the developer read landed on the piece that isn't shipped yet — the API for voice agents and phone calls:
"This model and a smaller version — GPT-Live-Mini — will be available soon in the API, meaning anyone can build apps or agents using this conversational system, including to answer or make phone calls. For now there's no pricing."

What GPT-Live means for customer support
Here's my actual take, having spent the last three-plus years building AI agents that sit on live support queues.
GPT-Live is a genuine step for the interface. Once the API ships, "call a support line and talk to an AI that doesn't feel like an IVR" gets much more real, and that's a good thing. The voice AI category has been waiting for exactly this, and you can already see the shape of it in tools like Zendesk voice AI agents and Freshcaller voice agents.
But the demo hides the hard part. The thing that breaks support AI in production isn't clunky turn-taking, it's confidence. I've watched a smooth-sounding bot answer a customer wrong, which is precisely why every eesel rollout gets simulated against a customer's historical tickets before it's allowed to answer anyone live. A more natural voice makes a wrong answer sound more convincing, not less. It's the same reason the cost math on AI support only works when the AI knows its own limits. One CX lead put the whole thesis in a single line on a sales call with the team:
"The AI will never be able to answer 100% of the questions, but if it tries and just answers 'sorry I don't know this,' I cannot go and check all my 7,000 tickets to see if the AI actually made a good answer, then the point is a little bit gone. I need an AI who is only handling the tickets that it's confident to handle and all the other ones, leave them alone."
a CX lead at a DTC brand handling ~7,000 tickets a month
That's the bar. And it's why, today, the practical win for a support team isn't waiting on a voice API, it's automating the email and chat tickets that make up most of your volume, inside the helpdesk you already run. That's the job an AI helpdesk agent does now, and it's how the best customer service AI tools already earn their keep, well before anyone picks up a phone.

That's what I work on. eesel is an AI for customer service that plugs into your existing stack (Zendesk, Freshdesk, Gorgias, Help Scout, and more), trains on your past tickets and help center, and then only auto-replies when it's confident, quietly leaving the rest for your team. Before it goes live, you can simulate it on thousands of your real past tickets to see exactly what it would have said. When GPT-Live's API does land, a model-agnostic AI agent for customer service is what lets you plug it in on evidence instead of hype. Try eesel free, no sales call needed.
Frequently Asked Questions
What is GPT-Live?
Is GPT-Live free?
What is the difference between GPT-Live and Advanced Voice Mode?
What model does GPT-Live use?
Can I use GPT-Live for customer support or phone calls?
Does GPT-Live support video or screen sharing?
How do I turn on GPT-Live in ChatGPT?
When is GPT-Live coming to the API?

Article by
Alicia Kirana Utomo
Kira is a writer at eesel AI with a Computer Science background and over a year of hands-on experience evaluating AI-powered customer service tools. She focuses on breaking down how helpdesk platforms and AI agents actually work so that support teams can make better buying decisions.








