What You’ll See
A chart tracks your cache hit performance over time so you can see whether prompt changes are improving cache efficiency.
Cache Hit Rate
- Shows what percentage of input tokens were served from cache at $0.00
- Higher = your prompts share consistent prefixes, no repeated compute costs
- If it’s low: the most common cause is a variable or inconsistent system prompt, or dynamic content appearing too early in the prompt
Per-Model Cost
The usage table breaks down by model:- Token counts (input, output, cached) per model
- Cost per model
- Useful for spotting which models drive most of your spend
- A low cache hit rate on a specific model often signals inconsistent prompts in that flow

