mirror of
https://github.com/LukeHagar/log10go.git
synced 2025-12-06 04:20:12 +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` | *int64* | :heavy_check_mark: | Number of tokens in the generated completion. |
|
|
| `PromptTokens` | *int64* | :heavy_check_mark: | Number of tokens in the prompt. |
|
|
| `TotalTokens` | *int64* | :heavy_check_mark: | Total number of tokens used in the request (prompt + completion). | |