@@ -48,14 +48,14 @@ export function UploadPage({
4848 < MarkGithubIcon size = { 48 } className = "block mx-auto mb-4 text-fg-default" aria-hidden />
4949 < h1 className = "m-0 mb-3 text-[26px] sm:text-[32px] leading-[1.2] text-fg-default font-bold" > Copilot Billing Preview</ h1 >
5050 < p className = "mx-auto mb-8 max-w-[640px] text-fg-muted text-[15px] leading-[1.7]" >
51- GitHub is moving to < strong > usage-based billing</ strong > for Copilot. Starting June 1, 2026, your usage
52- will be measured and billed in AI Credits instead of Premium Requests. This tool helps you
53- understand how the change will impact your bill .
51+ GitHub Copilot < strong > usage-based billing</ strong > uses AI Credits to measure usage and calculate costs.
52+ This tool helps you analyze your Copilot billing reports and understand usage, included credits,
53+ and potential charges .
5454 </ p >
5555 < p className = "mx-auto mb-8 max-w-[640px] text-fg-muted text-[15px] leading-[1.7]" >
56- Upload your usage report to preview what your billing would look like under the new
57- pricing model. Enterprise Admins or Billing Managers can download the CSV from{ ' ' }
58- < strong > Billing and licensing → Preview your billing impact → Download CSV </ strong > .
56+ Upload a Copilot usage-based billing CSV to analyze your report. Enterprise Admins or Billing Managers
57+ can download usage-based billing reports from{ ' ' }
58+ < strong > Billing and licensing → Usage → AI usage </ strong > .
5959 </ p >
6060 < p className = "mx-auto mb-8 max-w-[640px] text-fg-muted text-[15px] leading-[1.7]" >
6161 < a href = { appLinks . usageBasedBillingBlog } target = "_blank" rel = "noopener noreferrer" >
@@ -117,12 +117,12 @@ export function UploadPage({
117117 < UploadIcon size = { 40 } className = "fill-fg-muted" aria-hidden />
118118 </ div >
119119 < h3 className = "m-0 font-semibold text-fg-default text-[18px] sm:text-[20px]" > Drop your CSV here or click to browse</ h3 >
120- < p className = "m-0 text-fg-muted text-[14px]" > April or May PRU vs usage-based billing CSV</ p >
120+ < p className = "m-0 text-fg-muted text-[14px]" > Copilot usage-based billing CSV</ p >
121121 </ >
122122 ) }
123123 </ div >
124124 </ section >
125- < p className = "mt-4 mb-0 text-fg-muted text-[13px]" > Accepted: April and May PRU vs usage-based billing reports</ p >
125+ < p className = "mt-4 mb-0 text-fg-muted text-[13px]" > Accepted: transition-period billing preview reports and usage-based billing reports</ p >
126126 < section className = "mt-6 px-6 py-5 text-left border border-border-default rounded-lg bg-bg-muted" aria-label = "Privacy notice" >
127127 < h4 className = "m-0 mb-3 flex items-center gap-2 text-[16px] text-fg-default" >
128128 < LockIcon size = { 16 } className = "text-app-savings-fg" aria-hidden />
@@ -137,7 +137,7 @@ export function UploadPage({
137137 </ section >
138138 </ div >
139139 < footer className = "text-center text-fg-muted text-[12px] leading-[1.6] pt-6 px-4 pb-10 max-w-[960px] mx-auto w-full" >
140- This is a preview based on your uploaded usage data. Actual bills may differ .
140+ This analysis is based on your uploaded usage data. GitHub billing remains the source of record .
141141 < br />
142142 Your data never leaves your browser. Something is not right?{ ' ' }
143143 < a className = "no-underline hover:underline" href = { appLinks . issues } target = "_blank" rel = "noopener noreferrer" >
0 commit comments