You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2className="context-banner__title">GitHub Copilot is moving to token-based billing</h2>
352
366
<pclassName="context-banner__body">
353
-
Starting May 1, Copilot usage will be measured in AI Units (AIUs) instead of Premium Requests (PRUs). <strongclassName="aiu-callout">1 AIU = $0.01.</strong> This preview shows what your usage would look like under the new pricing.
367
+
Starting May 1, 2026, Copilot usage will be measured in AI Credits (AICs) instead of Premium Requests (PRUs). <strongclassName="aiu-callout">1 AIC = $0.01.</strong> This preview shows what your usage would look like under the new pricing.
'Why do I see two rows with one Premium Request to the same model that cost different amounts of AI Credits?',
5
+
answer:
6
+
'Not every request is the same. Saying "Hi" or "Thank you" to Claude Opus 4.6 costs 3 PRUs but consumes very few tokens (AI Credits) — that\'s a waste. At the same time, a complex and detailed plan implementation can run for a long time and consume a lot of AI Credits. Token-based billing reflects the actual work done, so short trivial exchanges become cheaper while long, intensive tasks are billed by what they truly consume.',
<><strong>{selectedModel}</strong>'s <strong>{periodLabel}</strong> usage would cost{' '}<strong>{formatUsd(savings)} less</strong> under token-based pricing</>
78
+
) : savings<0 ? (
79
+
<><strong>{selectedModel}</strong>'s <strong>{periodLabel}</strong> usage would cost{' '}<strong>{formatUsd(Math.abs(savings))} more</strong> under token-based pricing</>
80
+
) : (
81
+
<><strong>{selectedModel}</strong>'s <strong>{periodLabel}</strong> usage cost would be the same under token-based pricing</>
0 commit comments