OpenAI、GPT-5.6 の価格大幅引き下げと推論最適化を発表
本文の状態
日本語全文を表示中
詳細モードで約2分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Simon Willison Blog
OpenAI は GPT-5.6 Sol の活用により推論コストを劇的に削減し、GPT-5.6 Luna の価格を大幅に引き下げたことで、低価格帯モデル市場の競争構造を根本から変える発表を行った。
AI深層分析を開く2026年7月31日 21:58
AI深層分析
キーポイント
GPT-5.6 Sol による推論最適化の実現
OpenAI は GPT-5.6 Sol を用いてモデルの前向きパス(forward pass)を最適化し、メモリ移動や同期の非効率性を解消することで、エンドツーエンドのサービングコストを 20% 削減した。
GPT-5.6 Luna の価格破壊的引き下げ
GPT-5.6 Luna の入力・出力トークンあたりの価格がそれぞれ最大 80% 低下し、Google や Anthropic の最安モデルを凌駕する圧倒的な低価格帯を実現した。
OpenAI 独自言語によるカーネル自動改善
GPT-5.6 Sol は OpenAI が維持するオープンソース GPU プログラミング言語である Triton と Gluon を活用し、生産用カーネルを自律的に書き換え・最適化した。
重要な引用
We also used GPT‑5.6 Sol to optimize the model's forward pass: the computation that transforms inputs into next-token predictions.
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.
At $0.20/million tokens for input and $1.20/million for output Luna is now cheaper than Google's Gemini 3.1 Flash-Lite.
編集コメントを表示
編集コメント
GPT-5.6 Sol が推論プロセスそのものを自律的に最適化する能力は、従来のハードウェア依存の効率化アプローチとは異なる新たなパラダイムを示している。この技術が実装された結果として生じた価格競争力の飛躍的向上は、AI サービスの普及速度を加速させる要因となるだろう。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
GPT-5.6 で価格と性能の限界を突破
本日、OpenAI は大幅な値下げを発表しました。GPT-5.6 Terra の料金は 20% 引きとなり、GPT-5.6 Luna は驚異的な 80% の値下げを実現しています。
この実現に貢献したのが OpenAI の「5.6 Sol」です。『GPT‑5.6 が最先端の知能と効率をどう融合させたか』 という記事では、5.6 Sol を活用して負荷分散を最適化しているだけでなく、より印象的なのは推論プロセスそのものを最適化した点が挙げられます。
「また、GPT‑5.6 Sol を用いてモデルの順次計算(フォワードパス)も最適化しました。これは入力を変換して次のトークンを予測する処理です。個々の演算自体は高速であっても、メモリ転送の過剰さや同期の遅れ、非効率なデータ配置によって GPU がアイドル状態になってしまうことがあります。これを防ぐため、GPT‑5.6 Sol は事前計算が可能だったり、省略できたり、並列化できる作業を見出しました。
Codex を活用し、GPT‑5.6 Sol は自律的に本番環境のカーネル(モデルを構成する数学的演算を実行するコアコード)を書き換え、最適化を行いました。これが機能した背景には、OpenAI が管理するオープンソース GPU プログラミング言語であるTritonとGluonにおいて、GPT‑5.6 がカーネルの記述や改善に効果的であることを学習させてきたという事実があります。これらの取り組みに加え、GPT‑5.6 Sol による広範なカーネル技術の進展が相まって、エンドツーエンドのサービングコストを 20% 削減することに成功しました。」
Luna の価格引き下げは、低価格帯モデルの市場環境を根本から変えました。
入力 100 万トークンあたり 0.20 ドル、出力 100 万トークンあたり 1.20 ドルという価格設定により、Luna は Google の Gemini 3.1 Flash-Lite(入力 0.025 ドル、出力 1.50 ドル)よりも安くなりました。
Anthropic が現在提供している最安モデルは Claude Haiku 4.5 ですが、その価格は入力 1 ドル、出力 5 ドルです。Luna の入力はこれの 5 分の 1 で、以前は同価格でした。
私が運営する agent.datasette.io デモサイトは、これまで Gemini 3.1 Flash-Lite を利用していましたが、現在は Luna に切り替えました。
詳細は Hacker News で確認できます。
Tags: ai, openai, generative-ai, llms, anthropic, gemini, llm-pricing
原文を表示
Advancing the price-performance frontier with GPT‑5.6
Huge price drop from OpenAI today: GPT-5.6 Terra got a 20% reduction, and GPT-5.6 Luna got a massive 80% drop.
OpenAI credit 5.6 Sol with enabling this: in How GPT‑5.6 fuses frontier intelligence with frontier efficiency they describe using 5.6 Sol to optimize load balancing, and more impressively to optimize inference itself:
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 Tritonand Gluon, 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%.
That Luna price drop completely changes the landscape with respect to lower priced models. At $0.20/million tokens for input and $1.20/million for output Luna is now cheaper than Google's Gemini 3.1 Flash-Lite ($.025/$1.50).
Anthropic's cheapest current model is Claude Haiku 4.5, and that's $1/$5 - Luna is now 1/5th of that for input, previously it cost the same.
My agent.datasette.io demo site was running on Gemini 3.1 Flash-Lite. I've switched it over to Luna.
Via Hacker News
Tags: ai, openai, generative-ai, llms, anthropic, gemini, llm-pricing
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み