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
<strongclassName="entitlement-banner__title">Pooled entitlements are coming</strong>
164
164
<pclassName="entitlement-banner__text">
165
-
Under AI Credit based billing, entitlements will be pooled across all licensed users in your organization. No more unused capacity going to waste from idle users.
165
+
Under AI Credits-based billing, entitlements will be pooled across all licensed users in your organization. No more unused capacity going to waste from idle users.
'Why do I see two rows with one Premium Request to the same model that cost different amounts of AI Credits?',
5
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. AI Credit based billing reflects the actual work done, so short trivial exchanges become cheaper while long, intensive tasks are billed by what they truly consume.',
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. AI Credits-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 AI Credit based billing</>
100
+
<><strong>{selectedModel}</strong>'s <strong>{periodLabel}</strong> usage would cost{' '}<strong>{formatUsd(savings)} less</strong> under AI Credits-based billing</>
101
101
) : savings<0 ? (
102
-
<><strong>{selectedModel}</strong>'s <strong>{periodLabel}</strong> usage would cost{' '}<strong>{formatUsd(Math.abs(savings))} more</strong> under AI Credit based billing</>
102
+
<><strong>{selectedModel}</strong>'s <strong>{periodLabel}</strong> usage would cost{' '}<strong>{formatUsd(Math.abs(savings))} more</strong> under AI Credits-based billing</>
103
103
) : (
104
-
<><strong>{selectedModel}</strong>'s <strong>{periodLabel}</strong> usage cost would be the same under AI Credit based billing</>
104
+
<><strong>{selectedModel}</strong>'s <strong>{periodLabel}</strong> usage cost would be the same under AI Credits-based billing</>
@@ -70,13 +67,13 @@ export function OverviewView({
70
67
{dailyUsageData.length>0&&(
71
68
<section>
72
69
<divclassName="context-banner">
73
-
<h2className="context-banner__title">GitHub Copilot is moving to AI Credit based billing</h2>
70
+
<h2className="context-banner__title">GitHub Copilot is moving to AI Credits-based billing</h2>
74
71
<pclassName="context-banner__body">
75
72
Starting May 1, 2026, Copilot usage will be measured in AI Credits (AICs) instead of Premium Requests (PRUs). <strongclassName="aic-callout">1 AIC = $0.01.</strong> This preview shows what your usage would look like under the new pricing.
76
73
</p>
77
74
{fileName&&(
78
75
<pclassName="context-banner__note">
79
-
Note: This is a preview estimate based on your uploaded report ({fileName}). Actual bills under AI Credit based billing may differ based on model mix and final pricing.
76
+
Note: This is a preview estimate based on your uploaded report ({fileName}). Actual bills under AI Credits-based billing may differ based on model mix and final pricing.
80
77
</p>
81
78
)}
82
79
<a
@@ -85,7 +82,7 @@ export function OverviewView({
85
82
target="_blank"
86
83
rel="noopener noreferrer"
87
84
>
88
-
Learn more about AI Credit based billing →
85
+
Learn more about AI Credits-based billing →
89
86
</a>
90
87
</div>
91
88
@@ -94,16 +91,16 @@ export function OverviewView({
94
91
{savings>0 ? (
95
92
<>
96
93
Your <strong>{periodLabel}</strong> usage would cost{' '}
97
-
<strong>{formatUsd(savings)} less</strong> under AI Credit based billing
94
+
<strong>{formatUsd(savings)} less</strong> under AI Credits-based billing
98
95
</>
99
96
) : savings<0 ? (
100
97
<>
101
98
Your <strong>{periodLabel}</strong> usage would cost{' '}
102
-
<strong>{formatUsd(Math.abs(savings))} more</strong> under AI Credit based billing
99
+
<strong>{formatUsd(Math.abs(savings))} more</strong> under AI Credits-based billing
103
100
</>
104
101
) : (
105
102
<>
106
-
Your <strong>{periodLabel}</strong> usage cost would be the same under AI Credit based billing
103
+
Your <strong>{periodLabel}</strong> usage cost would be the same under AI Credits-based billing
107
104
</>
108
105
)}
109
106
</p>
@@ -131,7 +128,7 @@ export function OverviewView({
131
128
</div>
132
129
</div>
133
130
<divclassName="card comparison-card">
134
-
<divclassName="comparison-card__label">AI Credit based billing (AICs)</div>
@@ -198,7 +195,7 @@ export function OverviewView({
198
195
<divclassName="entitlement-banner__body">
199
196
<strongclassName="entitlement-banner__title">Pooled entitlements are coming</strong>
200
197
<pclassName="entitlement-banner__text">
201
-
Under AI Credit based billing, entitlements will be pooled across all licensed users in your organization. No more unused capacity going to waste from idle users.
198
+
Under AI Credits-based billing, entitlements will be pooled across all licensed users in your organization. No more unused capacity going to waste from idle users.
202
199
</p>
203
200
</div>
204
201
<a
@@ -231,7 +228,7 @@ export function OverviewView({
231
228
</div>
232
229
<divclassName="next-steps__card">
233
230
<h3className="next-steps__card-title">Read the docs</h3>
234
-
<pclassName="next-steps__card-body">Learn how AI Credit based billing works and how to plan for the transition.</p>
231
+
<pclassName="next-steps__card-body">Learn how AI Credits-based billing works and how to plan for the transition.</p>
note: '"GPT-4.1" — a Base Model with a 0× PRU Multiplier. Requests to Base Models were not included in billing reports before AI Credit based billing, but now appear because every model consumes AI Credits (AICs).',
65
+
note: '"GPT-4.1" — a Base Model with a 0× PRU Multiplier. Requests to Base Models were not included in billing reports before AI Credits-based billing, but now appear because every model consumes AI Credits (AICs).',
0 commit comments