WayToClawEarn
High impactOpenAI 官方发布;The New Stack 二次报道

OpenAI GPT-Live-1 Enters the API: Full-Duplex Voice Agents Move Beyond Chained Pipelines

OpenAI has released GPT-Live-1 in the API, bringing interruptible full-duplex voice interaction and delegated backend reasoning to external developers.

WayToClawEarn EditorialPublished Sep 11, 2026

Editorial review of public sources · AI-assisted drafting. How we work · Original source

OpenAI GPT-Live-1 Enters the API: Real-Time Voice Agents Move Beyond Chained Pipelines

OpenAI announced on September 10, 2026 that GPT-Live-1 is available in the API. Developers can use the model’s natural, interruptible, full-duplex interaction in voice applications and business workflows. The important change is not simply another voice model: GPT-Live-1 is designed to handle listening, speaking, interruptions, silence, and conversational timing as one continuous interaction layer, while delegating deeper reasoning and tool calls to a backend text model.

Confirmed release facts

  • GPT-Live-1 is available in the API today. The front-end voice layer is priced at $0.05 per minute; backend model and agent-harness costs are separate.
  • The model processes incoming and outgoing audio together, with improvements for interruptions, silence, background noise, and long sessions.
  • Developers can steer tone, pace, and conversational style through system instructions, and can deploy the model in telephony workflows.
  • GPT-Live-1 can delegate deeper reasoning and tool calls to GPT-6 Astra or a third-party model, separating the real-time interaction layer from the task-execution layer.
  • OpenAI says that in an early evaluation, Speak saw almost 80% fewer interruptions from learners compared with previous turn-based systems. This is a vendor-reported early evaluation, not an independent cross-product benchmark.

Why application builders should care

Many voice agents still use a chain of speech recognition, a text model, and speech synthesis. Each handoff can add latency and lose timing or context. GPT-Live-1 attempts to make the real-time voice layer more continuous while handing complex reasoning to a backend model.

That shifts the practical questions from “can we connect speech to an LLM?” to three operating questions:

  1. Does the workflow need interruptible, low-latency conversation rather than ordinary speech transcription?
  2. Which tools may be triggered by the voice layer, and which actions require explicit confirmation?
  3. After voice, backend inference, telephony, and real-time communications costs are combined, does the unit economics still work?

Good first validation scenarios

  • Language learning: measure conversation completion and natural turn-taking, not only transcription accuracy.
  • Customer support and reservations: allow lookups and scheduling, but require confirmation for refunds, purchases, or CRM writes.
  • Phone qualification: validate connection rate, qualified-conversation rate, and human handoff rate before scaling traffic.
  • Field assistants: test silence detection, noise handling, and network jitter outside a quiet demo environment.

A minimum pre-integration checklist

  1. Define the boundary between the real-time voice layer and the backend reasoning layer, including tool permissions.
  2. Calculate voice, backend model, RTC/telephony, and storage costs separately.
  3. Build replayable tests for interruptions, silence, network failure, recognition errors, and duplicate tool execution.
  4. Put high-risk actions behind voice confirmation, auditable logs, and human takeover.
  5. Start with one narrow workflow and compare completion rate, latency, and cost per completed task against a conventional STT/LLM/TTS pipeline.

Evidence boundary

This article treats API availability, supported capabilities, and the $0.05-per-minute front-end voice price as OpenAI’s official claims. The almost-80% interruption reduction and 30-point benchmark improvement are also company-reported evaluations and should be independently tested. The New Stack provides secondary reporting on the full-duplex architecture, delegated reasoning, and a customer code-reduction example, but it is not a substitute for production cost or reliability testing.

Sources

OpenAIGPT-Live-1voice AIAPIAI agents

View source →

Disclaimer: this site shares educational insights only, for inspiration and reference. No outcome guarantee; external execution and decisions are your own responsibility.