| Field | Type | Required | Description | Example |
|---|---|---|---|---|
completion_tokens |
int | ✔️ | The number of completion tokens used | 10 |
completion_tokens_details |
models.CompletionTokensDetails | ✔️ | The details of the completion tokens | |
prompt_tokens |
int | ✔️ | The number of prompt tokens used | 10 |
prompt_tokens_details |
models.PromptTokensDetails | ✔️ | N/A | |
total_tokens |
int | ✔️ | The total number of tokens used | 20 |