Overview
This endpoint returns key-level usage details without exposing physical routing metadata.Query Parameters
| Parameter | Type | Default / Limits | Notes |
|---|---|---|---|
page | integer | default 1, min 1 | 1-based page number |
limit | integer | default 50, min 1, max 100 | Page size |
logicalModel | string | max length 100 | Requested logical model name |
modelVendor | string | max length 100 | Public model vendor |
scene | enum | - | chat, image, audio, video, embedding, rerank, translation, music, 3d |
accessChannel | enum | - | platform or byok |
startDate | string | - | Inclusive lower bound; accepts RFC3339 with timezone or YYYY-MM-DD |
endDate | string | - | Inclusive upper bound; accepts RFC3339 with timezone or YYYY-MM-DD |
startDate and endDate are present, startDate must be earlier than or equal to endDate.
Notes
- The response is paginated.
- The response includes public billing and reporting fields only.
- Internal routing and physical channel metadata are intentionally hidden.
- All monetary response fields remain available in USD and now also include RMB display companions:
cost_cny,total_cost_cny, andcost_cnyinside every breakdown entry. api_key.exchange_rateis the USD→CNY rate used for all*_cnyvalues in that response.