OpenAI on July 8 released two voice models, GPT-Live-1 and GPT-Live-1 mini. The core change isn't "voice sounds more human" but a full-duplex voice architecture running through at the bottom: the model listens and speaks simultaneously, making multiple "should I keep listening / should I interrupt / should I call a tool" decisions per second, compressing the previous Advanced Voice Mode's 1.7-second cascaded ASR-LLM-TTS latency into a continuous flow of "speaking while responding". There are two key technical choices. First, streaming dialogue: the old version determined the user "was done speaking" based on silence detection, causing any pause or background noise to be misrecognized as a turn end — the source of the "walkie-talkie experience"; GPT-Live makes turn detection a continuous signal, allowing confirmations like "mm-hmm" or "okay" to be embedded in the main speech, truly like backchannel in human meetings. Second, decoupled reasoning: simple questions are answered by GPT-Live itself, when research or complex reasoning is needed, the voice frontend asynchronously delegates to a backend model like GPT-5.5, while the frontend continues to maintain conversation flow without interruption. OpenAI clearly states that when switching to a newer frontier model in the future, the voice layer doesn't need to be retrained — this is an architectural bet on "decoupling voice UI from model intelligence". On the product side, GPT-Live-1 has become the default voice model for Plus/Pro/Go paid users, mini is for the free tier; at the same time three new reasoning tiers (Instant/Medium/High) and a pausable-without-interruption capability are added. For 150 million weekly active voice users, the most intuitive feeling is that ChatGPT no longer "talks over you". It's worth discussing that this architecture is a real benefit for enterprise voice Agents: voice interaction latency and backend reasoning capability can be optimized independently for the first time, and customer service, sales guidance, and other scenarios no longer need to break the conversation rhythm to "wait for the big model to return".