OPENAPI / COMPONENTS / SCHEMAS

Completion Usage data structure

CompletionUsage

Structural definition for Completion Usage in the OpenAI API contract.

object5properties
completion_tokensintegerrequired

completion tokens value in the OpenAI API contract.

completion_tokens_detailsobject

completion tokens details value in the OpenAI API contract.

prompt_tokensintegerrequired

prompt tokens value in the OpenAI API contract.

prompt_tokens_detailsobject

prompt tokens details value in the OpenAI API contract.

total_tokensintegerrequired

total tokens value in the OpenAI API contract.