Skip to content

Commit c6ad3e8

Browse files
authored
Clarify that claude_billing shows estimated costs, not actual bills (#7962)
The dashboard description now explicitly states that figures are calculated from public GitHub Actions log token counts x Anthropic list prices, and may differ from invoiced amounts. Split out from #7960 to keep PRs focused.
1 parent 0718296 commit c6ad3e8

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

torchci/pages/claude_billing.tsx

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function ClaudeBillingPage() {
3232
}}
3333
>
3434
<Typography variant="h4" component="h1">
35-
Claude Code Review Billing
35+
Claude Code Review — Estimated Costs
3636
</Typography>
3737
<Button
3838
href={grafanaUrl}
@@ -44,9 +44,19 @@ export default function ClaudeBillingPage() {
4444
</Button>
4545
</Box>
4646
<Typography variant="body2" color="text.secondary" sx={{ mb: 2 }}>
47-
Track Claude AI usage costs for code review, issue triage, and other
48-
GitHub Actions workflows. Costs are tracked per invocation with
49-
breakdowns by workflow, user, and repository.
47+
Estimated Claude AI usage costs for code review, issue triage, and
48+
other GitHub Actions workflows, calculated from token counts in public
49+
GitHub Actions logs multiplied by{" "}
50+
<a
51+
href="https://www.anthropic.com/pricing"
52+
target="_blank"
53+
rel="noopener noreferrer"
54+
>
55+
Anthropic&apos;s list prices
56+
</a>
57+
. These figures do not reflect actual billing and may differ from
58+
invoiced amounts. Breakdowns are shown per invocation, workflow, user,
59+
and repository.
5060
</Typography>
5161
<Box
5262
sx={{

0 commit comments

Comments
 (0)