OpenAI launches GPT-Live voice models with full-duplex streaming and live delegation
OpenAI announced GPT‑Live, a new generation of voice models built on full-duplex architecture that enables simultaneous listening and speaking. Unlike previous cascaded approaches (transcribe→generate→synthesize) or turn-based models that wait for silence, GPT‑Live makes interaction decisions many times per second: whether to speak, pause, continue listening, or invoke tools. The model can produce backchannel signals ('mhmm', 'yeah') and engage in natural conversational flow rather than rigid back-and-forth exchanges.
GPT‑Live includes a delegation mechanism for complex tasks: when a question requires web search, deeper reasoning, or agentic work, GPT‑Live delegates to frontier models (initially GPT‑5.5 Instant) while maintaining the conversation flow. This decoupling allows the voice interaction layer to stay responsive while background models handle computation-heavy tasks. Two versions launched: GPT‑Live‑1 and GPT‑Live‑1 mini. OpenAI plans to bring both to the API soon for developers and enterprises. The models are currently rolling out to ChatGPT Voice users globally.
Human evaluations show GPT‑Live‑1 is strongly preferred over ChatGPT Advanced Voice Mode on conversational pleasantness, turn-taking, interruption handling, and naturalness. On GPQA (expert-level scientific reasoning), GPT‑Live‑1 substantially outperforms Advanced Voice Mode. On BrowseComp (agentic web search), GPT‑Live‑1 shows strong gains. The move addresses architectural limitations of previous generations: cascaded models lost information across handoffs and felt slow; turn-based models required silence detection and felt rigid.
For architects building voice-native agents and multimodal systems, GPT‑Live signals OpenAI's shift toward continuous, stateful voice interactions that can maintain context across multiple async background tasks. The full-duplex + delegation pattern is architecturally significant: it separates the interaction layer (low-latency voice) from the reasoning layer (higher-latency models and tools), enabling real-time responsiveness even when the backend is occupied. This design mirrors agentic patterns where agents need to show activity ('thinking out loud') while executing tools in parallel.
Sources
- Primary source
- Introducing GPT‑Live
“GPT-Live is built on a full-duplex architecture, meaning it can listen and speak at the same time. During conversations, GPT‑Live can show it's paying attention with phrases like 'mhmm' or 'yeah', engage in quick back-and-forth, or just stay quiet when you need a moment to think.”