Sources#
What it is#
OpenAI's third-generation voice system, launched July 2026 — a full-duplex voice model (Full-Duplex Interaction) that listens and speaks at the same time, with the surrounding realtime serving system built over six months (Live-Path Minimalism). The load-bearing design choice: the voice model, not a harness, is in control of the conversation. Audio streams in and out of the model continuously; there is no turn detector anywhere in the audio path.
The three generations it closes out#
OpenAI's own framing of the lineage:
- Cascaded — speech-to-text → LLM → text-to-speech in series. Sequencing added latency and threw away tone and pacing.
- Speech-to-speech (Advanced Voice Mode) — the model processes audio directly, preserving detail lost in transcription — but inference still waited on a separate turn detector: "guess too soon, and the user gets cut off; guess too late, and the response feels sluggish. Only after the detector made its decision could the much larger LLM get to work." In the post's words: "The model handled more of the interaction, but the interaction remained turn-based."
- GPT-Live — full-duplex; the detector is gone; turn-taking is model behavior. The dissolution Turn-Based Interface Bottleneck predicted for exactly this component.
Two models, one conversation#
When deeper reasoning or tool use is needed, GPT-Live delegates to frontier models such as GPT-5.5 on an asynchronous path — OpenAI's phrase is "effectively decoupling 'talking' from deeper 'thinking'". This is the Interaction / Background Model Split arrived at independently and shipped at ChatGPT scale: the voice model briefly keeps the exchange moving while the frontier model reasons, and results are incorporated without interrupting the flow. The delegation loop is engineered as a latency budget (pre-warmed prefilled inference sessions, session affinity, prompt caching — details on Live-Path Minimalism).
Deployment#
- Validated by a silent shadow test: a gradually increasing share of production ChatGPT Voice sessions was mirrored to both Advanced Voice Mode (still serving users) and GPT-Live running read-only, exposing it to real clients, networks, session lengths, and geography before any user heard it.
- Powers ChatGPT Voice, including the newly launched ability to control your computer and coordinate agents from the ChatGPT desktop app — voice as a surface over agentic capability rather than a standalone feature.
- A GPT-Live API is announced as upcoming; OpenAI positions the architecture as "a broader platform for realtime interaction" spanning more devices, apps, and modalities.
Connections#
- OpenAI — builder; the post is OpenAI's first-party build account
- Live-Path Minimalism — the serving architecture built for it: "the voice must flow"
- Full-Duplex Interaction — the interaction property it ships in production (audio-only; TML's generalization to video/text remains a research preview)
- Interaction / Background Model Split — the two-model talking/thinking architecture it independently converges on
- Turn-Based Interface Bottleneck — the harness component it dissolved, and the nuance that turns survive as a derived application-layer view
- TML-Interaction-Small — the research-preview sibling: same architectural conclusions from Thinking Machines Lab two months earlier, generalized past audio, with disclosed internals
Sources#
- How we built a realtime system for responsive voice AI in six months — OpenAI engineering blog, 2026-07-29 (
case-study, first-party): the system-architecture account. The separate "Introducing GPT-Live" launch post is not in the corpus; capability and product claims here are limited to what the engineering post states.
Cited by 7
- Interaction Models×3
OpenAI's Gpt Live arrives at the same architectural conclusions from the opposite direction — production latency engineering rather than a scaling-research bet…
- Full-Duplex Interaction×2
OpenAI's Gpt Live ships audio full-duplex at ChatGPT scale: "its voice model is full-duplex, which means it can listen and speak at the same time. That…
- Interaction / Background Model Split×2
OpenAI's Gpt Live is the same two-model architecture arrived at independently and deployed at ChatGPT scale — a full-duplex voice model holds the conversation…
- Live-Path Minimalism×2
The serving-side architecture behind Gpt Live, stated by OpenAI as one principle: "the voice must flow." A full-duplex model (Full Duplex Interaction) makes…
- OpenAI×2
Realtime voice systems engineering. GPT-Live (July 2026) is its third-generation voice system: a full-duplex voice model with no turn detector in the audio…
- Turn-Based Interface Bottleneck×2
Two months after TML's argument, OpenAI shipped its conclusion: Gpt Live "removes the turn detector from the audio path" of production ChatGPT Voice. OpenAI's…
- Entities — People, Orgs, Tools & Projects
Gpt Live — Entity. OpenAI's third-generation voice system (July 2026): a full-duplex voice model that listens and speaks simultaneously — no turn detector…
Related articles
- Interaction Models
Thinking Machines Lab (May 2026): models that handle audio/video/text interaction natively in real time instead of via…
- Time-Aligned Micro-Turns
The core interaction-model move: input/output as continuous streams in ~200ms interleaved chunks, no turn boundaries; s…
- Full-Duplex Interaction
Perceive-and-respond simultaneously across modalities; proactive interjection, visual-cue reactions, simultaneous speec…
- Live-Path Minimalism
GPT-Live's serving principle — "the voice must flow": the realtime media loop is the only thing on the live path; deleg…
- Interaction / Background Model Split
Dual-model architecture: time-aware interaction model stays present; async background model handles deep reasoning/tool…
