OpenAI Details GPT-Live’s Full-Duplex Voice Architecture
OpenAI says GPT-Live is a third-generation voice system that can listen and speak at the same time, keep media flowing while deeper reasoning and tool use run asynchronously, and power ChatGPT Voice today. The architecture is also intended to underpin an upcoming GPT-Live API.
OpenAI has published an engineering look at GPT-Live, the realtime voice system behind ChatGPT Voice. In an approved OpenAI announcement, the company says GPT-Live can listen while it speaks and was rebuilt so deeper reasoning and tool use do not interrupt the conversation. (OpenAI on X)
The durable engineering write-up describes GPT-Live as OpenAI’s third-generation voice system. It says the system powers ChatGPT Voice today and is intended to underpin an upcoming GPT-Live API. (OpenAI’s GPT-Live engineering write-up)
The core change: voice without forced turns
GPT-Live uses a full-duplex voice model: it can listen and speak at the same time. OpenAI says the model controls the conversation rather than relying on a separate turn detector in the audio path. (OpenAI’s GPT-Live engineering write-up)
That architecture separates the live media loop from slower application work:
- Audio moves through a dedicated fast path.
- Deeper reasoning and tool use happen asynchronously.
- A slow tool call or backend service can delay its own result without stalling the media flow.
- Model handoffs and context compaction can happen while the conversation continues.
OpenAI’s announcement frames the user-facing result as a faster, more natural conversation from the moment a ChatGPT Voice session starts. (OpenAI on X)
The startup path is also changing
OpenAI says it built a WebRTC Abridged Roundtrip Protocol, or WARP, to reduce media and data startup from six network round trips to one. Combined with another system called Instant Connect, the company says a client can start a session with a single UDP packet. (OpenAI’s GPT-Live engineering write-up)
The post also reports that the new Go-based system’s p95 frame-delivery result matched the previous Python asyncio system’s p50, and that the system is designed for sub-second responsiveness. These are OpenAI’s own engineering results, not an independent benchmark. (OpenAI’s GPT-Live engineering write-up)
What this means for ChatGPT Voice
GPT-Live can hand harder requests to frontier models, including GPT-5.5, while the voice model keeps the exchange moving. OpenAI says the architecture supports the ChatGPT desktop app’s newly launched ability to control a computer and coordinate agents, although the engineering post does not provide a separate setup guide for that workflow. (OpenAI’s GPT-Live engineering write-up)
For users, the practical distinction is between talking and thinking. The voice layer is optimized for a continuous exchange, while reasoning, tool calls, context management, and transcript handling happen around it instead of blocking every spoken response. (OpenAI’s GPT-Live engineering write-up)
What developers should watch
OpenAI says the architecture will underpin an upcoming GPT-Live API, but the cited source does not state when that API will launch, what it will cost, or which modalities and tools it will expose. Those details should not be inferred from the ChatGPT Voice implementation. (OpenAI’s GPT-Live engineering write-up)
The engineering choices are nevertheless a useful signal for realtime application builders. OpenAI is treating the audio path, transport, session handoff, context compaction, and tool orchestration as one system. The goal is to let an application add deeper agentic work without making the conversation feel like it is waiting on a conventional request-response loop.
Bottom line
GPT-Live is a substantial voice-stack update rather than a new voice prompt pattern. OpenAI says its full-duplex model keeps listening and speaking continuous, while asynchronous reasoning and tool use, managed handoffs, and a faster WebRTC startup path work behind the live media loop. The same architecture powers ChatGPT Voice and is planned as the foundation for an upcoming GPT-Live API.
Sources
- OpenAI announcement on X, August 3, 2026: https://x.com/OpenAI/status/2084378415818579975
- OpenAI, “How we built a realtime system for responsive voice AI in six months,” August 3, 2026: https://openai.com/index/continuous-voice-interaction-with-gpt-live/
Read next
Keep building the workspace playbookFrequently Asked Questions
What is GPT-Live?
OpenAI describes GPT-Live as its third-generation voice system. Its voice model is full-duplex, so it can listen and speak at the same time, while deeper reasoning and tool use happen asynchronously.
What does GPT-Live change about voice conversations?
GPT-Live removes the turn detector from the audio path and separates the live media loop from application work. OpenAI says slow tools or backend services can take longer without stalling the flow of audio.
Is there a GPT-Live API?
OpenAI says the architecture will underpin an upcoming GPT-Live API. The cited engineering post does not provide an API launch date or access instructions.