使用レポートにモデル別トークン内訳が追加Per-model token breakdown in the usage report
匿名の公開いいねです。記事の保存・お気に入りではなく、Featured、Top 3、重要度、掲載順位には影響しません。仕組みとプライバシーAnonymous public likes are reactions, not saved articles or bookmarks. They do not affect Featured, Top 3, importance, or listing order.How it works and privacy
- GitHubの使用レポートで、AIクレジットの消費をモデルごとに入力・出力・キャッシュ別のトークン数で確認できるようになった。
- コスト管理と利用状況の把握が容易になる。
GitHub's usage report now shows a per-model token breakdown of AI credit consumption, including input, output, and cache tokens, making it easier to track and manage spending across different models.
要約と収集メタデータをもとに生成した AI 解説本文です。元記事全文の転載・翻訳ではありません。This AI explainer is generated from the summaries and collected metadata, not from a reproduction or translation of the full source article.
GitHubは、Copilotの使用レポートに、AIクレジットの消費をモデルごとに分解して表示する機能を追加した。各モデルについて入力・出力・キャッシュといった種類別のトークン数を確認できるようになり、どのモデルがどれだけのリソースを消費しているかを把握しやすくなる。
生成AIを利用する開発ツールでは、処理の単位として「トークン」が用いられる。トークンはテキストを細かく分割した断片で、モデルへの入力(プロンプト)と、モデルが生成する出力(応答)の双方でカウントされる。加えて、繰り返し使われる文脈を再利用するキャッシュに関わるトークンもあり、これらは利用枠の計算に影響する。今回の内訳表示は、こうした要素を種類ごとに切り分けて示す点に特徴がある。
背景には、AIクレジットという従量的な仕組みのもとで、利用者がコストの内訳を透明に把握したいという需要があると見られる。従来の使用レポートでは全体的な消費量は分かっても、どのモデルや処理の種類が消費の中心なのかを細かく追うことは難しかった。モデル別・トークン種類別の内訳が加わることで、チームや個人が利用状況を分析し、支出の最適化や利用方針の見直しにつなげやすくなる可能性がある。
GitHubの使用レポートで、AIクレジットの消費をモデルごとに入力・出力・キャッシュ別のトークン数で確認できるようになった。
近年、GitHub Copilotは複数のAIモデルを選択して利用できる方向へと機能を広げてきた。用途や好みに応じて異なるモデルを使い分けられる一方、モデルごとに消費の傾向が異なるため、内訳の可視化は運用管理の観点で意味を持つ。同様に、AIを組み込んだ各社の開発サービスでも、利用量の可視化やコスト管理の機能強化が進んでおり、今回の追加もその流れに沿ったものと位置づけられる。
利用者にとっては、まず自分の使用レポートで各モデルの入力・出力・キャッシュのトークン数を確認し、消費の大きい部分を見極めることが実践的な一歩となる。特に複数人で利用する組織では、可視化されたデータをもとに割り当てや運用ルールを検討する材料になりそうだ。
GitHub has expanded the usage report for its Copilot and AI-powered features to include a per-model breakdown of the tokens that sit behind AI credit consumption. According to the company's changelog, the report now shows, for each model, how many input, output, and cache tokens were used. For teams and individuals trying to understand where their AI spending goes, this added granularity makes it easier to track consumption and manage costs across the different models available in the platform.
The change matters because modern AI billing is increasingly tied to token usage rather than a simple flat fee. A token is a unit of text that language models process, roughly corresponding to a fragment of a word, and the number of tokens consumed depends on both the length of a prompt and the length of the generated response. Until now, users could see aggregate AI credit usage, but attributing that consumption to specific models required guesswork. By splitting the totals across each model an organization uses, the updated report gives a clearer picture of which models are driving costs and how heavily each is being exercised.
The breakdown into input, output, and cache categories is a meaningful detail. Input tokens represent the text sent to the model, including prompts, code context, and any supporting instructions. Output tokens represent the text the model generates in response. Cache tokens typically refer to cached input, a mechanism where repeated or shared context can be stored and reused to reduce processing overhead. Because providers often price these categories differently, with output tokens frequently costing more than input tokens and cached tokens usually costing less, separating them helps users reason about the actual economics of their usage rather than looking at a single blended figure.
This update fits into GitHub's broader shift toward a credits-based and request-based model for its AI offerings. Copilot plans have moved to structures that include allowances of what GitHub calls premium requests, with usage beyond those allowances drawing on paid credits. As GitHub has broadened the range of models accessible through Copilot, including offerings associated with providers such as OpenAI, Anthropic, and Google, the ability to attribute spending to a specific model has become more relevant. Different models carry different capabilities and different costs, so an organization standardizing on one model for routine tasks and another for more demanding work benefits from seeing those costs itemized.
For administrators, the practical value is likely to show up in budgeting and governance. Engineering leaders can use the per-model data to identify whether expensive models are being used for tasks that a cheaper model could handle, to set internal guidance on model selection, or to forecast future spending based on observed patterns. The visibility also supports chargeback and showback scenarios, where costs are allocated back to individual teams or projects. This mirrors a wider industry trend, as cloud and AI vendors respond to customer demand for cost transparency by adding finer-grained reporting to their consumption dashboards.
The feature is consistent with tooling that already exists elsewhere in the ecosystem. Cloud providers have long offered detailed cost breakdowns by service and resource, and AI platform vendors have added token-level metering to their own consoles and APIs. GitHub's move brings comparable detail into the usage report that Copilot customers already consult, reducing the need to reconcile data across separate systems. It appears to be an incremental but useful refinement rather than a new product, focused on reporting rather than on changing how credits are calculated or priced.
For readers evaluating the change, a few points are worth keeping in mind. The breakdown reflects how the underlying models are metered, so understanding token behavior, including how cache tokens are counted, will help in interpreting the numbers accurately. Organizations that have not yet examined their model mix may find the report surfaces usage they had not fully accounted for. As with any usage reporting, the data is most valuable when reviewed regularly and paired with policies on model selection and credit limits. GitHub has published the details on The GitHub Blog, and the per-model token breakdown is presented as generally available within the existing usage report rather than as a preview or opt-in capability.
本ページの本文と要約は AI による自動生成です。日本語版と英語版は言語ごとに独立して生成されるため、表現や詳しさが異なる場合があります。正確性は元記事 (github.blog) をご確認ください。The body and summaries are AI-generated independently for each language, so wording and detail may differ. Verify accuracy at the original source (github.blog).





