openai.com web signal

OpenAI launches GPT-Live voice models for ChatGPT globally

4 sources tracking this story

TL;DR

  • GPT-Live runs a sub-second decision loop choosing between speaking, listening, pausing, or tool invocation — a runtime break from all turn-based voice APIs currently on the market.
  • GPT-Live-1 goes to paid tiers (Go, Plus, Pro) while GPT-Live-1 mini covers free users, tiering real-time voice quality by subscription from day one.
  • The model offloads web search and deep reasoning to GPT-5.5 in the background, keeping the voice layer lightweight while preserving frontier-model quality for complex queries.

The interesting thing about OpenAI's GPT-Live announcement is not the naming, it is the architecture change underneath. Voice models until now have mostly worked in strict turns, you talk, it waits, it talks, you wait. GPT-Live is described as full-duplex, meaning it continuously processes audio input while it is generating audio output, and makes decisions many times per second about whether to speak, keep listening, pause, interrupt, or call a tool.

In practice that shows up as small human things. According to OpenAI's own write-up, the model will drop in a "mhmm" or "yeah" while you are still talking, or just stay quiet if it senses you are thinking. For the harder questions, the ones that would normally stall a voice model into a long silence, GPT-Live delegates to GPT-5.5 in the background and keeps chatting with you while the reasoning model works, then folds the answer back in. There is also a simultaneous translation mode where you ask ChatGPT to translate into a target language and it renders it as you speak.

Two variants ship, GPT-Live-1 and GPT-Live-1 mini. Paid ChatGPT users across all tiers get GPT-Live-1, free users get the mini as the default, and the rollout covers iOS, Android, and web starting today. API access is described as coming soon, with developers invited to register interest rather than being given a firm date.

The honest caveat is that OpenAI has not published head-to-head latency or interruption-accuracy numbers against the previous Advanced Voice Mode, and the demos are demos. Full-duplex also invites its own new failure mode, a model that talks over you when it thinks it heard a backchannel. What the reporting does not give you yet is the language list for the translation feature, the API pricing, or how the two-model handoff to GPT-5.5 behaves when the background reasoner takes longer than the conversation can gracefully cover.

If it works the way it is being pitched, the group that benefits most is not the flagship-benchmark crowd, it is anyone building voice interfaces for accessibility, tutoring, customer support, and live translation, where the ability to actually interrupt the assistant mid-sentence is the whole product. That is the direction worth watching.

What others are reporting

Coverage cluster as of 24h after publish

  1. TechCrunch Read →

    Demos accent and fluency gaps in Hindi live translation at launch; quotes product lead on voice as a future primary computing interface; notes teen safety guardrails.

    Over time, we think this will also unlock the ability to use voice as a kind of primary interface to computing — Atty Eleti, ChatGPT Voice product lead
  2. MacRumors Read →

    Breaks down the tier split explicitly: GPT-Live-1 for paid subscribers, GPT-Live-1 mini for free users; flags missing video and screen-sharing and notes remastered voices built for the model.

    Talking with ChatGPT should now feel much more like a real conversation. You can interrupt with a question, pause to gather your thoughts, or ask ChatGPT to slow down.
  3. MarkTechPost Read →

    Provides architecture comparison across cascaded, turn-based, and full-duplex systems with evaluation metrics including the τ³-Voice Telecom benchmark; includes Python decision-loop illustration.

    Full-duplex means the model can listen and speak at the same time, adding short cues like 'mhmm' or 'yeah' during conversation.

Shared on Bluesky by 2 AI experts