OPENAPI / COMPONENTS / SCHEMAS
Completion Usage data structure
CompletionUsageStructural definition for Completion Usage in the OpenAI API contract.
object5properties
completion_tokensintegerrequiredcompletion tokens value in the OpenAI API contract.
completion_tokens_detailsobjectcompletion tokens details value in the OpenAI API contract.
prompt_tokensintegerrequiredprompt tokens value in the OpenAI API contract.
prompt_tokens_detailsobjectprompt tokens details value in the OpenAI API contract.
total_tokensintegerrequiredtotal tokens value in the OpenAI API contract.