Models - July 28, 2026

GPT-Live and ChatGPT Voice: Full-Duplex Guide

Quick answer: GPT-Live is OpenAI’s continuous voice-model family for ChatGPT Voice. Unlike a turn-based voice system, GPT-Live can process incoming speech while it is generating speech, so it can listen through pauses, respond to interruptions, and keep a conversation moving while deeper work runs in the background. OpenAI began rolling out GPT-Live-1 and GPT-Live-1 mini on July 8, 2026.

The practical distinction is not simply “better speech.” GPT-Live separates the live conversation from search, reasoning, and longer-running work. That architecture changes how a user should evaluate voice interaction—and it also creates important product, API, and availability boundaries.

What GPT-Live-1 changes

Earlier voice systems commonly used one of two patterns:

  1. Cascaded voice: speech is transcribed, a text model answers, and another model converts the answer back to audio.
  2. Turn-based voice: one multimodal model handles audio, but the user and model still take discrete turns.

OpenAI describes GPT-Live as full duplex. It continuously processes input while generating output and can decide many times per second whether to speak, keep listening, pause, interrupt, or invoke a tool.

That makes several conversation patterns possible:

  • Brief acknowledgements without taking over the conversation.
  • More natural handling of pauses and interruptions.
  • Live translation within the continuous interaction loop.
  • Background delegation without ending the active voice exchange.

These are product behaviors described in OpenAI’s launch record, not a guarantee that every language, device, account, or environment will behave identically.

The two-layer architecture

GPT-Live is best understood as two cooperating layers.

LayerPrimary jobDecision boundary
GPT-Live-1Continuous listening, speaking, timing, and turn managementBest evaluated for conversation flow, interruption handling, and audio behavior
Delegated frontier modelSearch, deeper reasoning, and more complex workThe model used behind the scenes can change; verify current product documentation

At launch, OpenAI said GPT-Live used GPT-5.5 in the background. That is a launch fact, not a durable routing promise. OpenAI explicitly said the delegated frontier model would be updated over time.

For current reasoning-model details, use the live OpenAI product documentation. For a source-safe overview of the current GPT family, see the GPT-5.6 model guide.

GPT-Live-1 vs GPT-Live-1 mini

OpenAI introduced two variants:

  • GPT-Live-1: announced as the default ChatGPT Voice model for Go, Plus, and Pro users.
  • GPT-Live-1 mini: announced as the default ChatGPT Voice model for Free users.

The launch article began a global rollout across iOS, Android, and ChatGPT.com. A rollout statement does not establish access for every account at the same moment, and it does not establish availability in a separate product such as Flowith.

Check the live ChatGPT product for current account access. Check the live Flowith workspace independently before assuming that GPT-Live-1 is a selectable Flowith model.

Is GPT-Live-1 available through the API?

Do not treat the ChatGPT rollout as general API availability.

OpenAI’s July 8 launch article said it planned to bring GPT-Live-1 and GPT-Live-1 mini to the API. Current official ChatGPT documentation also says its GPT-Live desktop voice surface is not available through an API key. Those sources support a clear boundary: planned API access is not the same as a generally available API model.

Developers evaluating a realtime voice application should use the current OpenAI developer documentation for supported API models and interfaces rather than substituting the ChatGPT product name.

Launch limitations to check again

At launch, OpenAI said GPT-Live in ChatGPT did not support voice with video or screen sharing. Legacy voice modes remained available for those features.

OpenAI also noted that:

  • The model was optimized for some of ChatGPT’s most popular languages.
  • Some languages could have non-native accents or fluency gaps.
  • GPT-Live used predefined ChatGPT voices and was designed for conversation, not voice impersonation.

These details are time-sensitive. Recheck the live product and official documentation before using this article for procurement, accessibility, localization, safety, or implementation decisions.

A practical evaluation checklist

Use a repeatable conversation instead of judging from a short demo:

  1. Interruption: correct the model halfway through an answer and check whether it recovers without repeating the entire response.
  2. Pause handling: pause while thinking and see whether the model waits or incorrectly ends your turn.
  3. Background reasoning: ask a question that needs search or reasoning, then observe whether the conversation remains understandable while work continues.
  4. Language fit: test the accents, names, and terminology your real users will use.
  5. Visual handoff: confirm whether a visual answer, file, or image actually appears on the product surface you intend to use.
  6. Availability: verify the current account, platform, region, and API status directly in official product surfaces.

For the concise model identity and source ledger, use the GPT-Live-1 model page. To separate product choice from model choice, compare Flowith and ChatGPT.

Frequently asked questions

What is GPT-Live?

GPT-Live is OpenAI’s voice-model family for continuous human-AI conversation. GPT-Live-1 and GPT-Live-1 mini were introduced on July 8, 2026 to power a new ChatGPT Voice experience.

What does full duplex mean for voice AI?

It means the system can listen and speak at the same time instead of forcing the user and model into rigid turns. GPT-Live continuously processes input while generating output.

Does GPT-Live-1 replace the reasoning model?

No. OpenAI describes GPT-Live as the live interaction layer. It can delegate search, reasoning, or more complex work to a frontier model in the background.

Can developers call GPT-Live-1 through an API?

Do not assume that. The launch article described API access as planned, and current official ChatGPT documentation says its GPT-Live desktop voice surface is not available through an API key. Check current OpenAI developer docs for supported realtime API models.

Is GPT-Live-1 available on Flowith?

This guide does not claim Flowith availability. The official sources describe OpenAI and ChatGPT surfaces; the live Flowith workspace remains the source for current model availability.

Primary sources