From e51224697d4be22ac88458deb16d275f52d76276 Mon Sep 17 00:00:00 2001 From: haelyra <49814733+haelyra@users.noreply.github.com> Date: Fri, 28 Aug 2026 16:38:56 -0400 Subject: [PATCH] docs(costs): cite the pricing contract --- scripts/hooks/cost-tracker.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/hooks/cost-tracker.js b/scripts/hooks/cost-tracker.js index 9f8b07e87..981f67619 100755 --- a/scripts/hooks/cost-tracker.js +++ b/scripts/hooks/cost-tracker.js @@ -70,6 +70,7 @@ function readHarnessCost(sessionId, maxAgeSeconds) { // Approximate per-1M-token billing rates (USD). // Cache creation: 1.25x input rate. Cache read: 0.1x input rate. +// Source: https://platform.claude.com/docs/en/about-claude/pricing // Current-generation list prices: Fable/Mythos 5 $10/$50, Opus 5 and // Opus 4.5-4.8 $5/$25, Sonnet 5 $2/$10, Sonnet 4.6 $3/$15, and Haiku 4.5 // $1/$5. Opus 4.0/4.1 and Opus 3 stay on the legacy $15/$75 tier.