coder_ai_model_breakdowns
Daily user usage grouped by provider, configured provider, and model.
-
id
Primary key - Unique row identifier.
-
connection_id
Foreign key - DX Coder AI connection that imported the row.
-
daily_user_metric_id
Foreign key - Reference to coder_ai_daily_user_metrics.
-
provider
string - Runtime provider family.
-
provider_name
string - Configured Coder provider name.
-
model
string - Model identifier.
-
input_tokens
number - Uncached input tokens.
-
output_tokens
number - Output tokens.
-
cache_read_tokens
number - Cache-read input tokens.
-
cache_write_tokens
number - Cache-write input tokens.
-
spend_micros
number - Coder-estimated cost in micro-USD.
-
spend_cents
number - Rounded Coder-estimated cost in cents.