OPENAPI / COMPONENTS / SCHEMAS

Image Gen Usage data structure

ImageGenUsage

Structural definition for Image Gen Usage in the OpenAI API contract.

object5properties
input_tokensintegerrequired

input tokens value in the OpenAI API contract.

input_tokens_detailsImageGenInputUsageDetailsrequired

input tokens details value in the OpenAI API contract.

output_tokensintegerrequired

output tokens value in the OpenAI API contract.

output_tokens_detailsImageGenOutputTokensDetails

output tokens details value in the OpenAI API contract.

total_tokensintegerrequired

total tokens value in the OpenAI API contract.