OPENAPI / COMPONENTS / SCHEMAS
Image Gen Usage data structure
ImageGenUsageStructural definition for Image Gen Usage in the OpenAI API contract.
object5properties
input_tokensintegerrequiredinput tokens value in the OpenAI API contract.
input_tokens_detailsImageGenInputUsageDetailsrequiredinput tokens details value in the OpenAI API contract.
output_tokensintegerrequiredoutput tokens value in the OpenAI API contract.
output_tokens_detailsImageGenOutputTokensDetailsoutput tokens details value in the OpenAI API contract.
total_tokensintegerrequiredtotal tokens value in the OpenAI API contract.