claude_code_model_breakdowns
Model-level token usage and cost breakdown for Claude Code daily user metrics.
-
id
Primary key - Unique identifier for the row.
-
daily_user_metrics_breakdown_id
Foreign key - Foreign key reference to claude_code_daily_user_metrics_breakdowns table.
-
model
string - Model identifier (e.g., claude-sonnet-4-5-20250929).
-
input_tokens
number - Input token count.
-
output_tokens
number - Output token count.
-
cache_read_tokens
number - Cache read token count.
-
cache_creation_tokens
number - Cache creation token count.
-
estimated_cost_currency
string - Currency code (e.g., USD).
-
estimated_cost_amount
number - Cost amount in smallest currency unit.