Card: ChatGPT Voice can keep talking while it works — GPT-Live splits live conversation from deeper model work.

OpenAI’s GPT-Live is not only a smoother voice mode. The useful change is that voice now has a job of its own: keep the conversation alive while slower model work happens somewhere else.

The old voice pattern was turn-taking. In OpenAI’s launch post, the company contrasts GPT-Live with earlier cascaded systems that passed speech through transcription, a language model, and text-to-speech, and with turn-based audio models that waited for a silence cue before answering. GPT-Live is built as a full-duplex voice model, which means it can listen and speak at the same time. OpenAI says it can acknowledge, pause, interrupt, keep listening, or call a tool while the conversation is still moving.

That matters because a voice assistant is not just a text model with audio attached. Spoken interaction has timing. A one-second pause can mean “I’m thinking,” “please continue,” or “you lost me.” If the system treats every pause as the end of a turn, it interrupts. If it waits too long, it feels dead. GPT-Live is OpenAI’s attempt to make that timing part of the model’s job.

The deeper change is delegation. OpenAI says GPT-Live handles continuous interaction, but can delegate questions that need web search, deeper reasoning, or more complex work to another frontier model in the background. At launch, that background model is GPT-5.5. The voice layer can keep talking while that slower work runs, then bring the answer back when it is ready.

This is the product architecture to watch: the “assistant” is becoming less like one model taking turns and more like a small system. One part manages the human rhythm. Another part searches, reasons, or uses tools. The user experiences one conversation, but the work is split behind the scenes.

The safety problem also changes. In the GPT-Live system card, OpenAI says the models were trained with the same safety infrastructure as its flagship models, plus voice-specific safeguards. It says inputs and generated outputs are checked as the conversation unfolds, and that monitors can steer, interrupt, or end a call when potentially unsafe content is detected. The card also says GPT-Live itself has constrained cyber risk at launch because it lacks broad independent tool access and code execution, and that OpenAI will reassess before enabling more tools.

That caveat is important. A model that speaks continuously cannot rely only on after-the-fact review. Safety has to operate during the utterance, not after the text is complete. And once voice connects to tools, files, screens, or long-running agents, the stakes move from “did it say the wrong thing?” to “did it do the wrong thing while sounding conversational?”

GPT-Live is rolling out to ChatGPT users globally, with GPT-Live-1 for paid users and GPT-Live-1 mini for free users. OpenAI says API access is coming soon; its current Realtime audio docs still describe the developer surface in terms of voice-agent, translation, and transcription sessions.

The thing to watch is not whether the voice sounds pleasant. It is whether OpenAI lets developers compose this live conversation layer with slower agents safely. If that works, voice stops being an interface wrapper and becomes the front desk for a system doing real work.

Source graph: Semble source collection