augment_code_model_breakdowns
Per-model Augment Code credit, token, and estimated cost usage for a user on a single day.
-
id
Primary key - Unique identifier for the row.
-
daily_user_metrics_breakdown_id
Foreign key - Foreign key to augment_code_daily_user_metrics_breakdowns.
-
model
string - Model name returned by the Augment Code API.
-
credits_consumed
number - Credits consumed by this user and model on this date.
-
input_tokens
number - Input tokens processed by this model.
-
output_tokens
number - Output tokens generated by this model.
-
cache_write_tokens
number - Model input tokens written to the prompt cache.
-
cache_read_tokens
number - Model input tokens read from the prompt cache.
-
estimated_cost_usd
number - Estimated customer cost in USD for this model.