OpenAI 发布 GPT-Live-1 语音代理 API
TECH

OpenAI 发布 GPT-Live-1 语音代理 API

17+
Signals

战略概览

  • 01.
    OpenAI 于 2026 年 9 月 10 日在 API 中推出 GPT-Live-1,开发者可使用其全双工语音模型,语音层每分钟收费 0.05 美元,后端模型和工具成本另计。
  • 02.
    GPT-Live-1 是一种全双工语音模型,能够同时聆听和说话,原生处理中断、停顿和反馈,同时将更深层次的推理和工具调用委托给 GPT-6 Astra 等独立的后端文本模型。
  • 03.
    该 API 支持多种传输方式以构建语音代理——浏览器使用 WebRTC,服务器端音频使用 WebSockets,电话代理使用 Telephony/SIP,同时还提供原生 ASR 转录、关键词偏置和显式话轮检测功能。
  • 04.
    此次 API 发布紧随此前的消费者版本:GPT-Live-1 和 GPT-Live-1 mini 于 2026 年 7 月 8 日开始在 ChatGPT 内逐步上线,取代了旧的基于话轮的高级语音模式,并成为 Go、Plus 和 Pro 订阅用户的默认语音模型。

架构变革:一个模型负责说话,另一个负责思考

GPT-Live-1 被构建为全双工语音模型——它能同时聆听和说话,原生处理中断、停顿和反馈,而不是等待静默后再回应[2]。OpenAI 并未要求单一模型完成所有任务,而是将更深层次的推理和工具调用委托给 GPT-6 Astra 等独立的后端文本模型,从而使语音层保持高速,而复杂思考则在别处进行[2]。这种分离在性能数据上体现明显:OpenAI 报告称,相较于前代 GPT-Realtime-2.1 模型,GPT-Live-1 在 Full Duplex Bench 上提升了 30 个百分点,话轮切换延迟从 1.41 秒降至 0.798 秒[1][4]。在 Tau3 的语音智能 Pass@1 指标上,GPT-Live-1 得分为 86.2%,而前代仅为 45.7%;当与中等推理强度的 GPT-6 Astra 配合使用时,其在 Tau3 上排名首位,在航空、零售和电信支持场景中任务完成率达到 83.6%[1][4]

分阶段推出:先 ChatGPT,后开发者

GPT-Live-1 并非突然出现在 API 中——OpenAI 基于 GPT-4o 构建的低延迟语音对语音 Realtime API 最早可追溯至 2024 年 5 月[6]。随后,GPT-Live-1 及其小型版本 GPT-Live-1 mini 于 2026 年 7 月 8 日在 ChatGPT 内部上线,取代了旧的基于话轮的高级语音模式,并成为 Go、Plus 和 Pro 订阅用户的默认语音体验[5]。直到 2026 年 9 月 10 日——约两个月后——同一模型才通过 API 向第三方开发者开放[1]。这一时间差并未被忽视:Reddit 上一篇名为“Gpt-live-1 API 终于上线了”的帖子评论了 API 上线相较于 ChatGPT 推出的延迟,评论区用户还将每分钟 0.05 美元的定价与 Google 的 Gemini Live 3.1 进行了积极对比。

早期部署用数据支撑宣传

OpenAI 正借助知名早期采用者展示全双工在实际应用中的改变。Yelp 使用 GPT-Live-1 构建基于电话的餐厅预订代理,其 CTO 指出:“用户正在说出更完整、更自然的句子,这说明体验确实大不相同”[1]。语言学习平台 Speak 报告称,其 Live Tutor Lessons 功能相较于此前基于话轮的系统,对学习者思考停顿的误中断减少了近 80%[3]。Intercom 的 Fin 和 Cognition 的 Devin 被列为跨行业采用者,分别将该 API 应用于客户支持和 AI 工程师语音交互[2][3]。最引人注目的工程声明来自一家未具名的医疗客户,称从级联的语音转文本/大模型/文本转语音流水线迁移到 GPT-Live-1 后,其语音代码库减少了 80%,删除了约 23,000 行代码[3]。Genspark 对 80 次真实餐厅预订电话的独立测试发现,任务完成率较上一代翻倍以上,理解准确率达到 92%,从外部验证了 OpenAI 自家的基准声明。YouTube 上的独立实测也支持其底层的中断处理能力:一次早期访问演示显示,该模型能正确处理句子中途的打断、句子中的停顿以及背景噪音,而不会中断对话,这与这些部署所依赖的行为一致。

定价模式对开发者的真实承诺

GPT-Live-1 的语音层单独定价为每分钟 0.05 美元,按秒计费,后端模型和工具成本另计[4]。这种分离对预算至关重要:开发者的实际成本是语音层费用加上所配对的推理模型(无论是 GPT-6 Astra 还是第三方等效模型)产生的费用[4]。结合早期采用者报告的代码减少情况,该定价模式表明,OpenAI 押注于将级联流水线整合为按分钟计费的单一语音层,即使尚未计入后端模型成本,也能降低总体拥有成本,相较于维护自定义的语音转文本、大模型和文本转语音基础设施更具优势[3]

历史背景

OpenAI 推出了基于 GPT-4o 的原始 Realtime API,用于低延迟语音对语音对话,这是 GPT-Live-1 之前的开发者产品。
OpenAI 在 ChatGPT 内部推出了 GPT-Live-1 和 GPT-Live-1 mini,取代了旧的基于话轮的高级语音模式,并成为付费层级用户的默认 ChatGPT 语音模型。
OpenAI 在 API 中推出 GPT-Live-1,将已在 ChatGPT 中使用的全双工语音模型扩展至第三方开发者和企业语音代理工作流。

关键关系图

关键玩家
主题

OpenAI 发布 GPT-Live-1 语音代理 API

OP

OpenAI

Developer and publisher of GPT-Live-1; positions the API as the successor to its Realtime API line, splitting the voice-conversation layer from the backend reasoning model so developers can pair a fast voice front-end with any reasoning model, such as GPT-6 Astra.

YE

Yelp

Early adopter deploying GPT-Live-1 for phone-based restaurant reservation agents, reporting that callers speak more naturally, used by OpenAI as a launch proof point for telephony use cases.

SP

Speak

Language-learning platform using GPT-Live-1 for its Live Tutor Lessons feature, citing an interruption-handling improvement that reduces false interruptions of learners' thinking pauses.

IN

Intercom (Fin) and Cognition (Devin)

Named early adopters applying GPT-Live-1 to customer-support and AI-engineer voice interactions respectively, used by OpenAI to demonstrate cross-vertical applicability.

UN

Unnamed healthcare customer

Reported that migrating from a cascaded speech-to-text/LLM/text-to-speech pipeline to GPT-Live-1 cut its voice codebase by 80% and removed 23,000 lines of code.

事实来源

6 条引用
  1. [1] OpenAI's GPT-Live-1 Arrives in the API at $0.05 Per Minute
  2. [2] OpenAI Launches GPT-Live-1 for Full-Duplex Voice Agents
  3. [3] OpenAI's GPT-Live-1 Cuts Voice Agent Code by 80% at $0.05 a Minute
  4. [4] Introducing GPT-Live-1 in the API
  5. [5] OpenAI Releases GPT-Live-1 in the API
  6. [6] Introducing the Realtime API

来源文章

Top 1

THE SIGNAL.

Analysts

指出用户在使用 GPT-Live-1 时会说出更完整、更自然的句子,认为这证明了对话体验在质量上与以往语音系统截然不同。

Unnamed CTO
Yelp 首席技术官
The Crowd

GPT-Live-1 is now available in the API. Bring ChatGPT's natural back-and-forth to your app, with voice agents that listen while they speak and work with the models and harness you choose.

@@OpenAIDevs11016

GPT-Live-1 finally makes conversations fluid. It distinguishes speech from background noise, so café chatter doesn't have to stop the conversation ☕ You can even add a detail you just thought of or change direction mid-conversation without waiting for the model to finish its...

@@OpenAIDevs514

Congrats to the @OpenAI team on launching GPT-Live. 🎉 It sounds more natural. We ran it through 80 real restaurant booking calls first: task completion more than doubled over the previous generation, with 92% perfect comprehension. Interruptions are smoother. A quiet "mm-hmm"...

@@genspark_ai228

GPT-Live-1 is now available in the API. Bring ChatGPT's natural back-and-forth to your app, with voice agents that listen while they speak and work with the models and harness you choose.

@u/stealthispost61
Broadcast
OpenAI gave ME early access to the new ChatGPT voice model (GPT-Live-1)

OpenAI gave ME early access to the new ChatGPT voice model (GPT-Live-1)

Building with ChatGPT Voice | OpenAI

Building with ChatGPT Voice | OpenAI

OpenAI's GPT-Live-1 Changes EVERYTHING!

OpenAI's GPT-Live-1 Changes EVERYTHING!