Documentation Index
Fetch the complete documentation index at: https://docs.lemondata.cc/llms.txt
Use this file to discover all available pages before exploring further.
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
-
Monetary fields are USD-only.
CNYinputs are retired and return400 currency_retired. - The response is paginated.
- The response includes public billing and reporting fields only.
-
Each usage item can include
billing_transaction_idafter the underlying request reaches settled billing state. Use it together withrequest_idfor request-level reconciliation. - Internal routing and physical channel metadata are intentionally hidden.