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.
概要
この endpoint は、物理ルーティングのメタデータを公開せずに、API Key 単位の使用量明細を返します。Query パラメータ
| パラメータ | 型 | 既定値 / 制約 | 説明 |
|---|---|---|---|
page | integer | 既定値 1、最小 1 | 1 始まりのページ番号 |
limit | integer | 既定値 50、最小 1、最大 100 | 1 ページあたりの件数 |
logicalModel | string | 最大長 100 | リクエスト時に指定された論理モデル名 |
modelVendor | string | 最大長 100 | 公開モデルのベンダー名 |
scene | enum | - | chat、image、audio、video、embedding、rerank、translation、music、3d |
accessChannel | enum | - | platform または byok |
startDate | string | - | 開始日時(含む)。タイムゾーン付き RFC3339 または YYYY-MM-DD を受け付けます |
endDate | string | - | 終了日時(含む)。タイムゾーン付き RFC3339 または YYYY-MM-DD を受け付けます |
startDate と endDate を同時に指定する場合、startDate は endDate 以下である必要があります。
補足
- レスポンスはページネーションされます。
- レスポンスには公開可能な Billing / Reporting 項目のみが含まれます。
- 基になるリクエストの課金精算が完了すると、各 usage 明細に
billing_transaction_idが含まれる場合があります。request_idと合わせてリクエスト単位の照合に使用してください。 - 内部ルーティングや物理チャネルのメタデータは非表示のままです。