mirror of
https://github.com/LukeHagar/log10py.git
synced 2025-12-06 04:20:12 +00:00
1.4 KiB
1.4 KiB
CompletionUsage
Usage statistics for the completion request.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
completion_tokens |
int | ✔️ | Number of tokens in the generated completion. |
prompt_tokens |
int | ✔️ | Number of tokens in the prompt. |
total_tokens |
int | ✔️ | Total number of tokens used in the request (prompt + completion). |