On July 8, OpenAI first shipped GPT-Live-1 inside ChatGPT as its full-duplex voice model. Two months later, on September 10, it landed in the API — and for the first time, third-party developers can bolt that "listens while it speaks" voice layer into their own apps. This is more than an endpoint opening: OpenAI also published pricing, telephony support, and a clear architectural bet on separating the voice layer from the reasoning layer.
One model replaces the three-stage pipeline
A traditional voice agent is a cascade: speech-to-text, an LLM, then text-to-speech. Every handoff adds latency and creates failure points — developers end up hand-coding rules for interruptions, pauses, and mid-sentence changes of mind. GPT-Live-1 collapses listening and speaking into a single model that reasons over incoming and outgoing audio together; the official announcement says this avoids the latency and brittle handoffs of chained STT–LLM–TTS architectures. It natively emits ASR transcripts and response text, supports keyword biasing, and — although it is not a turn-based model — offers native turn detection for teams still building around explicit turns. Two numbers stand out from early deployments: language-learning app Speak found interruptions during thinking pauses dropped by almost 80% versus previous turn-based systems, and Tony Stoyanov, co-founder and CTO at a healthcare company, says switching to GPT-Live-1 simplified his codebase by 80% and removed 23,000 lines of code.
Outsourced reasoning: voice by the minute, brain of your choice
The more interesting move is the division of labor. GPT-Live-1 handles the conversation itself, while deeper reasoning and tool calls can be delegated to a backend text model — the official example is GPT-6 Astra, but third-party models work too. The voice layer is priced at $0.05 per minute, with backend models and tools billed separately. The scenario OpenAI sketches: pair a lightweight model for high-volume tasks like scheduling or order updates, and a heavier reasoning model for complex customer issues. Telephony support rounds out the release — full-duplex voice agents can be deployed for phone calls — along with long-session context retention, tone and pace control through the system prompt, and new voices across more accents, dialects, and languages. The customers named on the announcement page are Yelp, Speak, Fin, and Cognition; Cognition's co-founder Walden Yan said that with Devin, working with an AI engineer starts to feel like collaborating with a teammate.
The numbers, and a cooler head
On benchmarks, OpenAI says GPT-Live-1 improves Full Duplex Bench performance by 30 percentage points over GPT-Realtime-2.1, with large gains in turn-taking latency and interactive behavior, and that paired with GPT-6 Astra at medium reasoning effort it ranks #1 on Tau3, which measures frontier voice-agent intelligence on end-to-end tasks. Independent coverage repeats these figures, but they all trace back to OpenAI's own evaluations. The billing structure also deserves attention: per-minute voice plus separate backend costs means anyone building long-duration phone support should model their costs carefully.
So what? The moat in voice AI is shifting from "whose voice sounds natural" to "whose architecture is simpler". Once listening, speaking, and interruption handling close the loop inside one model — with pluggable reasoning behind it — competition moves back to backend intelligence and workflow integration, which is exactly what OpenAI sells alongside. Official announcement: https://openai.com/index/introducing-gpt-live-1-in-the-api/