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
Usage-based billing reports already contain AI Credits quantities and costs. Budget controls will be enabled after the simulator can process usage-based billing rows directly.
These budgets apply per user to cumulative AIC gross cost. Heavy and Power budgets replace the universal budget for users classified into those groups.
287
+
These budgets apply per user to cumulative AI Credits gross cost. Heavy and Power budgets replace the universal budget for users classified into those groups.
312
288
</p>
313
289
<pclassName="m-0 text-[13px] text-fg-muted">
314
-
Values are prepopulated from the average AIC gross cost for the spending groups identified in the <strongclassName="text-fg-default">Spend Insights</strong> section.
290
+
Values are prepopulated from the average AI Credits gross cost for the spending groups identified in the <strongclassName="text-fg-default">Spend Insights</strong> section.
315
291
</p>
316
292
</div>
317
293
@@ -348,7 +324,7 @@ export function CostManagementView({
These budgets apply only to <strongclassName="text-fg-default">AIC additional spend</strong>. Included credits can still be used before additional spend blocking starts.
327
+
These budgets apply only to <strongclassName="text-fg-default">AI Credits additional spend</strong>. Included credits can still be used before additional spend blocking starts.
352
328
</p>
353
329
</div>
354
330
@@ -384,8 +360,8 @@ export function CostManagementView({
? <>The simulation applies the <strongclassName="text-fg-default">additional usage budget</strong> against total paid AIC additional spend after included credits are used.</>
388
-
: <>The simulation applies <strongclassName="text-fg-default">User-level budgets</strong> per user to cumulative AIC gross cost, the <strongclassName="text-fg-default">account-level budget</strong> to total paid AIC additional spend, and <strongclassName="text-fg-default">product-level budgets</strong> to additional spend for each product bucket. The first limit reached blocks later requests for that scope.</>}
363
+
? <>The simulation applies the <strongclassName="text-fg-default">additional usage budget</strong> against total paid AI Credits additional spend after included credits are used.</>
364
+
: <>The simulation applies <strongclassName="text-fg-default">User-level budgets</strong> per user to cumulative AI Credits gross cost, the <strongclassName="text-fg-default">account-level budget</strong> to total paid AI Credits additional spend, and <strongclassName="text-fg-default">product-level budgets</strong> to additional spend for each product bucket. The first limit reached blocks later {isNativeAiCredits ? 'usage' : 'requests'} for that scope.</>}
389
365
</p>
390
366
<button
391
367
type="button"
@@ -415,15 +391,15 @@ export function CostManagementView({
Simulated AIC additional usage spend: <strongclassName="text-fg-default">{formatUsd(budgetSimulation.totalBill)}</strong> with the configured budgets applied.
431
+
Simulated AI Credits additional usage spend: <strongclassName="text-fg-default">{formatUsd(budgetSimulation.totalBill)}</strong> with the configured budgets applied.
0 commit comments