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

Rama Adi Nugraha
Written by

Rama Adi Nugraha

Katelin Teen
Reviewed by

Katelin Teen

Last edited September 11, 2026

Expert Verified
Illustration of a per-minute voice cost meter with sound waves, in OpenAI teal

Why I care what a voice minute costs

I build the integrations and API plumbing at eesel, and we have spent the last three-plus years putting AI agents on live support queues. The pattern I have watched play out over and over is that a voice or chat model looks almost free at the sticker price, and then the real cost shows up in the parts nobody quoted: the reasoning model behind it, the retries, the escalations, the long calls that never resolve. So when OpenAI put a clean $0.05/min number on GPT-Live-1, my first instinct was not "cheap," it was "what is that number not counting?"

This post answers exactly that. I will walk the one number OpenAI published, the two cost layers it hides, the ChatGPT plans that bundle the model for free, and what all of it means if you are pricing a voice agent for customer support.

The one number: $0.05 per minute

Here is the quotable line, straight from OpenAI's launch: GPT-Live-1 is available in the API at $0.05 per minute for the front-end voice layer. It went live for developers on September 10, 2026, after first shipping inside ChatGPT in July.

What that flat per-minute rate buys you is the thing GPT-Live-1 is actually good at: a single model that reasons over incoming and outgoing audio together, so it can be interrupted mid-sentence, stay quiet during a pause, and keep talking while work happens in the background. It replaces the old stitched-together speech-to-text plus model plus text-to-speech pipeline, the kind you would price by comparing something like ElevenLabs pricing against a separate reasoning model, which is why one healthcare developer, Tony Stoyanov, said it let them cut 23,000 lines of code and simplify their codebase by 80%.

Flat per-minute pricing is also a real simplification over the old realtime models, where you metered audio input and output tokens separately and had to model caching to predict a bill. One number per minute is easier to forecast. It is just not the only number.

The two layers the $0.05 doesn't cover

GPT-Live-1 is deliberately a voice layer, not a brain. When a question needs search, reasoning, or a tool call, it delegates to a separate backend model like GPT-6 Astra or a third-party model, and keeps the conversation flowing while that work runs. That architecture is great for latency. It also means your bill has three parts.

What one voice minute really costs, a stacked breakdown of the GPT-Live-1 cost layers
What one voice minute really costs, a stacked breakdown of the GPT-Live-1 cost layers
  1. The voice layer: the flat $0.05/min for GPT-Live-1 itself.
  2. The backend model tokens: whatever reasoning model you pair it with. OpenAI's own guidance is to route light, high-volume tasks like scheduling to a cheap model like Luna, and hard, reasoning-heavy issues to a heavier model like Astra. That token cost is entirely on you and varies with how much the model thinks.
  3. The agent harness and tools: the framework, the tool calls, the retrieval, the ticketing system writes. This is your infrastructure cost, not OpenAI's line item, but it is real.

So the honest way to read GPT-Live-1 pricing is: $0.05/min is the floor. A conversation that stays chatty and rarely delegates hugs that floor. A conversation that constantly kicks hard questions to a heavy backend model can cost a multiple of it. If you have ever compared AI agent cost against a human agent, this is the same lesson: the sticker price and the loaded cost are different animals.

Estimate your real per-minute bill

Rather than hand-wave it, plug in your own numbers. This estimator stacks the flat voice rate on top of a rough backend-token cost so you can see the loaded per-minute figure and a monthly total.

The point the calculator makes fast: at a medium backend weight, your loaded cost is already well above the headline $0.05. That is not a knock on OpenAI, it is just how a delegating architecture prices out. Model this before you commit a voice deployment to a budget.

GPT-Live-1 pricing inside ChatGPT

If you are not building on the API, the pricing story flips and gets simpler. In ChatGPT, GPT-Live-1 powers the voice experience and there is no per-minute meter at all, it is bundled into whatever plan you already pay for.

ChatGPT Voice showing a live weather forecast during a spoken conversation, as shown on OpenAI's product pages
ChatGPT Voice showing a live weather forecast during a spoken conversation, as shown on OpenAI's product pages

The plan split is straightforward:

  • Free: default model is GPT-Live-1 mini.
  • Go, Plus, and Pro: default model is the full GPT-Live-1.

It rolled out globally across iOS, Android, and ChatGPT.com, so the model reached most users the day it shipped. For a consumer, the practical takeaway is that the better voice model is simply the default on a paid tier, and even Free gets a capable mini version. The metered $0.05/min world is only the developer's world.

What GPT-Live-1 pricing means for customer support

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

Per-minute billing charges you for talk time, not for outcomes. That is fine for a language tutor or a reservation bot, and it fits plenty of conversational AI use cases. For support it inverts the incentive you actually 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 win. If your resolution rate is what you care about, a meter that runs on minutes is measuring the wrong thing, and it muddies the support metrics you report on.

This is the same trap I see with a raw AI call center agent build: the voice layer is impressive and cheap-looking, and then the first-contact resolution work, the knowledge retrieval, the escalation handling, and the backend reasoning all have to be built and paid for before a single ticket is actually closed. GPT-Live-1 makes the conversation feel human. It does not, on its own, know your refund policy or your help center.

That gap is worth naming plainly, and it is not a criticism of GPT-Live-1: OpenAI built a voice layer and priced it as one. The intelligence and the business context are meant to come from the model and harness you bring.

Where eesel fits: infrastructure versus the teammate

The clean way to think about 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, crucially for this post, it is billed per resolution rather than per minute of talk. That means your cost lines up with tickets actually closed, not with how long a conversation drags. You can point the same teammate at a voice front end like GPT-Live-1 when you want natural phone conversations, and still keep the resolution economics sane.

And because a lot of teams reaching for a per-minute voice model are really trying to automate work programmatically, 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 your reason for going to the API in the first place is headless, scriptable control, you do not have to choose between "programmable" and "already knows my support context."

If you want the honest cost comparison for your own volume, the cost savings breakdown and our build vs buy guide both walk the per-minute-versus-per-resolution math in more depth.

GPT-Live-1 pricing, in one line

The number to remember is $0.05 per minute in the API, free inside every paid ChatGPT plan, with a backend model and harness stacked on top that you pay for separately. It is a fair, simple price for a much better voice layer. Just budget the whole stack, not the headline, and if the job is support, ask whether you are 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 ever goes live, and is free to try. Try eesel or book a demo to see it on your own data first.

Frequently Asked Questions

How much does GPT-Live-1 cost in the API?
GPT-Live-1 pricing is $0.05 per minute for the front-end voice layer, launched in the API on September 10, 2026. That number does not include the backend reasoning model or the agent harness you pair it with, so the real bill is the voice minute plus whatever tokens your backend model burns. If you are budgeting a full deployment, read up on AI customer support cost savings first.
Is GPT-Live-1 pricing cheaper than the old realtime models?
The $0.05/min flat voice rate is simpler to reason about than the old token-metered OpenAI API realtime accounting, where you paid for audio input and output tokens separately. Whether it is cheaper depends on your conversation length and how heavy your backend model is, which is why the calculator in this post exists.
Which ChatGPT plans include GPT-Live-1?
GPT-Live-1 is the default voice model for the Go, Plus, and Pro plans, and GPT-Live-1 mini is the default for Free users. In ChatGPT, voice is bundled into the subscription, so there is no separate per-minute charge, unlike the API. For a wider view of assistants, our roundup of the best AI chatbot for customer service is a good next read.
What is the total cost of a GPT-Live-1 voice agent?
Three layers: the $0.05/min voice layer, the backend model tokens (a light model like Luna for scheduling, a heavier one like Astra for complex issues), and your agent harness plus tools. A cheap backend keeps you close to $0.05/min; a heavy reasoning model can multiply it. This is the same reason a raw AI phone call looks cheap until you add the parts that actually resolve the request.
Can I use GPT-Live-1 for customer support pricing predictably?
You can, but per-minute billing makes support costs scale with talk time, not outcomes. A ten-minute frustrated call costs more than a resolved one. Tools built for support, like an AI agent for customer service, tend to bill per resolution instead, which maps cost to value rather than to how long someone talks.
Does GPT-Live-1 pricing include the backend reasoning model?
No. GPT-Live-1 handles the conversation and delegates deeper reasoning to a backend model like GPT-6 Astra or a third-party model, and you pay for that model separately. The $0.05/min buys you the natural, full-duplex voice layer, not the intelligence behind it. See AI vs human customer support for where each layer actually earns its keep.
Is there a free way to try GPT-Live-1?
Yes. Any ChatGPT Free user gets GPT-Live-1 mini as the default ChatGPT Voice model at no extra cost, and paid consumer plans get the full model. The $0.05/min rate only applies to the API, where you are building your own voice product. For support teams weighing build against buy, our build vs buy guide walks the tradeoff.

Share this article

Rama Adi Nugraha

Article by

Rama Adi Nugraha

Rama is a software engineer at eesel AI with two years of experience writing about B2B SaaS, AI tools, and customer support technology. Based in Bali, Indonesia, he brings a developer's perspective to product comparisons — cutting through marketing copy to what the integrations and APIs actually do.

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 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
Wonderful AI pricing breakdown illustration in deep electric blue
Trending

Wonderful AI pricing in 2026: what an enterprise AI OS really costs

Wonderful AI pricing is quote-only, with one public number: a $2.5M/year AWS listing. Here is what that buys, what it hides, and when to skip it.

Rama Adi NugrahaRama Adi NugrahaSep 9, 2026
Skywork AI pricing breakdown illustration
Trending

Skywork AI pricing: what it really costs in 2026

A plain-English breakdown of Skywork AI pricing: the $1 trial, the credit system, the $19.99 Pro plan, and the billing gotchas to watch before you pay.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 20, 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
Illustration of one dominant frontier AI model surrounded by a lineup of smaller alternative models
Trending

The 8 best GPT-6 Astra alternatives in 2026

GPT-6 Astra is a brilliant agent engine at 2.5x the price for a flat intelligence bump. Here are 8 GPT-6 Astra alternatives worth testing first.

Rama Adi NugrahaRama Adi NugrahaSep 9, 2026
Text and image inputs moving through risk flags to a human reviewer
Guides

OpenAI Moderation API: build a safer support review flow

Learn what OpenAI Moderation API signals mean, how to route flagged support content safely, and how eesel CLI helps test the support workflow around them.

Rama Adi NugrahaRama Adi NugrahaOct 12, 2025

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free