OpenAI、GPT-5.6 が最先端知能と効率を融合
OpenAI は GPT-5.6 シリーズを発表し、Sol が Claude Fable 5 を凌駕する性能を半額以下で提供し、Terra と Luna もコスト効率を大幅に向上させた。
AI深層分析を開く2026年7月30日 05:56
AI深層分析
キーポイント
GPT-5.6 シリーズの多層化とコストパフォーマンス
OpenAI は GPT-5.6 Sol, Terra, Luna の3モデルをリリースし、Sol が Claude Fable 5 を凌駕する一方でコストは半分以下、Luna は Sol よりも80%安価に設定されている。
推論とエージェントハネスの技術的最適化
OpenAI の研究チームは負荷分散、予測デコーディング、キャッシング、カーネル最適化などの推論プロセスと、コンテキスト管理やツール使用効率を改善するエージェントハネスを大幅に強化した。
トークンあたりの知能効率の最大化
GPT-5.6 はタスク成功と効率性の両方を最適化して訓練され、より直接的なパスでタスクを遂行するように設計されており、トークンあたりの知能効率が過去最高水準に達している。
GPT-5.6 Solによる負荷分散の最適化
地理情報やアクセラレータ種別、キャッシュ可用性などを考慮した多層的なルーティング戦略をGPT-5.6 Solが分析・チューニングし、コストを劇的に削減した。
カーネルの自律的リファクタリング
TritonやGluonを用いてGPT-5.6 Solが生産環境のカーネルコードを自動書き換え、メモリ移動や同期の非効率性を解消した。
重要な引用
Our flagship model, GPT‑5.6 Sol, with max reasoning outperforms Claude Fable 5 on the Artificial Analysis Coding Agent Index at less than half of the cost.
Terra performs as well as GPT‑5.5 on intelligence benchmarks at half the price, and Luna is our fastest and most affordable model, priced 80% less than the cost of Sol.
We achieved our greatest intelligence-per-token efficiency yet through GPT‑5.6, which is trained to achieve more work per token.
GPT‑5.6 Sol in Codex played an instrumental role in all of these optimizations.
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
私たちは、ユーザーがモデルに求める多様なタスク全体を通じて「能力とコスト」のバランスが取れるよう、GPT‑5.6 モデルファミリーを設計しました。フラッグシップとなる GPT‑5.6 Sol は、最大限の推論機能を活用し、Artificial Analysis のコーディングエージェントインデックスにおいて Claude Fable 5 を上回ります。しかもそのコストは半額以下です。Terra は知能ベンチマークで GPT‑5.5 と同等のパフォーマンスを発揮しながら、価格は半分です。一方、Luna は最速かつ最も手頃な価格のモデルで、Sol の価格の 80% オフとなっています。
これらの効率化を実現するため、研究チームと技術チームはスタックの主要な各層において大幅な最適化を行いました。その改善点は、モデル自体、推論(出力を生成する際のモデル実行方法)、そして Codex と ChatGPT Work の両方で活用されているエージェントハネスにまで及びます。
過去4年間で、当社のモデルは10億人のアクティブユーザーと200万社以上のビジネスに拡大しました。この間、知能の恩恵をすべての人に届けるために「効率性」が中心的な役割を果たしてきました。私たちのミッションは、汎用人工知能(AGI)が人類全体に利益をもたらすことを保証することです。これらの年を通じて、コストと知能のバランス曲線上のあらゆる地点で最も高性能なモデルを提供できるよう、スタック全体の最適化を継続的に追求してきました。
GPT-5.6 では、トークンあたりの処理能力を最大化するよう訓練されたことで、これまでにない「トークンあたりの知能効率」を実現しました。これは、トークンあたりにより多くの作業を達成 することを目的としたものです。トレーニングにおいては、タスクの成功と効率性の両方を最適化し、モデルがタスクに対してより直接的な経路をたどるように設計しています。
本稿では、モデル自体を超えて、スタックの他の主要部分における効率性向上のための取り組みについてご紹介します。具体的には、1) 推論(inference) の分野で、負荷分散、スペキュレーティブ・ディコーディング、キャッシュ、カーネル最適化などのプロセスを最適化し、同じハードウェアからより多くの出力を引き出すこと、2) エージェントハッチ(agentic harness) における改善として、コンテキストの肥大化やツール利用、反復作業の管理を強化することです。また、GPT-5.6 Sol がこれらの効率化を自律的に実現する役割についても解説します。
個々の改善は限定的に見えるかもしれませんが、これらが複合することで、知能と効率性の両面で最前線を実現することが可能になります。
GPT-5.6 Sol による推論の加速
モデルの需要が計算リソースの供給能力を上回るスピードで伸び続ける世界において、効率性はあらゆるシステム設計の根幹です。これは特に、学習済みモデルを実行して応答を生成する推論スタックにおいて顕著な事実です。
私たちの主要な目標は、ユーザーが期待する知能性、レイテンシ、可用性、信頼性を維持したまま、同じハードウェアでより多くのトークンを処理することです。これを実現するには、システム全体を最適化する必要があります。モデル単体では極めて効率的であっても、リクエストの配分が不適切だったり、ハードウェアが遊んでいたり、データ転送が計算を阻害したりすれば、提供コストは高止まりしてしまいます。
ルーティング(リクエストの送信先)、スケジューリング(リクエストの実行タイミング)、カーネル(GPU上で動作するソフトウェア)、キャッシュ(保存・再利用される作業)、そしてモデル実装(GPU コードの順序付け)といった各層での改善が相乗効果を生み、全体として大きな成果につながります。これらの最適化すべてにおいて、GPT-5.6 Sol in Codex が決定的な役割を果たしました。
まず重要な事例として、負荷分散があります。グローバルレベルでは、地理的条件、利用可能なキャパシティ、アクセラレータの種類(モデルを実行する GPU や専用チップのタイプ)などの要因に基づいてリクエストをルーティングしています。クラスター内では、負荷、コンテキスト長、キャッシュの利用状況、その他のリクエストプロパティに応じて、ワークロードを複数のモデルインスタンスに分散します。さらに各インスタンス内でも、アクセラレータ間やモデルのサブネットワーク、計算コア間で効率的に作業を分割する必要があります。
GPT‑5.6 Sol in Codex は、本番環境のトラフィック分析を通じて、これまで見過ごされていた不均衡の原因を特定し、新しいルーティング戦略を検証し、これらのヒューリスティックを絶えず調整するのに役立っています。こうした負荷分散の改善だけでも、モデル提供にかかるコストを劇的に削減できました。
GPT-5.6 Sol を活用して、モデルのフォワードパス(入力から次のトークン予測を生成する計算プロセス)の最適化も行いました。個々の演算が高速であっても、メモリ転送の過剰さ、同期処理の遅延、非効率なデータ配置などが原因で GPU がアイドル状態になることがあります。これを防ぐため、GPT-5.6 Sol は事前計算可能な処理や省略できる処理、並列化可能な処理を特定しました。
Codex を通じて GPT-5.6 Sol は、モデルの数学的演算を実行するコアとなるプロダクションカーネル(生産用カーネル)の自動書き換えと最適化を行いました。これは、GPT-5.6 が OpenAI が維持するオープンソース GPU プログラミング言語である Triton と Gluon において、カーネルの記述・改善を効果的に行えるよう訓練されているため、部分的に成功したものです。
これらの取り組みに加え、GPT-5.6 Sol による広範なカーネル改良により、エンドツーエンドのサービングコストは 20% 削減されました。また、GPT-5.6 Sol が作成したカーネルの正しさを検証するための検証ツールにも重点的に投資しており、その一つがオープンソースの FpSan(Floating-Point Sanitizer)です。
推測デコーディングは、速度と効率を向上させるための別の手段です。この手法では、主要モデルの隣に小さなドラフト(または「推定器」)モデルを実行し、主要モデルが並列で検証できるように複数のトークンを提案します。これらの提案が承認されると、システムは1回の主要モデル処理から複数の出力トークンを生成できるため、高価な逐次計算の量を削減できます。
GPT-5.6 Sol は、アーキテクチャに関する数百の実験を設計・実行することで独自のドラフトモデルを改善しました。サイズ、構造、機能の変更を検証した結果です。さらに、GPT-5.6 Sol は推定器のトレーニングプロセスを開始して監視し、ハードウェア障害やトレーニングの不安定性など問題が発生した際には自律的に介入しました。
その結果、トークン生成効率は15%以上向上しました。
キャッシュされていない入力トークンを処理する際、モデルは計算集約的な 1 パスでキーバリュー(KV)キャッシュを構築し、出力生成時にはそのキャッシュを繰り返し読み出して拡張します。サービングにおける最適な設定(バッチ処理、シャード化、KV キャッシュ管理など)は、プロンプトと出力の長さ、バッチサイズ、キャッシュヒット率、クエリ特性などのワークロードに大きく依存します。しかし、これまで設定空間が広すぎて体系的な調整ができず、エンジニアは広範なヒューリスティックに頼るしかなかったのです。
GPT-5.6 Sol in Codex によって、私たちは実際の生産環境でのワークロードを分析し、候補となる設定を生成・評価して、各シナリオに合わせてエンジンとモデルの設定をハイパー最適化できるようになりました。これにより、ハードウェアの性能を引き出してより多くの推論処理を実現する、ワークロードに特化した新しいレベルの最適化が現実のものとなりました。
推論の最適化は継続的なフィードバックループです。生産環境での挙動を測定し、最も大きな課題を特定して改善を実施、それが特定のベンチマークではなくシステム全体を向上させることを検証します。GPT-5.6 Sol と Codex はこのループのあらゆる部分を加速させます。その結果、チームはより多くのアイデアを検証でき、変化するワークロードに迅速に対応し、ユーザーにとって遅延が少なく、処理能力が高く、コストも低い推論スタックを構築できるようになりました。
How our agentic harness streamlines repeated work
ChatGPT Work と Codex は、一連のモデルリクエストとツール呼び出しを通じて複雑なタスクを完了します。ユーザーからの要求から最終的な回答までの単一のターンにおいて、Codex はソースコードの検査、デプロイ履歴の検索、インシデントレポートの読み取り、ファイルの編集、テストの実行などを行います。各ステップにはそれぞれリクエストが必要となる場合があります。
コンテキストの準備、データ転送、推論実行、ツール呼び出し、プロセス開始にはすべて時間と計算資源がかかります。タスクに 30 のモデルリクエストが必要な場合、1 リクエストあたり 1 秒余計にかかるだけで、全体として大きな遅延となります。パフォーマンスを向上させるためには、モデル自体を高速化するだけでなく、システム全体の重複作業を減らすことが重要です。
*ユーザーの 1 ターンには多数のモデルとツールの反復が含まれる可能性があります。繰り返し領域内のコストは、その回数分だけ支払われることになります。
これらの課題が、私たちが設計したエージェント用ハッチ(harness)の方向性を決定しました。これは Rust で書かれたオーケストレーション層であり、モデル、ツール、ユーザー環境を接続する役割を果たします。次節では、コンテキストの肥大化を防ぎ、ツールの読み込みを最適化し、作業結果を再利用することで、各リクエストをいかに効率的にするかについて解説します。
コンテキストの肥大化を防ぐ
エージェントが扱うツール、スキル、プラグイン、会話履歴が増えるにつれて、コンテキストウィンドウは容易に拡大してしまいます。その結果、コスト増大やモデルの注意力散漫、不要な推論の誘発といった問題が生じます。
この課題を解決するため、「ハーネス」では「遅延発見(deferred discovery)」を採用しています。これにより、統合機能やカスタム MCP ツール、スキル、プラグインは必要な時だけ表示されるようになります。また、個々のツールや MCP 統合が予期せずコンテキストウィンドウを占有するのを防ぐ仕組みも備えています。デフォルトでは、ツールの出力トークン数は 10,000 までと制限されていますが、モデル側で異なる上限を指定すれば変更可能です。
プロンプトキャッシュのためにプレフィックスを正確に維持する
前述の通り、エージェントループは単一のターン内で、同じ指示や会話履歴、ツールの定義、過去の結果などを GPU に複数回送信することがあります。こうした重複入力を処理するのはコストがかかるため、「プロンプトキャッシュ」では、以前処理されたプロンププのプレフィックスに関連する計算を再利用します。
このプレフィックスを維持するために、ハーネスはモデルから見える履歴をすべて「追加専用(append-only)」として扱います。新しいメッセージ、ツールの結果、環境更新などは、既存のコンテキストの途中に挿入されるのではなく、常に末尾に追加されます。また、ツールも決まった順序で提示され、承認ポリシーなどのランタイム設定はツールの定義内に埋め込むのではなく、実行時に適用されます。
こうした設計が、Codex や ChatGPT Work において高いプロンプトキャッシュのヒット率を実現する要因となっています。
ネットワークを通過するデータの流れを変えるのは増分転送であり、モデルが再計算を回避するのはプロンプトキャッシングです。幅は概念的なものであり、追加の圧縮層は図示されていません。
知能曲線全体における効率化
GPT-5.6 で実現した効率化の成果は、研究から推論、そしてエージェント活用まで、スタック全体にわたる長年の改善が積み重なった結果です。これらの改善を多く実現する上で GPT-5.6 が果たした役割により、最適化のペースがさらに加速していくことに私たちは確信を持っています。今後はカーネル最適化といった分野でのさらなる最適化を進めるとともに、スタックそのものの基盤的な改良も続けていきます。こうした裏側で進んでいる改善を、より広く利用可能なコスト効率の高い知能としてユーザーや顧客にお届けできることを楽しみにしています。
本記事の作成に貢献いただいた、Matthew Ferrari 氏、Philippe Tillet 氏、Ahmed Ibrahim 氏、Joe Gershenson 氏、Steve Coffey 氏の技術スタッフの皆様に心より感謝いたします。
原文を表示
We designed the GPT‑5.6 model family to balance capability and costacross the spectrum of tasks people use our models for. Our flagship model, GPT‑5.6 Sol, with max reasoning outperforms Claude Fable 5 on the Artificial Analysis Coding Agent Index at less than half of the cost. Terra performs as well as GPT‑5.5 on intelligence benchmarks at half the price, and Luna is our fastest and most affordable model, priced 80% less than the cost of Sol. To deliver these efficiencies, our research and technical teams have made significant optimizations at every major layer of our stack. These improvements span our models, inference (how we run models to generate output), and our agentic harness, which is used by both Codex and ChatGPT Work.
As we’ve scaled our models to 1 billion active users and more than 2 million businesses over the past four years, efficiency has been central to distributing the benefits of intelligence to everyone. Our mission is to ensure that artificial general intelligence benefits all of humanity. Over these years, we’ve worked to continuously unlock greater optimizations across our stack in order to offer the most performant models at every point in the cost-intelligence curve. We achieved our greatest intelligence-per-token efficiency yet through GPT‑5.6, which is trained to achieve more work per token. In training, we optimize for both task success and efficiency, shaping the model to take a more direct path through a task.
This post looks beyond our models to share how we designed for efficiency through advancements in two other major parts of the stack, including 1) inference, by optimizing processes such as load balancing, speculative decoding, caching, and kernel optimization, to get more output from the same hardware, and 2) our agentic harness, including better managing context bloat, tool usage, and repeated work. We’ll also share the role of GPT‑5.6 Sol in landing several of these gains autonomously. While any isolated improvement may seem limited, these wins compound to allow us to deliver on the frontier of both intelligence and efficiency.
Accelerating inference with GPT‑5.6 Sol
In a compute-constrained world where model demand is growing faster than capacity, efficiency is core to every system design. That’s especially true in our inference stack, which runs trained models to generate responses. Our primary objective is to serve more tokens with the same hardware, while preserving the intelligence, latency, availability, and reliability users expect.
Achieving this requires optimizing the entire system. A model can be highly efficient in isolation, but still be expensive to serve if requests are distributed poorly, hardware sits idle, or data movement slows down computation. Improvements at every layer compound, with gains coming from optimizations in routing (where requests are sent), scheduling (when requests are sent), kernels (software that runs on GPUs), caching (saved and reused work), and model implementation (the ordering of GPU code). GPT‑5.6 Sol in Codex played an instrumental role in all of these optimizations.
The first important example is load balancing. Globally, we route requests based on factors such as geography, available capacity, and accelerator type (the type of GPU or specialized chip running the model). Within a cluster, we distribute work across model instances based on load, context length, cache availability, and other request properties. Within each instance, work must then be partitioned efficiently across accelerators, the model’s sub-networks, and computing cores. GPT‑5.6 Sol in Codex helps us analyze production traffic, identify previously overlooked sources of imbalance, test new routing strategies, and constantly tune these heuristics. These load balancing improvements alone dramatically reduced the cost of serving our models.
We also used GPT‑5.6 Sol to optimize the model’s forward pass: the computation that transforms inputs into next-token predictions. Even when individual operations are fast, excess memory movement, synchronization, and inefficient data layouts can leave GPUs idle. To avoid this, GPT‑5.6 Sol found work that could be precomputed, avoided, or parallelized. With Codex, GPT‑5.6 Sol autonomously rewrote and optimized our production kernels, the core code that executes the mathematical operations that make up the model. This worked in part because we’ve trained GPT‑5.6 to be effective at writing and improving kernels in Triton(opens in a new window) and Gluon(opens in a new window), two open-source GPU programming languages maintained by OpenAI. These efforts, combined with broader kernel advancements from GPT‑5.6 Sol, reduced end-to-end serving costs by 20%. We’ve also heavily invested in verification tooling, such as the open-source tool FpSan(opens in a new window) (Floating-Point Sanitizer), to help validate the correctness of the kernels written by GPT‑5.6 Sol.
Speculative decoding is another lever for improving speed and efficiency. The technique involves running a smaller draft (or “speculator”) model alongside the primary model, proposing several tokens for the primary model to verify in parallel. When those proposals are accepted, the system can produce multiple output tokens from a single primary-model pass, reducing the amount of expensive sequential computation. GPT‑5.6 Sol improved its own draft model by designing and running hundreds of experiments on its architecture, testing changes in size, structure, and features. Additionally, GPT‑5.6 Sol launched and monitored the speculator training process, autonomously intervening when issues arose, including hardware failures and training instability. The resulting improvements increased token-generation efficiency by more than 15%.
When processing uncached input tokens, the model builds the key-value (KV) cache in one compute-intensive pass; when generating output, it repeatedly reads from and extends that cache. The optimal configuration for serving, such as batching, sharding, and KV management, depends heavily on the workload—prompt and output length, batch size, cache hit rate, query characteristics, and more. However, the configuration space was previously too large to tune systematically, forcing engineers to rely on broad heuristics. With GPT‑5.6 Sol in Codex, we were able to analyze production workloads, generate and evaluate candidate configurations, and hyper-optimize how the engine and model are configured for each scenario. This makes a new level of workload-specific optimization practical, extracting more useful inference from the same hardware.
Inference optimization is a continuous feedback loop. We measure production behavior, identify the largest gaps, implement changes, and verify that they improve the whole system rather than an isolated benchmark. GPT‑5.6 Sol and Codex accelerate every part of that loop. This means our team can explore more ideas, respond faster to changing workloads, and create an inference stack with lower latency, more capacity, and lower costs for users.
How our agentic harness streamlines repeated work
ChatGPT Work and Codex complete complex tasks through a series of model requests and tool calls. In a single turn—from the user’s request to the final response—Codex might inspect source code, search deployment history, read incident reports, edit a file, and run tests. Each step can require a request.
Preparing context, transmitting data, running inference, calling tools, and starting processes all take time and compute. If a task requires 30 model requests, an extra second per request adds up. Improving overall performance means reducing repeated work throughout the system, not just making the model faster.
These multipliers have informed how we designed our agentic harness, which is a Rust orchestration layer connecting our models, tools, and the user’s environment. Next, we’ll cover how avoiding context bloat, loading tools, and reusing work make each request more efficient.
Avoid context bloat
As agents are granted access to more tools, skills, plugins, and conversation history, context windows can easily expand. This increases cost, distracts the model, and prompts unnecessary reasoning. The harness can reduce this overhead through deferred discovery, which makes integrations, custom MCP tools, skills, and plugins only surfaceable when needed. The harness also prevents individual tools and MCP integrations from unexpectedly consuming the context window. Tool output is capped at 10,000 tokens by default unless the model requests a different limit.
Preserve exact prefixes for prompt caching
As previously mentioned, an agent loop can send the same instructions, conversation history, tool definitions, and earlier results to the GPUs multiple times within a single turn. Processing these repeated inputs is expensive, so prompt caching reuses the computation associated with a previously processed prompt prefix. To preserve that prefix, the harness treats all model-visible history as append-only: new messages, tool results, and environment updates are added at the end rather than inserted into earlier context. Tools are also presented in a deterministic order, while runtime settings, such as approval policies, are applied during execution instead of being embedded in tool definitions. This design choice contributes to Codex’s and ChatGPT Work’s high overall prompt-cache hit rates.
Efficiency across the intelligence curve
The efficiency gains we delivered with GPT‑5.6 are the result of years of compounding improvements across the stack, spanning research, inference, and our agentic harness. The role of GPT‑5.6 in delivering many of these improvements makes us optimistic about how the pace of optimizations will accelerate. We’ll continue making greater optimizations in areas such as kernel optimization, alongside foundational improvements to our stack. We look forward to transferring these ongoing, under-the-hood improvements back to our users and customers in the form of more widely available, cost-efficient intelligence.
*Special thanks to Matthew Ferrari, Philippe Tillet, Ahmed Ibrahim, Joe Gershenson, and Steve Coffey, Members of Technical Staff, for their contributions to this post.*
AI算出
主要ニュースainew評価高い
記事は GPT-5.6 の新モデルファミリー(Sol, Terra, Luna)と、それらが従来モデルや競合他社を凌駕する具体的なベンチマーク結果・コスト効率の向上を詳細に報告しており、新規性の高い一次情報である。ただし、日本企業への直接的な影響や日本語圏特有の情報が含まれていないため、日本の関連性は低めとなる。
6つの評価軸を見る
- AI関連度
- 100
- 情報源の信頼性
- 100
- 新規性
- 75
- 調べる価値
- 100
- 重複の少なさ
- 100
- 日本での有用性
- 25
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み