OpenAI ships GPT-Live — a full-duplex voice model that listens and speaks at the same time

On 2026-07-08, OpenAI shipped GPT-Live-1 and GPT-Live-1 mini — the company’s first production voice models that can listen and speak at the same time (full-duplex), follow pauses and interruptions in real time, delegate harder reasoning to GPT-5.5 in the background, and ship as the new default voice for paid (GPT-Live-1) and free (GPT-Live-1 mini) ChatGPT users (OpenAI launch post, GPT-Live System Card).

Source: OpenAI — GPT-Live System Card (2026-07-08). Desktop screenshot captured 2026-07-09.
What happened
OpenAI published the launch post and the matching system card on the same day. The system card has 5 sections and two voice-native evaluation tables (Production Prompts and Synthetic Prompts) covering 8 categories: sexual, illicit behavior, mental health, personal data, emotional reliance, self-harm, hate, gore (OpenAI, 2026-07-08). GPT-Live-1 is the paid default; GPT-Live-1 mini is the free default.
Why it matters
Every prior ChatGPT voice — including the September 2024 Advanced Voice Mode — was turn-based: the model stayed silent while the user spoke, then generated audio only after a clear turn boundary. Full-duplex is different. The model can hear “hmm”, pauses, and partial thoughts and choose to stay silent, the way a human does. The system card: the new models “can listen and respond continuously instead of waiting for a clearly defined turn to end” (OpenAI, 2026-07-08). The launch hit 662 points on Hacker News with 100+ comments by 2026-07-09 06:00 UTC.
The architecture, briefly
- Full-duplex. Continuous listen + speak on the same audio stream; the model itself arbitrates turn boundaries.
- Why it is hard. Track who is talking, decide when to interrupt, decide when to stay silent — three sub-tasks turn-based voice did not solve in real time.
- Delegation. GPT-Live can “delegate more complex work to our other models”, and the work “reflects the safety training of the underlying model” (OpenAI, 2026-07-08). The launch delegates to GPT-5.5 Thinking.
The voice-native safety evaluation
| Category | GPT-Live-1 | AVM | GPT-Live-1 mini | AVM mini |
|---|---|---|---|---|
| Sexual content | 0.97 | 0.96 | 0.95 ⚠ | 0.97 ⚠ |
| Illicit behavior | 0.97 | 0.74 | 0.94 | 0.60 |
| Mental health | 0.90 | 0.90 | 0.84 | 0.78 |
| Personal data | 0.96 | 0.96 | 0.95 | 0.95 |
| Emotional reliance | 0.82 ⚠ | 0.88 ⚠ | 0.78 | 0.78 |
| Self-harm | 0.96 | 0.89 | 0.92 | 0.81 |
| Hate (synthetic) | 1.00 | 0.87 | 0.98 | 0.82 |
| Gore (synthetic) | 0.97 | 0.61 | 0.96 | 0.80 |
The two regressions (emotional reliance 0.88 → 0.82; sexual content 0.97 → 0.95) are explicitly described in the system card as “not statistically significant” (OpenAI, 2026-07-08). These are difficult-case pass rates on adversarially selected prompts, not production-safety rates; the system card is explicit that “these evaluations are not prevalence weighted.”
Practical implications for builders
- ChatGPT UX is the visible change. Real barge-in works; “hmm” is no longer a turn boundary.
- The API does not change today. ChatGPT-only release; the Realtime API is not exposing
gpt-live-1orgpt-live-1-miniat launch. - Delegation is the scaling mechanism. Voice gets smarter when the delegated model gets smarter — without re-training the on-device voice model.
- Cybersecurity is constrained by design. The models “lack broad access to tools independently of the models to which they delegate, and do not have code execution capability” at launch (OpenAI, 2026-07-08). GPT-Live cannot drive a browser or run code today.
What to watch
- API availability. Watch for
gpt-live-1/gpt-live-1-miniin the OpenAI Realtime API — that is when third-party voice agents can adopt the same architecture. - Latency on commodity devices. The system card does not publish end-to-end latency; watch for “never stops talking” or “I lost my turn” regressions on phones.
- Delegation cost. Every delegated call is a GPT-5.5 reasoning call. Watch ChatGPT Plus pricing and Enterprise rate limits.
Risks and caveats
- Two regressions are flagged in the system card (emotional reliance 0.88 → 0.82; sexual content 0.97 → 0.95). Both are labelled “not statistically significant” by OpenAI, but both are surfaced by the card itself (OpenAI, 2026-07-08).
- The Cybersecurity constraint is launch-time, not permanent. When OpenAI hands the voice model tools, the safety story has to be re-evaluated.
- Delegation transfers the safety burden, not the safety ownership. The voice front-end becomes the “thin” surface; product behaviour moves with the delegated model.
- The numbers are difficult-case pass rates, not production safety. The 0.97 / 0.95 / 0.98 / 0.96 scores are not “GPT-Live-1 is 97% safe” in production.
- The load-bearing verdict is the Preparedness determination. “Neither GPT-Live-1 nor GPT-Live-1 mini, when operating without delegation, could plausibly be considered High in any of our Preparedness Framework’s Tracked Categories – Biological and Chemical Risk, AI Self-Improvement, or Cybersecurity” (OpenAI, 2026-07-08). The launch is also ChatGPT-only — no public API for
gpt-live-1today.
Sources
| # | Source | Type | Date | Used for |
|---|---|---|---|---|
| 1 | OpenAI — Introducing GPT-Live | Primary | 2026-07-08 | Launch announcement, default-user mapping, full-duplex framing |
| 2 | OpenAI — GPT-Live System Card | Primary | 2026-07-08 | 5 sections, 2 voice-native evaluation tables, Preparedness determination, Cybersecurity caveat, delegation language |
| 3 | OpenAI — Preparedness Framework | Reference | Ongoing | Definition of Tracked Categories |
| 4 | Hacker News — GPT-Live discussion (search introducing-gpt-live, 662 points) | Secondary | 2026-07-08 | Reception signal, top-commenter framing of barge-in / pace-change behaviour |
| 5 | OpenAI on X — launch announcement | Primary | 2026-07-08 | Cross-check on launch date and post URL |