Unreal OpenAI API 1.0.0
Public Attributes | List of all members
FImageUsage Struct Reference

#include <ImageTypes.h>

Public Attributes

int32 Input_Tokens {}
 
FInputTokensDetails Input_Tokens_Details {}
 
int32 Output_Tokens {}
 
int32 Total_Tokens {}
 

Detailed Description

For gpt-image-1 only, the token usage information for the image generation.

Member Data Documentation

◆ Input_Tokens

int32 FImageUsage::Input_Tokens {}

The number of tokens (images and text) in the input prompt.

◆ Input_Tokens_Details

FInputTokensDetails FImageUsage::Input_Tokens_Details {}

The input tokens detailed information for the image generation.

◆ Output_Tokens

int32 FImageUsage::Output_Tokens {}

The number of image tokens in the output image.

◆ Total_Tokens

int32 FImageUsage::Total_Tokens {}

The total number of tokens (images and text) used for the image generation.


The documentation for this struct was generated from the following file: