per_model: dict[ModelStatsKey, ModelStats] = field(default_factory=dict)Per-model breakdown keyed by (provider, model_name).
Populated only when record_request receives a non-empty model_name. Empty
dict means no named-model requests were recorded; print_usage_table omits
the model table in that case and shows only the wall-time line (if applicable).