Per-model usage stats from the caller's own traffic
Use when: caller wants observed per-model evidence — 7-day token volume, median latency, effective throughput — computed from their own request history (e.g. the model catalog usage columns)
Aggregates the caller’s successful requests over the last 7 days into one row per model: tokens7d (total tokens), medianLatencyMs, tokensPerSec (completion tokens over wall-clock latency — effective, not provider-quoted), and requestCount. totals carries the caller’s whole 7-day prompt/completion token mix so clients can reprice it against any model’s rates. Models with no traffic simply have no row.
Authorizations
Verlon API key (newly minted keys are prefixed sk-vrln-; legacy verlon_* and layer_* keys from prior prefix migrations continue to validate). Generated from the dashboard under Settings → API Keys, or via verlon key create in the CLI.
Response
Per-model usage rows plus totals.

