GPT-Live(8 分間の読み物)
TLDR AI が解説する GPT-Live は、大規模言語モデルのリアルタイム推論能力を可視化する新機能であり、AI の思考プロセスに対する透明性と理解を深める重要な一歩となる。
キーポイント
GPT-Live の本質と目的
従来のブラックボックス化された LLM 推論をリアルタイムで可視化する機能であり、ユーザーが AI の思考プロセスを追跡可能にする。
思考プロセスの透明性向上
モデルが回答に至るまでのステップやロジックを逐次表示することで、AI の判断根拠に対する信頼性と説明可能性(Explainability)を高める。
開発者・研究者への価値
デバッグやプロンプトエンジニアリングの最適化において、モデルがどこでつまずいているかを特定する強力なツールとして機能する。
影響分析・編集コメントを表示
影響分析
この機能は、AI モデルを単なる出力生成器から、その内部ロジックを追跡可能なツールへと進化させる可能性があります。特に複雑なタスク処理や信頼性が求められるビジネスシーンにおいて、ブラックボックス化への懸念を解消し、人間と AI の協働をより深める契機となるでしょう。
編集コメント
LLM の内部動作を可視化する動きは、今後 AI 業界の標準的なデバッグ手法として定着する可能性が高く、開発者にとって必須のツールとなるでしょう。
私たちは、AI との会話がまるで実際の会話のように感じられるようになる、新しい世代の声モデル「GPT-Live」をローンチします。
GPT-Live はフルデュプレックスアーキテクチャ(full-duplex architecture)に基づいて構築されており、同時に聴取と発話を行うことが可能です。会話中、GPT-Live は「mhmm」や「yeah」といったフレーズで注意を払っていることを示したり、素早いやり取りに参加したり、あなたが考える時間が必要な時には静かに待ったりします。その結果、驚くほど話しやすい音声体験が実現されます。
また、GPT-Live はこれまでで最も賢い声モデルでもあります。ウェブ検索や深い推論、より複雑な作業を必要とする質問については、裏側で最新のフロンティアモデル(frontier model)に委任し、準備ができ次第その結果を会話に戻します。処理中は、GPT-Live があなたとの会話を続け、会話の流れを維持します。ローンチ時点では、GPT-Live はバックグラウンドで GPT-5.5 を使用します。新しいフロンティアモデルがリリースされるたびに、GPT-Live が使用するモデルは継続的に更新されていきます。
これらの進歩により、より知的で自然に使える新しい ChatGPT Voice 体験が可能になります。時間の経過とともに、この研究は、音声を用いてますます複雑で長時間実行され、より自律的な作業を行う能力を開拓するものになると私たちは信じています。
本日、私たちは ChatGPT ユーザー向けに GPT‑Live の 2 つのバージョン、GPT‑Live‑1 と GPT‑Live‑1 mini をグローバルに展開し始めました。また、これらを API でも提供することを計画しており、開発者や企業は以下の フォーム から通知を受け取るための登録が可能です。
私たちのビジョンは、真に自然な人間と AI の対話を可能にすることです。AI との協働が他者と働くかのように滑らかで即応性がありながら、推論や複雑なタスクの実行が背景でシームレスに行われる世界を実現します。
以前の世代の声 AI システムは、このビジョンに近づいてくれましたが、重要なトレードオフを伴いました。
カスケード型(逐次処理型)音声システムは、各ターンを処理するためにモデルが連続して動作する一連の仕組みに依存しています。元の ChatGPT Voice は 3 つのモデルを連鎖させていました:あなたの発話を文字起こしするための音声認識(Speech-to-Text)モデル、応答を生成する大規模言語モデル(LLM)、そしてそれを再び音声に変換するテキスト読み上げ(Text-to-Speech)モデルです。このアプローチにより、私たちは初めて最前線の AI モデルと対話できるようになりましたが、その複雑さには代償がありました:モデル間で情報が失われる可能性があり、応答は遅く、不自然でした。
カスケード型音声システム
遅く不自然な応答、長い間欠け
トランスクリプト
GPT-5.5 Instant を使用した標準音声モードでの会話例
ChatGPT の高度な音声モードのようなターンベースの音声モデルは、オーディオの処理と生成を単一のモデル内で行うことでレイテンシを削減し、会話を滑らかにしましたが、依然として離散的なターンを通じて動作していました。モデルはユーザーが話すのを止めるまで応答を待たなければならず、その結果、硬直した行き来が生じていました。さらに、ターン検出が沈黙に基づいているため、わずかな一時停止や背景ノイズでさえターンの終了と誤認識され、不自然なタイミングでモデルが割り込んでしまう原因となっていました。
ターンベースの音声モデル
やや速く滑らかな応答ですが、モデルとの行き来はまだ硬直した印象です
トランスクリプト
ChatGPT 高度な音声モードとの会話例
GPT-Live は、2 つのアーキテクチャ上の改変を通じてこれらの制限に対処します。
第一に、フルデュプレックス・アーキテクチャ(full-duplex architecture)を用いて、GPT-Live を継続的な対話のために構築しました。個別のメッセージシーケンスを処理するのではなく、GPT-Live は出力を生成しながら入力も連続的に処理します。そのため、モデルは 1 秒間に何度も対話上の判断を下すことが可能になります:話すか、聴き続けるか、一時停止するか、割り込むか、あるいはツールを呼び出すかといった判断です。
これにより、モデルはより自然な行き来を行い、時間感覚をより適切に保ち、さらにはライブ翻訳も実行できるようになります。
継続的な対話
速く、自然で表現力豊かな応答と、より積極的な聴取
トランスクリプト
GPT-5.5 Instant を使用した GPT-Live-1 との会話例
第二に、継続的な対話を処理する GPT‑Live を、より深い作業から分離しました。質問に検索や推論、あるいはよりエージェント的な機能が必要となる場合、GPT‑Live は GPT‑5.5 などの別のモデルにタスクを委譲できます。これにより、バックグラウンドで複数のタスクを処理しながらも、会話を継続させることが可能になります。
このアーキテクチャの変更により、GPT‑Live は最新のモデルやエージェントを継続的に活用できるようになり、最先端の知能と自然な対話を組み合わせることが実現します。
より深い作業のための委譲
GPT-Live は迅速で自然な応答を提供し、GPT-5.5 がバックグラウンドで検索を担当します
トランスクリプト
GPT-Live-1 を使用した例会話(GPT-5.5 Instant を活用)
私たちは、対話の心地よさと流れを測定するための新しい人間評価を導入しました。これらの直接比較において、GPT‑Live‑1 および GPT‑Live‑1 mini は、全体の好み、ターン取り、割り込み、会話の流れ、各インタラクションがいかに自然に感じられたかを測定する 5〜10 分間のマッチド対話において、Advanced Voice Mode よりも強く好まれることが示されました。
- GPQA: GPT‑Live‑1 は、生物学・化学・物理学にわたる専門家レベルの科学的推論をテストする GPQA において、Advanced Voice Mode を大幅に上回ります。
- BrowseComp: GPT‑Live‑1 は、エージェント型ウェブ検索と、見つけにくい情報の発見能力をテストする BrowseComp において、Advanced Voice Mode よりも顕著な向上を示します。
- τ³-Voice Telecom (内部版)**: GPT‑Live‑1 は、現実的な多回会話型のテレコムサポートタスクで音声エージェントの能力をテストする τ³-Voice Telecom において、Advanced Voice Mode を上回ります。
- GPT‑Live‑1 (instant) と GPT‑Live‑1 mini はバックグラウンドで GPT‑5.5 Instant モデルを使用し、GPT‑Live‑1 Medium と GPT‑Live‑1 High は、中程度および高レベルの推論努力を備えた GPT‑5.5 Thinking モデルを使用します。
** この評価には、最新の推論モデルを搭載したカスタマイズされたユーザーモデルを使用しました。
毎週、1 億 5000 万人以上の人々が、Voice や Dictation といった機能を使用して ChatGPT と会話しています。彼らは、ハンズフリーでの日常のサポートを受けたり、語学練習をしたり、寝る前の物語を聞かせたり、通勤中にただ雑談したりするためにそれを利用しています。
本日より、ChatGPT と話すために Voice ボタンをタップすると、GPT‑Live によって支えられた改善された体験が提供されます。より自然な会話、賢い回答、優れた聴解力、そして視覚的な応答が可能になります。
ChatGPT との対話は、今や本物の会話のように感じるはずです。質問を投げかけたり、考えをまとめるために一時停止したり、ChatGPT に速度を落とすよう頼んだりできます。"mhmm" や "got it" といった表現で自然にあなたの発言を受け止めるため、相手が追従していることがわかります。また、ChatGPT の 9 つの異なる声を GPT‑Live 向けにリマスターしました。
ChatGPT Voice は、最新のフロンティアモデルを活用できるようになり、必要な時により賢い回答を提供します。また、あなたのニーズに合った推論レベルを選択できます:即座の応答には「Instant」、ChatGPT に時間をかけて考えるよう求める場合は「Medium」や「High」です。
少し考えている間、ChatGPT Voice は飛び込んで中断するのではなく待機します。静かにして聞くように頼めば、それに従います。また、通行する車や近くの会話などの背景ノイズがある場合でも、ChatGPT はあなたの声に集中し、気を取られることが少なくなっています。
一部の回答は、視覚的に確認できる方がより役立ちます。通話中も、天気、株価、スポーツなどに関するリッチなビジュアルカードを表示できるようになりました。音声機能では引き続き検索、メモリ、画像、ファイルアップロードをサポートしています。
その結果、日常の生活においてより自然で、より能力が高く、より有用な ChatGPT Voice の体験が実現しました。
GPT‑Live はデフォルトで安全に設計されています。最新のモデルからの安全性向上を基盤としつつ、主要なリスク領域全体に専用の安全性トレーニングを追加し、音声用に特別に設計された新たなセーフガードも導入しています。
人々が実際の環境で音声を使用する方法をより正確に反映させるために、私たちはまず安全性テストを拡張し、新しいオーディオネイティブ評価を含めることにしました。また、生成された音声を利用した合成評価も作成し、Advanced Voice Mode から得た知見に基づき、自己傷害、精神病・躁状態、AI への感情的依存、暴力、性的コンテンツといった重要な安全領域に集中的に取り組んでいます。内部の専門家たちはまた、音声固有のリスクについてもモデルに対するレッドチーム(攻撃的テスト)を実施しました。
私たちのテストでは、GPT‑Live は評価したほぼすべての分野において Advanced Voice Mode と同等か、それ以上のパフォーマンスを示しました。詳細なテスト内容とセーフガードについては、GPT‑Live の システムカード(新しいウィンドウで開く) をご覧ください。
音声会話はリアルタイムで進行するため、モデルが発話している最中に作用するセーフガードも構築しました。システムが潜在的に不安全な出力を検知した場合、より安全な応答へとモデルを誘導したり、追加の安全メッセージやリソースを表示したり、リスクが高いケースでは音声会話自体を終了させたりします。自己傷害に関連する会話については、ChatGPT のサポートフローを音声用に適応させ、専門家が審査した危機対応ヘルプラインの提供などを含めています。
ティーンユーザーをサポートするために追加の保護策を設計し、不適切な回答のリスクを減らすために、年齢に適切な行動をモデルに直接トレーニングしました。親御さんは、ペアレンタルコントロールを通じて、ティーンが ChatGPT Voice を使用できるかどうかを選択できます。また、自殺や自傷行為の兆候など、より高いリスクがある状況では、リンクされた親御さんに通知が行く仕組みとなっています。
さらに、感情的な依存に焦点を当てた長期的な測定とローンチ後のモニタリングを開始し、理解を深めつつ保護策を不断に改善していきます。これまでの 感情的な利用と心の健康に関する研究 に基づき、新たなパターンを特定し、感情的に敏感なやり取りにおけるシステムの対応方法を向上させることを目指します。
最後に、GPT‑Live は会話のために設計されたものであり、声の模倣を目的としたものではありません。ChatGPT で用意された事前定義された音声セットを使用し、実在する人物の声の模倣を防ぐための保護策が組み込まれています。
私たちは安全性とウェルビーイングのサポートにコミットしており、実際の利用から学びながら、これらの保護策をさらに強化していく所存です。
GPT‑Live は現在、iOS、Android、および ChatGPT.com(新しいウィンドウで開く) を含む世界中の ChatGPT ユーザー向けに展開されています。GPT‑Live‑1 は Go、Plus、Pro のユーザーに対して ChatGPT Voice を支えるデフォルトモデルとなり、GPT‑Live‑1 mini は無料ユーザー向けのデフォルトとなります。詳細な利用可能状況については、ヘルプセンター(新しいウィンドウで開く) をご確認ください。
ChatGPT で最も人気のある言語の一部に対して GPT‑Live の最適化を行いました。特定の言語では、モデルに非ネイティブなアクセントや流暢さの欠如が生じる場合があります。私たちは多言語にわたる体験を改善すべく積極的に取り組んでいます。
発表時点では、GPT‑Live は ChatGPT においてビデオや画面共有を伴う音声には対応していませんが、これらの機能の導入も近日中に予定しています。これらの機能が利用可能な標準モードおよび高度な音声モードを含む、ChatGPT Voice の従来バージョンへのアクセスは引き続き可能です。
原文を表示
We’re launching GPT‑Live, a new generation of voice models that make talking with AI feel much more like having a real conversation.
GPT‑Live is built on a full-duplex architecture, meaning it can listen and speak at the same time. During conversations, GPT‑Live can show it’s paying attention with phrases like “mhmm” or “yeah”, engage in quick back-and-forth, or just stay quiet when you need a moment to think. The result is a voice experience that is refreshingly easy to talk to.
GPT‑Live is also our smartest voice model yet. For questions that require web search, deeper reasoning, or more complex work, it delegates to our latest frontier model behind the scenes and brings the result back into the conversation when it’s ready. While it works, GPT‑Live can keep talking with you and maintain the flow of conversation. At launch, GPT‑Live will use GPT‑5.5 in the background. As we release new frontier models, we’ll continuously update the model used by GPT‑Live.
These advances power a new ChatGPT Voice experience that is more intelligent and natural to use. Over time, we believe this research will also unlock the ability to use voice for increasingly complex, longer-running, and more agentic work.
We’re beginning to roll out two versions of GPT‑Live – GPT‑Live‑1 and GPT‑Live‑1 mini – to ChatGPT users globally today. We also plan to bring them to the API soon, and developers and enterprises can sign up to be notified using this form.
Our vision is to enable truly natural human–AI interaction: a world where collaborating with AI feels as fluid and responsive as working with another person, while reasoning and complex task execution happen seamlessly in the background.
Older generations of voice AI systems brought us closer to that vision, but with important tradeoffs.
Cascaded voice systems rely on a series of models acting one after another to process each turn. The original ChatGPT Voice chained three models together: a speech-to-text model to transcribe your speech, a large language model to produce a response, and a text-to-speech model to convert it back into speech. This approach enabled us to talk to frontier AI models for the first time, but the complexity came at a cost: information could be lost across models, and responses were slow and stilted.
Cascaded voice system
Slow and stilted responses, long pauses
Transcript
Example conversation with Standard Voice Mode, using GPT-5.5 Instant
Turn-based voice models like ChatGPT Advanced Voice Mode processed and generated audio within a single model, reducing latency and making conversations smoother — but they still operated through discrete turns. The model had to wait for the user to stop speaking before responding, resulting in rigid back-and-forth. In addition, because turn detection is based on silence, even a brief pause or background noise could be mistaken for the end of turn — causing the model to interrupt at unnatural times.
Turn-based voice model
Slightly faster and smoother responses, but back-and-forth with the model still feels rigid
Transcript
Example conversation with ChatGPT Advanced Voice Mode
GPT‑Live addresses these limitations through two architectural changes.
First, we built GPT‑Live for continuous interaction using a full-duplex architecture. Instead of processing a sequence of separate messages, GPT‑Live continuously processes input while generating output. The model can therefore make interaction decisions many times per second: whether to speak, continue listening, pause, interrupt, or invoke a tool.
This allows the model to engage in more natural back-and-forth, maintain a better sense of time, and even perform live translation.
Continuous interaction
Fast, natural, expressive responses and more active listening
Transcript
Example conversation with GPT-Live-1, using GPT-5.5 Instant
Second, we decoupled GPT‑Live — which handles continuous interaction — from deeper work. When a question requires search, reasoning, or more agentic capabilities, GPT‑Live can delegate the task to another model like GPT‑5.5. This allows it to keep the conversation going, even as it handles multiple tasks in the background.
This architectural change also allows GPT‑Live to continuously use the latest models and agents, combining frontier intelligence with natural interaction.
Delegation for deeper work
GPT-Live provides fast, natural responses, while GPT-5.5 handles search in the background
Transcript
Example conversation with GPT-Live-1, using GPT-5.5 Instant
We built new human evaluations to measure pleasantness and the flow of conversation. In these head-to-head comparisons, GPT‑Live‑1 and GPT‑Live‑1 mini are strongly preferred over Advanced Voice Mode in matched 5–10 minute conversations that measure overall preference, turn-taking, interruptions, conversational flow, and how natural each interaction felt.
- GPQA: GPT‑Live‑1 substantially outperforms Advanced Voice Mode on GPQA, which tests expert-level scientific reasoning across biology, chemistry, and physics.
- BrowseComp: GPT‑Live‑1 shows strong gains over Advanced Voice Mode on BrowseComp, which tests agentic web search and the ability to find difficult-to-locate information.
- τ³-Voice Telecom (internal variant)**: GPT‑Live‑1 outperforms Advanced Voice Mode on τ³-Voice Telecom, which tests voice agents on realistic, multi-turn telecom support tasks.
Each week, more than 150 million people talk to ChatGPT using features like Voice and Dictation. They use it to get hands-free everyday help, to practice languages, tell bedtime stories, or just chat during their commute.
Starting today, when you tap the Voice button to talk with ChatGPT, you’ll get an improved experience powered by GPT‑Live—with more natural conversations, smarter answers, better listening, and visual responses.
Talking with ChatGPT should now feel much more like a real conversation. You can interrupt with a question, pause to gather your thoughts, or ask ChatGPT to slow down. It naturally acknowledges what you’re saying with phrases like “mhmm” or “got it,” so you know it’s following along. We’ve also remastered the nine distinct voices in ChatGPT for GPT‑Live.
ChatGPT Voice can now draw on our latest frontier models, giving you smarter answers when you need them. You can also choose the level of reasoning that fits your needs: Instant for fast responses, or Medium and High when you want ChatGPT to spend more time thinking.
If you take a moment to think, ChatGPT Voice now waits instead of jumping in and interrupting. If you ask it to stay quiet and listen, it will. And when there’s background noise, like passing traffic or nearby conversations, ChatGPT is better at focusing on your voice instead of getting distracted.
Some answers are more useful when you can see them. While you’re talking, ChatGPT can now show rich visual cards for topics like weather, stocks, sports, and more. Voice also continues to support search, memory, images, and file uploads.
The result is a ChatGPT Voice experience that feels more natural, more capable, and more useful in everyday life.
GPT‑Live was designed to be safe by default. It builds on the safety advances from our latest models while adding dedicated safety training across key risk areas and new safeguards designed specifically for voice.
To better reflect how people use voice in real-life settings, we began by expanding our safety testing to include new audio-native evaluations. We also created synthetic evaluations that use generated audio to focus more intensively on key safety areas, drawing on what we learned from Advanced Voice Mode. Those areas include self-harm, psychosis and mania, emotional reliance on AI, violence, and sexual content. Internal experts also red-teamed the model for risks unique to voice.
In our testing, GPT‑Live performed comparably to or better than Advanced Voice Mode across nearly all of the areas we evaluated. You can read more about our testing and safeguards in the GPT‑Live system card(opens in a new window).
Because voice conversations unfold in real time, we also built safeguards that can act while the model is speaking. When the system detects potentially unsafe output, it can steer the model toward a safer response, surface additional safety messaging or resources, or end the voice conversation in higher-risk cases. For conversations involving self-harm, we adapted ChatGPT’s support flows for voice, including offering expert-vetted crisis helpline support.
We designed additional protections to support teen users, and trained age-appropriate behavior directly into the model to reduce the risk of inappropriate responses. Parents can choose whether their teen can use ChatGPT Voice through Parental Controls, and linked parents may be notified in higher-risk situations involving signs of potential self-harm or suicidal intent.
We’re also rolling out longer-term measurement and post-launch monitoring focused on emotional reliance to continue improving our understanding and refining safeguards. Building on our previous research into affective use and emotional well-being, this will help us identify emerging patterns and improve how the system responds in emotionally sensitive interactions.
Finally, GPT‑Live is designed for conversation, not voice impersonation. It uses a set of predefined voices in ChatGPT, with safeguards to prevent it from imitating a real person’s voice.
We’re committed to supporting safety and well-being and will keep strengthening these protections as we learn from real-world use.
GPT‑Live is rolling out now to ChatGPT users globally across iOS, Android, and ChatGPT.com(opens in a new window). GPT‑Live‑1 will become the default model powering ChatGPT Voice for Go, Plus, and Pro users, and GPT‑Live‑1 mini will become the default for Free users. More availability details can be found in our Help Center(opens in a new window).
We’ve optimized GPT‑Live for some of the most popular languages in ChatGPT. For certain languages, the model may have a non-native accent or gaps in fluency. We’re actively working to improve the experience across languages.
At launch, GPT‑Live will not support voice with video or screen sharing in ChatGPT, but we’re working to introduce these capabilities soon. You can still access legacy versions of ChatGPT Voice, including Standard and Advanced Voice Mode, where these features are available.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み