MicrosoftのGitHub、コスト危機を背景にAI利用の従量課金制へ移行
Microsoft の GitHub は、AI コストの増大により GitHub Copilot の課金モデルを請求ベースからトークン使用量ベース(メータード・アライジング)へ移行すると発表した。
キーポイント
課金モデルの転換
2026 年 6 月 1 日より、従来の「リクエスト数ベース」から「使用量(トークン)ベース」への移行が実施される。
コスト構造の変化
複雑なプロンプトや長時間のコーディングセッションでも同じ料金だった従来モデルでは、推論コストが収益を上回るケースがあり、持続不可能となった。
新課金単位「AI クレジット」
入力・出力・キャッシュされたトークンをモデルごとに換算し、「GitHub AI Credits(1 クレジット=0.01 ドル)」という仮想通貨で管理する仕組みを導入。
予測困難性の課題
使用量ベースへの移行により、特定の入力に対するトークン消費量が非確定的になるため、コストの事前見積もりが困難になる可能性がある。
新課金モデルの導入
GitHub はプレミアムリクエスト数ではなく、月間の AI クレジット枠を基本プランに含め、追加利用は従量課金(トークン消費に基づく)とする方針を示した。
予測困難なコストと可視化の試み
使用量は非確定的で予測が難しいため、6 月移行前に「プレビュー請求体験」を導入し、ユーザーに予想コストを可視化する予定である。
業界全体の価格修正の影響
24/7 AI エージェントの急増によりインフラ需要が供給を超えた結果、サブスクリプションモデルからの価格修正が業界全体に波及している。
影響分析・編集コメントを表示
影響分析
この変更は、大規模言語モデル(LLM)の推論コストが急騰する中で、SaaS プロバイダーが収益性を確保するために課金モデルを根本から見直す必然的な転換点を示しています。開発者にとっては利用コストの不確実性が増す一方で、複雑なタスクに対する適正な対価支払いという公平性が実現されるため、業界全体の AI サービスの持続可能性に大きな影響を与えます。
編集コメント
「AI バフェット」の終焉は、生成 AI ビジネスモデルが単なる成長競争から収益性の厳格な管理へと転換したことを象徴する出来事です。開発者側も、コスト予測の難しさに備えた利用戦略の見直しが必要となるでしょう。
Microsoftは、GitHub Copilotの顧客に提供していたAI buffet(食べ放題)を閉店させることを表明し、Red Lobsterの「Endless Shrimp(エビ食べ放題)」のようにAIを販売し続けることができないことを認めた。
米国のレストランチェーン「Red Lobster」の食べ放題エビキャンペーンは同社の2024年の破綻につながったが、Microsoftはそれほどの財政的過剰負担にはないものの、コードホスティング事業を手がける同社はCopilotを赤字で運営し続けることをやめることを選んだ。
そのため、GitHubは2026年6月1日より、Copilotのリクエストベース課金から使用量ベース課金へ移行する。
GitHubは上昇し続ける推論コスト(inference cost)の多くを吸収してきたが、現在のプレミアムリクエストモデルは持続可能ではなくなった。
リクエストベース課金の下では、GitHub Copilotのサブスクライバーは一定数のプレミアムリクエストを送信することが許可されるが、特定のモデルはより高いリクエストレートで価格設定され、リクエストの複雑さは考慮されない。そのため、「思考」を多く必要とする複雑なプロンプトは、GitHubのコストがサブスクリプション料金で得た収益を上回ることがよくある。
「今日では、簡単なチャットの質問と数時間かかる自律的なコーディングセッションが、ユーザーに同じコストをもたらす可能性があります」と、GitHub製品チームのチーフプロダクトオフィサーであるMario Rodriguezはブログ投稿で説明しています。「GitHubはその利用に伴う推論コストの上昇を多く吸収してきましたが、現在のプレミアムリクエストモデルはもはや持続可能ではありません。」
利用量ベースの課金では、計測されたトークンとのより直接的な相関関係があります。トークンは、AIサービスを販売するための基本的な経済単位を表す3文字または4文字のセットです。
これは「Xトークンに対して$X」という単純な話ではありません。異なるモデルは異なるレートでトークンを計測するため、GitHubは$0.01に相当する仮想通貨単位である「GitHub AI Credits」を開発しました。
Copilotの顧客は、入力トークン、出力トークン、およびキャッシュされたトークンを消費し、それぞれ使用されるモデルに基づいて価格が設定されます。MicrosoftはこれをAI Creditsで測定されたコストに変換します。
「プレミアムリクエストをカウントするのではなく、すべてのCopilotプランには月間のGitHub AI Creditsの割り当てが含まれ、有料プランでは追加の利用を購入するオプションがあります」とRodriguezは述べています。「利用量は、各モデルのリストされたAPIレートを使用して、入力、出力、およびキャッシュされたトークンを含むトークンの消費に基づいて計算されます。」
この計算の結果を事前に把握するのは困難です。使用量ベースの課金は非確定的な性質を持つため、ユーザーは特定の入力に対してモデルが応答するためにどのくらいの時間やトークン数を消費するかを常に確信を持つことはできません。異なるプロンプトには、トークン消費量の計算を複雑にするツールが含まれる場合があります。
GitHub は少なくとも、顧客に今後の見通しを示そうとする意図を持っています。ロドリゲス氏は、同社は「5月上旬にプレビュー請求体験を導入し、6月1日の移行前にユーザーと管理者が予測コストを確認できるようにする」と述べています。
2月にOpenClawが広範な注目を集めた際、AI企業は驚かされました。これにより、さまざまなタスクで24時間365日稼働するAIエージェントの実験が急増しました。この時期、AIモデルの能力がさらに向上したことも、より多くの開発者がAIコーディングを探求するよう促しました。
その結果、サブスクリプションプランを通じてAIサービスへの補助的なアクセスを提供する企業は、推論インフラストラクチャで満たすことができないほどの需要に直面しました。それに続く価格の修正は、業界全体に波紋を広げています。
- Microsoft は Windows Update 体験を更新:今すぐ一時停止できます
- SpaceX は18ヶ月ぶりの初飛行のために Falcon Heavy を整備
- Cursor-Opus エージェントがスタートアップの生産用データベースを停止
- AI の現実確認:3つの企業がウォレット、住宅、ゲームを構築する際に学んだこと
GitHub は先週、新たな Copilot、Pro、Pro+、Student プランの作成を停止することで、赤字を抑制する意向を示した。
その以前に、Anthropic と Google は自社のサービスの利用を制限する措置を講じていた。OpenAI も、サブスクリプションプランでの無制限利用を終了することを検討している一方で、Codex モデルの利用を促進するため、より高額の 100 ドルのサブスクリプションティアを新たに導入した。AWS や Azure といったクラウドプロバイダーも、キャパシティ(容量)の課題に対応している。
GitHub のサブスクリプション料金は変更されない。Copilot Pro は月額 10 ドル、Pro+ は月額 39 ドル、Business はユーザーあたり月額 19 ドル、Enterprise はユーザーあたり月額 39 ドルである。
GitHub AI クレジットの単価が 0.01 ドルの場合、Copilot Pro のサブスクリプションユーザーは月間 1,000 AI クレジットを取得できます。Copilot Plus のユーザーは 3,900 を取得します。プランで許可された使用量を超過した場合、ユーザーはオーバーフロー予算を設定するか、次の月間請求サイクルで AI クレジット残高がリセットされるまで AI の使用を停止することができます。
組織および企業 は、ユーザーあたり月間 1,900 および 3,900 の API クレジットを取得します。ただし、既存の Copilot Business および Copilot Enterprise の顧客は、2026 年 6 月 1 日から 9 月 1 日までの期間、それぞれ 3,000 および 7,000 の API クレジットというより多くのクレジットを取得します。
年間サブスクリプションプランのユーザーは、解約して使用期間に応じた返金を受け取るか、サブスクリプション期限切れ時に Copilot Free にダウングレードするオプションがあります。これらのプランは更新されません。いずれにせよ、年間サブスクリプションプランを満了まで利用するユーザーは、プレミアムモデルの価格が急騰します。例えば、リクエストベースの課金で 7.5 倍の係数が適用される Anthropic の Opus 4.7 は、今後その係数が 27 に跳ね上がります。OpenAI の GPT-5.4 は、係数が 1 倍から 6 倍に上昇します。
新しい制度は完全に従量制というわけではありません。AI クレジットの上限に達したサブスクライバーは、コード補完や次の編集提案(Next Edit Suggestions)のための Copilot へのアクセスを継続できます。これらのサービスは有料プランでは無制限です。
これは、期間限定で復活した「エンドレス・シュリンプ」よりも優れていると言えます。®
原文を表示
Microsoft is closing the AI buffet offered to GitHub Copilot customers, acknowledging that it can’t sell AI like Red Lobster's Endless Shrimp.
The US seafood restaurant's all-you-can-eat shrimp promotion led the company to bankruptcy in 2024 and while Microsoft is nowhere near so financially overextended, the software giant's code hosting biz has decided it no longer wants Copilot to operate at a loss.
GitHub is therefore shifting Copilot from request-based billing to usage-based billing on June 1, 2026.
GitHub absorbed much of the escalating inference cost, but the current premium request model is no longer sustainable
Under request-based billing, GitHub Copilot subscribers will be allowed to submit a set number of premium requests, with certain models priced at a higher request rate but without any consideration for the complexity of the request. So complex prompts that require a lot of "thinking" often cost GitHub more than the company earned in subscription fees.
"Today, a quick chat question and a multi-hour autonomous coding session can cost the user the same amount," explained Mario Rodriguez, chief product officer on the GitHub product team, in a blog post. "GitHub has absorbed much of the escalating inference cost behind that usage, but the current premium request model is no longer sustainable."
Under usage-based billing, there's a more direct correlation with metered tokens – sets of three or four characters that represent the basic economic unit for selling AI services.
It's not quite as simple as $X for X tokens – different models meter tokens at different rates – so GitHub has devised a virtual currency unit called GitHub AI Credits that's worth $0.01.
Copilot customers consume input tokens, output tokens, and cached tokens, each priced based on the model used. Microsoft converts that to a cost measured in AI Credits.
"Instead of counting premium requests, every Copilot plan will include a monthly allotment of GitHub AI Credits, with the option for paid plans to purchase additional usage," said Rodriguez. "Usage will be calculated based on token consumption, including input, output, and cached tokens, using the listed API rates for each model."
Knowing the outcome of this calculation in advance will be difficult – usage-based billing is non-deterministic, so users can never be sure how much time, and how many tokens, a model will consume to respond to a specific input. Different prompts may involve tools that complicate token consumption calculations.
GitHub at least intends to try to give customers a hint of what's coming. Rodriguez said the company will introduce "a preview bill experience in early May, giving users and admins visibility into projected costs before the June 1 transition."
AI companies were taken by surprise when OpenClaw attracted widespread attention in February, prompting a surge of experimentation with AI agents running 24/7 on various tasks. And the increasing competency of AI models around this time also encouraged more developers to explore AI coding.
As a result, companies offering subsidized access to AI services through subscription plans faced more demand than they could satisfy with their inferencing infrastructure. The price correction that followed has been rippling across the industry.
- Microsoft updates the Windows Update Experience: You can hit pause now
- SpaceX dusts off Falcon Heavy for first flight in 18 months
- Cursor-Opus agent snuffs out startup's production database
- AI reality check: Here's what three companies learned building wallets, homes, and games
GitHub last week signaled its intent to stanch the red ink by suspending the creation of new Copilot, Pro, Pro+, and Student plans.
Before that, Anthropic and Google took steps to limit some uses of its services. OpenAI responded by debuting a more expensive $100 subscription tier in an effort to boost usage of its Codex model, even as the company is contemplating an end to unlimited usage under subscription plans. Cloud providers like AWS and Azure have been dealing with capacity challenges too.
GitHub's subscription rates will remain the same: Copilot Pro is $10/month, Pro+ is $39/month, Business is $19/user/month, and Enterprise is $39/user/month.
At the $0.01 GitHub AI Credit rate, Copilot Pro subscribers get 1,000 AI Credits per month. Copilot Pro+ subscribers get 3,900. Once users exhaust the usage allowed under a plan, they can define an overflow budget – or just stop using AI until the next monthly billing cycle resets their AI Credit balance.
Organizations and enterprises will receive 1,900 and 3,900 API Credits per user per month respectively. However, existing Copilot Business and Copilot Enterprise customers get a higher number of API Credits from June 1 through September 1, 2026, at 3,000 and 7,000 respectively.
Users on annual subscription plans have the option to cancel and receive a pro-rated refund or to be downgraded to Copilot Free upon subscription expiration – those plans will not be renewable. Regardless, those riding their annual subscription plans to the bitter end will see prices skyrocket for premium models. For example, Anthropic's Opus 4.7, subject to a 7.5x multiple under request-based billing, will see its multiplier jump to 27 going forward. OpenAI's GPT-5.4 will see its multiplier rise from 1x to 6x.
The new regime isn't entirely metered. Subscribers who reach their AI Credit limit can continue to access Copilot for code completions and Next Edit Suggestions – these services are unlimited on paid plans.
That's more than you can say about Endless Shrimp, recently revived for a limited time only. ®
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み