mirror of
https://github.com/LukeHagar/log10ts.git
synced 2025-12-10 04:20:25 +00:00
12 lines
1.4 KiB
Markdown
12 lines
1.4 KiB
Markdown
# CompletionUsage
|
|
|
|
Usage statistics for the completion request.
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
|
|
| `completionTokens` | *number* | :heavy_check_mark: | Number of tokens in the generated completion. |
|
|
| `promptTokens` | *number* | :heavy_check_mark: | Number of tokens in the prompt. |
|
|
| `totalTokens` | *number* | :heavy_check_mark: | Total number of tokens used in the request (prompt + completion). | |