Usage/limit displays can now show a separate line per model instead of one combined limit
The usage and rate-limit summary shown to users, for example via /usage (also aliased as /cost and /stats), can now display a separate line for each model, each labeled "Current week ()" with its own utilization and reset time, instead of always showing one combined limits line.
On plans where usage is broken down per model, this lets users see exactly how much of each model's limit they've used rather than only a single aggregated figure.
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
With `--output-format json`, the response payload includes `total_cost_usd` and a per-model cost breakdown, so scripted callers can track spend without consulting the [usage dashboard](/docs/en/costs). When you continue an earlier conversa…headless see the edit
| `~/.claude/stats-cache.json` | Historical totals shown by `/usage` |claude-directory see the edit
| `usage-data/` | `report.html` and timestamped report copies written by [`/insights`](/docs/en/costs#analyze-your-usage-patterns), plus cached per-session analysis data used to build them |claude-directory see the edit
| Usage and cost reports | Available; see the [Usage and Cost API](https://platform.claude.com/docs/en/manage-claude/usage-cost-api) | Available through the [Claude Enterprise Analytics API](https://platform.claude.com/docs/en/manage-claud…manage-claude/user-management see the edit
Anthropic's documentation has since written up /usage, on user-management.