rizz.dev
homeaboutblogcontactGitHub
  1. Home
  2. /
  3. Glossary
  4. /
  5. ccusage
Glossary · term33 of 202

ccusage

A community tool that estimates API-equivalent dollar costs from Claude Code transcript files by converting logged token counts using published pricing.

Related terms
cache readA token served from a prior prompt's cached context instead of being processed fresh, billed at a fraction of the base input price. Most tokens in a long agent session are cache reads, not new context.view term->cache writeThe cost of storing a prompt's context so later requests can read it from cache instead of reprocessing it. Billed above base input price, with the rate depending on how long the write stays valid.view term->message_stop eventThe event in Claude Code's transcript format that would carry the final output token count for a response, but is never written, causing recorded output tokens to undercount actual billable output.view term->
At a glance
cited by
1 post
categories
1
first used
jul 2026
Appears in
  • Claude Code vs Codex Limits, Measured in the Same UnitClaude Code vs Codex limits, measured across 28 days and 56.8 billion tokens. Why token counts cannot predict quota burn, and what to read on each side instead.meta-analysis1 min
previouscaveman promptingnextcheckpoint