codex_model_usage_breakdowns

Daily Codex usage metrics per user broken down by model and speed.

id

Primary key
Unique identifier for the row.

daily_usage_id

Foreign key
Foreign key referencing the parent codex_daily_usages record.

model

string
Identifier of the Codex model (e.g. gpt-5.4).

speed

string
Speed tier the model ran at (e.g. standard).

total_credits

number
Total Codex credits consumed by this model/speed on this date.

uncached_text_input_tokens

number
Uncached text input tokens consumed by this model/speed on this date.

cached_text_input_tokens

number
Cached text input tokens consumed by this model/speed on this date.

text_output_tokens

number
Text output tokens produced by this model/speed on this date.

text_total_tokens

number
Total text tokens (input + output) by this model/speed on this date.