GPT-Live-1 review: is OpenAI's full-duplex voice model worth it?

Alicia Kirana Utomo
Written by

Alicia Kirana Utomo

Katelin Teen
Reviewed by

Katelin Teen

Last edited September 11, 2026

Expert Verified
Hand-drawn illustration of two people in a natural back-and-forth voice conversation, in OpenAI teal

Why I am reviewing this, and where I am coming from

I build product features and AI agents at eesel, and my team has spent the last three-plus years putting AI agents on live support queues. That vantage point shapes how I review a voice model. I have watched a confident-sounding bot quietly hand a customer the wrong answer, which is why we now simulate every rollout against a company's historical tickets before it ever talks to a real person. So when I test something like GPT-Live-1, I am not just asking "does it sound good," I am asking "what happens when it is wrong, and who is paying for the parts that make it right."

This is a hands-on review of the model itself: what it feels like to use, how it actually works under the hood, where it shines, where it stumbles, and what it means if you are thinking about voice for conversational support. I will lean on OpenAI's own launch materials for the mechanism and on real user reports for the reception.

What GPT-Live-1 actually is

GPT-Live-1 is OpenAI's third-generation voice model, first shipped inside ChatGPT Voice in July 2026 and released in the API on September 10, 2026. The headline feature is a full-duplex architecture: the model can listen and speak at the same time, rather than waiting for you to finish, guessing that you are done, and only then starting to think.

That sounds like a small thing. It is not. Older voice systems relied on a tiny "turn detector" model to decide when you had stopped talking. Guess too early and it cuts you off; guess too late and it feels sluggish. GPT-Live removes that detector from the audio path entirely, so the back-and-forth lands closer to human timing. In practice, it will drop in a "mhmm" while you are still talking, stay quiet when you pause to think, and let you interrupt it mid-sentence without losing the thread.

GPT-Live-1 API cover from OpenAI's launch, as shown on the GPT-Live launch page
GPT-Live-1 API cover from OpenAI's launch, as shown on the GPT-Live launch page

It replaces the old cascaded pipeline, the one that ran speech-to-text, then a model, then text-to-speech as a chained voice stack in series. If you have ever priced a voice stack by pairing something like ElevenLabs or Cartesia Sonic against a separate reasoning model, GPT-Live-1 collapses most of that into one model. One healthcare developer, Tony Stoyanov, said moving to it let his team cut 23,000 lines of code and simplify their codebase by about 80%.

How it works under the hood

This is the part I find really clever, and it is also the key to understanding the pricing and the limits. GPT-Live-1 puts the voice model in charge of the conversation and pushes everything else off the live path.

When a question needs web search, real reasoning, or a tool call, the voice model delegates to a backend frontier model (GPT-5.5 at launch) on a separate asynchronous path, and keeps talking to you while that work runs in the background. OpenAI rebuilt the media frontend in Go to replace an older Python implementation, using WebRTC for transport, and reports that the new system's p95 latency matches the old system's p50. The result is a clean split: a small, fast voice loop that must never stall, and a slower "brain" that can take its time without freezing the conversation.

That architecture is why your real cost is a stack, not a single number. On the API you are paying for three layers.

The three cost layers behind one GPT-Live-1 voice minute: the voice layer, backend model tokens, and the agent harness
The three cost layers behind one GPT-Live-1 voice minute: the voice layer, backend model tokens, and the agent harness
  1. The voice layer: the flat $0.05/min for GPT-Live-1 itself.
  2. The backend model tokens: whatever reasoning model you route to, billed separately and varying with how hard it thinks.
  3. The agent harness and tools: your framework, retrieval, and any ticketing system writes.

So the honest read is that $0.05/min is the floor, not the bill. If you want the full math on that, we broke it down in the companion OpenAI API cost post.

What is really good

Let me give credit where it is due, because the wins here are real.

The naturalness is a step change. OpenAI reports GPT-Live scoring roughly 30 points higher on its Full Duplex Bench than the previous GPT-Realtime-2.1 model, and in blind testing people preferred it about 75.7% of the time over the older Advanced Voice Mode. Partners building on it, like the language app Speak, reported cutting unwanted interruptions by around 80%. Those numbers match my own impression: it is the first voice model where I stopped consciously managing my turns.

It is smart enough when paired well. With a medium-effort backend model, OpenAI puts GPT-Live at the top of its Tau3 agentic benchmark. The delegation trick means you get low-latency chat and frontier-model reasoning, as long as you wire up the backend.

On the consumer side it is effortless. In ChatGPT there is no per-minute meter at all. GPT-Live-1 is the default voice model on Go, Plus, and Pro, GPT-Live-1 mini is the default on Free, and it rolled out globally across iOS, Android, and the web on day one.

ChatGPT Voice surfacing a live weather forecast mid-conversation, as shown on OpenAI's GPT-Live page
ChatGPT Voice surfacing a live weather forecast mid-conversation, as shown on OpenAI's GPT-Live page

The model can also surface visual answers during a spoken conversation, like a map or a schedule, which makes the "talk to it while driving or cooking" use case land better than earlier voice assistants managed.

Where it stumbles

A fair review names the limits plainly, and there are a few worth knowing before you commit.

It is not the frontier model, and it shows. Because GPT-Live-1 is a voice layer that hands off reasoning, its own answers can be shallow or occasionally odd when it does not delegate. One user on Hacker News put it bluntly:

Hacker News

"GPT-Live isn't a particularly intelligent model. It needs to handoff for reasoning and more complex tasks. You shouldn't expect its responses to be as reliable as a frontier model. It will sometimes say odd things."

The conversational habits can grate. The same reflexes that make it feel human can tip into over-eager. A common complaint is that it interrupts thinking pauses and paraphrases you too much:

Hacker News

"The new gpt-live feature tends to interrupt with 'human' sounding injections like 'hmm', 'huh' a bit too much for my liking. Also its crutch is to start by paraphrasing what I just said to it... after every single thing I say it starts to feel a bit much."

That said, plenty of real-world use is positive. One reviewer described leaning on it through CarPlay to practice French, noting it handled switching between languages mid-response "surprisingly well." The reception is mixed in the way brand-new interfaces usually are, not uniformly negative.

Custom voices and enterprise features are gated. Building your own branded voice means going through a "contact sales" flow, and OpenAI's enterprise voice product, Presence, sits as a separate layer on top. The self-serve API gives you the model, not the whole product.

My verdict, scored

Here is how I would score GPT-Live-1 across the dimensions I actually care about when evaluating a voice model for real work.

GPT-Live-1 scorecard
My hands-on ratings, out of 5.
Conversational naturalness ●●●●●
Latency and responsiveness ●●●●●
Standalone intelligence ●●●○○
Cost predictability (API) ●●●○○
Fit for customer support ●●○○○
Verdict: A best-in-class voice layer that is only half of a working agent. Superb for natural conversation, incomplete as a support solution on its own.

What GPT-Live-1 means for customer support

This is where I put my support hat back on, because voice-for-support is where the per-minute model gets interesting, and a little risky.

Per-minute billing charges you for talk time, not for outcomes. For a language tutor or a reservation bot, that is fine. For support it inverts the incentive you want. A frustrated customer on a ten-minute call that ends in an escalation costs you more than a calm one resolved in ninety seconds, even though the second interaction is the actual win. If first-contact resolution is what you report on, a meter that runs on minutes is measuring the wrong thing and quietly distorts your support metrics.

There is also the intelligence gap. GPT-Live-1 makes the conversation feel human. It does not, on its own, know your refund policy, resolve a ticket, or handle tier-1 deflection against your own docs. That is not a knock on OpenAI, it is by design: they built a voice layer and priced it as one. The business context and the automated ticket resolution are meant to come from whatever you build on top. This is the same lesson I see with any raw AI call center build: the voice is the easy, impressive part, and the knowledge, retrieval, and escalation handling are the parts that actually close the loop.

Where eesel fits: infrastructure versus the teammate

The clean way to frame it is that GPT-Live-1 is infrastructure, and eesel is the employee. GPT-Live-1 is a model you wire into your own product. eesel is a platform where you hire a ready-to-work AI teammate for a specific job, and it arrives already carrying the skills, integrations, and company context for that role.

For support, that teammate is the AI helpdesk teammate. It joins your existing queue, learns from your past tickets and help center, and, unlike a raw voice model, it is billed per resolution rather than per minute of talk, so your cost tracks tickets actually closed. You can still point it at a voice front end like GPT-Live-1 when you want natural phone conversations, and keep the cost-per-resolution math sane. And because we simulate on your historical tickets before go-live, you see the likely outcome before a customer ever does, which is the exact "what happens when it is wrong" question I opened with.

Because a lot of teams reaching for a voice API really want programmatic, headless control, it is worth knowing eesel exposes a real CLI alongside the dashboard. It is the same AI teammate and the same workspace, driven from a terminal instead of a browser: a person can run it by hand, scripts can automate it, and coding agents like Claude Code, Codex, and Cursor can operate it directly, the same way you would drive any other ChatGPT agents workflow. So if the reason you were eyeing the API was scriptable control, you do not have to trade "programmable" for "already knows my support context."

If you want the honest comparison for your own volume, the cost savings breakdown and our build vs buy guide both walk the per-minute-versus-per-resolution decision, and the wider case for AI vs human support sits alongside it.

GPT-Live-1 review, in one line

GPT-Live-1 is the best voice layer OpenAI has shipped, and it is exactly that: a layer. As a conversational AI interface it is a clear buy, free inside paid ChatGPT and a genuine leap in naturalness. As the foundation for a voice product you have to remember it is half the stack, with a backend model and harness billed on top. And if the job is support, ask the only question that matters: are you paying for minutes, or for resolved tickets?

Want a support teammate that already knows your help center and bills per resolution, not per minute? eesel plugs into your existing helpdesk in minutes, simulates on your own past tickets before it goes live, and is free to try. Try eesel or book a demo to see it on your own data first.

Frequently Asked Questions

Is GPT-Live-1 worth it?
For a natural, low-latency voice experience, yes. GPT-Live-1 is the smoothest full-duplex voice model I have used, and in ChatGPT it is free on paid plans. The caveat is that it is a voice layer, not a brain: it delegates reasoning to a backend model, so on the API you are buying part of a stack, not a finished agent. For support specifically, weigh it against a purpose-built AI agent for customer service.
How much does GPT-Live-1 cost?
GPT-Live-1 pricing is $0.05 per minute in the API for the voice layer only, plus the backend model tokens and harness you pair with it. Inside ChatGPT there is no per-minute meter, it is bundled into Go, Plus, and Pro. The full breakdown lives in our OpenAI API cost write-up.
How does GPT-Live-1 compare to the old Realtime API?
GPT-Live-1 removes the turn detector and runs full-duplex, so it feels more immediate than the older voice AI models that stitched speech-to-text, an LLM, and text-to-speech in series. It also swaps token-metered audio billing for a flat per-minute rate. The Realtime API still exists for lower-level control, but GPT-Live is OpenAI's recommended path for natural conversation.
Is GPT-Live-1 good for customer support?
The voice quality is excellent, but per-minute billing charges you for talk time rather than tickets resolved, which is the wrong incentive for support. A ten-minute frustrated call costs more than a fast resolution. Tools built for support bill per outcome instead, which is why resolution rate is a better metric to price against than minutes.
What model does GPT-Live-1 use for reasoning?
GPT-Live-1 handles the conversation and delegates deeper reasoning to a backend frontier model, GPT-5.5 at launch, and you can route to a heavier model like Astra for complex issues. That means the intelligence in your ChatGPT agents workflow comes from the model you pair it with, not from GPT-Live-1 alone.
Does GPT-Live-1 replace a full customer service AI?
No. GPT-Live-1 is infrastructure: it makes the conversation sound human but does not know your refund policy or your help center out of the box. A complete customer service AI adds the knowledge, integrations, and escalation logic on top. Think of GPT-Live-1 as the voice and the support platform as the teammate.
Can I try GPT-Live-1 for free?
Yes. Every ChatGPT Free user gets GPT-Live-1 mini as the default ChatGPT Voice model, and paid plans get the full model at no extra charge. The $0.05/min rate only applies to the API. If you are deciding whether to build on it or buy a finished tool, our build vs buy guide walks the tradeoff.

Share this article

Alicia Kirana Utomo

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.

Related Posts

All posts →
Two people having a natural conversation with an AI voice assistant, sound waves flowing between them
Trending

GPT-Live-1: OpenAI's full-duplex voice model, explained

What GPT-Live-1 actually is: OpenAI's full-duplex voice model that listens and speaks at once, now in ChatGPT and the API at $0.05 per minute.

Alicia Kirana UtomoAlicia Kirana UtomoSep 11, 2026
Illustration of a per-minute voice cost meter with sound waves, in OpenAI teal
Trending

GPT-Live-1 pricing: what the $0.05/min API really costs

GPT-Live-1 pricing is $0.05 per minute in the API, plus the backend model and harness you pair it with. Here is the full breakdown, the ChatGPT plans, and the real per-conversation cost.

Rama Adi NugrahaRama Adi NugrahaSep 11, 2026
Illustration of a custom AI inference chip on a circuit board next to a row of servers
Trending

OpenAI's Jalapeño chip: what it is and why it matters

OpenAI's Jalapeño is its first custom AI chip, an inference ASIC built with Broadcom. Here's what it does, the benchmark numbers, and why it matters.

Alicia Kirana UtomoAlicia Kirana UtomoAug 30, 2026
Editorial illustration of a large language model reasoning over a long stream of documents
Trending

Kimi K3 review: Moonshot's open frontier model, tested

A hands-on Kimi K3 review: the 2.8T open model's architecture, benchmarks, real pricing, and what the launch-week community actually thinks.

Alicia Kirana UtomoAlicia Kirana UtomoJul 21, 2026
Illustration of a self-hosted AI agent runtime running as a single binary
Trending

ZeroClaw review: the open-source AI agent runtime, honestly tested

An honest ZeroClaw review: what the open-source, Rust-based AI agent runtime does brilliantly, where its security story wobbles, and who should skip it.

Rama Adi NugrahaRama Adi NugrahaJul 19, 2026
Illustrated hero banner for GPT-5.6 Luna, OpenAI's fastest and cheapest model tier, with a crescent moon and speed motif
Trending

GPT-5.6 Luna: OpenAI's fastest, cheapest model tier explained

GPT-5.6 Luna is the fastest, cheapest tier of OpenAI's new model family, at $1/$6 per 1M tokens. Here is what it does, what it costs, and where you can use it.

Alicia Kirana UtomoAlicia Kirana UtomoJul 10, 2026
Illustrated hero banner for a hands-on review of Paperclip, the open-source AI agent control plane
Trending

Paperclip review: the open-source AI agent runtime, tested

An honest Paperclip review: what the open-source control plane for running a company of AI agents does brilliantly, where its support story falls short, and who should actually run it.

Rama Adi NugrahaRama Adi NugrahaJul 20, 2026
Illustrated hero banner for a Claude Fable 5.1 review in Anthropic's clay-orange palette
Trending

Claude Fable 5.1 review: is Anthropic's top model worth it?

A hands-on Claude Fable 5.1 review: what actually changed, the benchmarks worth trusting, the refusal complaints, and who should pay $10/$50 per MTok.

Rama Adi NugrahaRama Adi NugrahaSep 8, 2026
Illustration of the IBM Granite 4.2 open model family with reasoning, speech, and security icons
Trending

IBM Granite 4.2 review: is IBM's open reasoning model worth it?

A hands-on IBM Granite 4.2 review: what changed, the benchmarks, real access and pricing, and where the 3B/8B/30B open models fit for support and AI teams.

Alicia Kirana UtomoAlicia Kirana UtomoAug 30, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free