Free to read. Sign up to save tools and get alerts when they change. Plus 900+ more AI tool profiles.

Sign up free
7 min read·Updated September 11, 2026

OpenAI Realtime API (GPT-Live-1)

OpenAI logoBy OpenAIOpenAI on YouTube

The OpenAI Realtime API is OpenAI's WebSocket voice surface for builders. Since September 10, 2026 it hosts GPT-Live-1, a full-duplex model that listens and speaks at the same time and delegates reasoning to a separate backend model — priced at five cents per minute for the voice layer. It replaces the stop-start rhythm of chained speech-to-text, reasoning and text-to-speech, and ships with twelve new voices and telephony support.

Share

Listen to this overview

Free preview · first 0:30
0:00 / 0:30

Unlock audio and more

Audio streaming, downloadable PDFs and certificates come with Plus and Pro.

Learning Objectives

  • Understand what full-duplex voice means and why it is architecturally different from a chained voice pipeline
  • Price a GPT-Live-1 deployment, including the part that is not the per-minute rate
  • Decide when the Realtime API is the right surface and when batch text-to-speech or a specialist vendor is better

What Is the OpenAI Realtime API?

The OpenAI Realtime API is OpenAI's WebSocket-based interface for bidirectional, low-latency voice conversation — for builders who need a model to listen, reason and speak as a conversation unfolds, rather than processing text and audio in separate batch calls.

Since September 10, 2026 its headline model is GPT-Live-1, first introduced inside ChatGPT and now available to developers.

🎯Tip

Documentation: developers.openai.com/api/docs/guides/audio — WebSocket setup, session configuration and tool-use patterns.

Full duplex is the actual change

A conventional voice agent chains three components: speech-to-text, then a reasoning model, then text-to-speech. Each handoff adds latency, and each is a place to lose timing, context or the rhythm of a conversation. The result is the stop-start cadence that makes most voice bots feel like walkie-talkies.

GPT-Live-1 listens and speaks at the same time, reasoning over incoming and outgoing audio together in a single model. That is what allows it to handle an interruption gracefully, tolerate a pause without barging in, and ignore a cough or a background voice rather than treating it as a turn.

💡Key Concept

Why one model beats three. In a chained pipeline nothing knows whether the user has actually finished talking — speech-to-text only knows that sound stopped. So the system guesses with a silence timer, which is why these agents either interrupt you or leave dead air. A full-duplex model hears the incoming audio while producing its own, so "has this person finished their thought?" becomes something it can reason about rather than something a timer decides.

The most concrete published evidence for this is from the language-learning app Speak, which reports that GPT-Live-1 cut interruptions during thinking pauses by almost 80 percent against its previous turn-based system — giving learners more time to think before the tutor replies. That figure is the customer's own, published by OpenAI.

It delegates the thinking

GPT-Live-1 is a voice layer, not a frontier reasoning model. It delegates reasoning and tool calls to a backend text model — one of OpenAI's own, or a third-party model — and returns the answer in speech.

This is the design decision that most affects your bill and your latency budget, because you are running two models, not one. OpenAI's own published evaluations name the backend used for each result (Astra at medium effort for the harder banking and tool-use suites, Terra at low effort for others), which is a useful signal that backend choice materially moves the numbers.

It can also be wired directly to Codex, so a voice session can hand work to a coding agent and speak the result back.

Pricing

GPT-Live-1 costs five cents per minute for the front-end voice layer, billed on connected session time. That is only half the bill: the backend model that does the reasoning is billed separately at its own rates, and OpenAI publishes no combined figure, so a deployment using a frontier backend at high effort will cost substantially more than five cents a minute.

⚠️Warning

GPT-Live-1 is five cents per minute for the front-end voice layer. That figure does not include the backend model that does the reasoning, which is billed separately at its own rates. A deployment using a frontier backend at high effort will cost substantially more than five cents a minute, and OpenAI publishes no combined figure — you have to price both halves yourself.

GPT-Live-1 voice layer5 cents per minute
  • Full-duplex listening and speaking, interruption handling, telephony
  • Billed on connected session time
  • Available in the API today
Backend reasoning modelBilled separately at that model's own rates
  • Reasoning and tool calls delegated from the voice layer
  • Choose per product — effort level moves cost significantly
  • Can be an OpenAI model or a third-party one
Custom voicesContact sales
  • Access to voices beyond the published set
  • Eligibility and request process are not public
  • Not self-serve

The right comparison is not Realtime against batch text-to-speech — those are different product categories. It is Realtime against ElevenLabs Conversational AI, Deepgram Voice Agents and Gemini Live, the field of low-latency voice-agent platforms.

Voices and reach

GPT-Live-1 ships twelve new voices — Quartz, Ripple, Vesper, Willow, Stone, Gleam, Meridian, Bossa, Tempo, Beacon, Delta and Cinder — broadening what was a small set of real-time voices across accents and dialects. OpenAI says voice and language options will keep expanding. Custom voices are gated behind a sales conversation.

Telephony support is included, so full-duplex agents can be deployed on phone calls — restaurant reservations, customer support — which is where turn-based awkwardness is least tolerable.

Named deployments published at launch:

CustomerDeploymentReported result
YelpYelp Host and Hatch, answering reservation and food-order callsImproved turn-taking and call-handling rates; callers speak fuller sentences
SpeakLive Tutor LessonsInterruptions during thinking pauses cut by almost 80 percent
Fin (Intercom)Voice customer supportDescribed as moving support from stop-start toward the flow of a phone call
CognitionDevin, hands-freeTalking through an idea or handing off work away from the keyboard

Every figure in that table is reported by the customer and published by OpenAI. None has been independently verified.

The prior generation

The May 7, 2026 launch put three models on this API, and they remain the reference point for what GPT-Live-1 consolidates:

ModelWhat it doesBilling
GPT-Realtime-2Frontier-class voice reasoning and dialoguePer-token (input + output)
GPT-Realtime-TranslateReal-time translation, 70+ input languages, 13 output languagesPer-minute
GPT-Realtime-WhisperLive speech-to-text transcriptionPer-minute

The architectural difference is worth stating plainly: GPT-Realtime-2 was a strong turn-based model, while GPT-Live-1 changes the turn-taking itself. For translation and live transcription specifically, the specialist models above are still the ones built for those jobs.

Strengths

  • Full duplex removes the walkie-talkie feel — interruptions, pauses and backchannels are handled by the model rather than by a silence timer
  • One model instead of three handoffs, which removes both latency and the brittle failure points between speech-to-text, reasoning and speech synthesis
  • Backend flexibility — pair it with an OpenAI frontier model or a third-party one, and tune effort level against cost
  • Telephony out of the box, which is where conversational awkwardness costs the most
  • Twelve new voices across accents and dialects, a real widening from the previous real-time set
  • Published customer evidence, including a specific measured claim from Speak rather than only vendor assertion
  • Composes with Codex, so a voice front end can hand real work to a coding agent

Limitations & Considerations

  • The five-cents-per-minute headline is only the voice layer. The backend reasoning model is billed separately and OpenAI publishes no combined price, so the advertised rate understates a real deployment
  • Every performance figure is customer-reported and vendor-published — none is independently replicated
  • Custom voices are not self-serve, requiring a sales conversation with unpublished eligibility criteria
  • Not a narration model. For long-form audiobook or lesson audio, batch text-to-speech still produces better single-voice quality
  • Not a translation or transcription specialist — the May 2026 models remain the better fit for those jobs
  • WebSocket complexity — bidirectional voice is harder to debug than request and response; build for retry, reconnect and graceful degradation
  • Voice carries identity signal beyond text, so retention and data-handling policy deserves more care than a text deployment

Best Use Cases

Use CaseBest surface
Phone support or reservations where interruptions matterGPT-Live-1
Voice tutor or conversational practiceGPT-Live-1
Hands-free handoff to a coding agentGPT-Live-1 wired to Codex
Live multilingual supportGPT-Realtime-Translate
Real-time meeting transcription or captioningGPT-Realtime-Whisper
Long-form narration, audiobooks, lesson audioBatch text-to-speech (tts-1-hd, gpt-4o-mini-tts) or ElevenLabs
Voice cloning specificallyElevenLabs
Open-source or on-premises voiceWhisper open weights plus an open text-to-speech model

Getting Started

  1. Confirm an OpenAI API account with billing configured at platform.openai.com
  2. Read the audio guide at developers.openai.com/api/docs/guides/audio, starting with the WebSocket session example
  3. Choose your backend model before you build. It sets both latency and the larger half of your cost, and effort level moves both
  4. Build a minimal agent first — expect a working echo agent in one to three hours, and considerably longer for production error handling
  5. Test with interruptions on purpose: talk over it, pause mid-sentence, let someone else speak nearby. That is the behavior you are paying for, and the only way to know it works for your users
  6. Price a real session end to end, adding the backend model to the five-cent voice rate, before committing to per-minute unit economics
  7. Deploy to telephony only after the interruption behavior holds on your own audio conditions

Key Takeaways

  • The Realtime API is OpenAI's WebSocket voice surface, and since September 10, 2026 its headline model is GPT-Live-1
  • Full duplex is the substantive advance — the model listens and speaks simultaneously, so interruptions and pauses are reasoned about rather than guessed at by a silence timer
  • It delegates reasoning to a separate backend model, which means you run and pay for two models
  • Five cents per minute covers the voice layer only; the backend is billed separately and there is no published combined price
  • Speak reports interruptions during thinking pauses cut by almost 80 percent — the most concrete published figure, and still a customer's own
  • Twelve new voices and telephony support ship with it; custom voices require contacting sales
  • It is not a replacement for batch text-to-speech, translation or transcription — the May 2026 specialist models and long-form narration models still win those jobs

Keep track of the tools you’re evaluating

  • The AI Hub on a phone: a 12-day AI Skill Streak and an expanded Content updates alert listing the saved items that changed.
  • Recommended for you on a phone: nine personalised suggestions labelled Trending in AI news, On your saved list, and Popular.
  • My AI Tools on a phone: saved tools including GitHub Copilot and OpenAI Codex, each with an Updated badge.

Swipe for Recommended for you and My AI Tools

Your AI Hub — sample data.

Other tools in Voice & Audio (12 of 18)

Show 7 more →

Other tools from OpenAI

Show 9 more →
🧭Recommended for you

Optional detours — these connect to what you just read, and your next lesson will be waiting.