Unreal OpenAI API 1.0.0
Loading...
Searching...
No Matches
FImageUsage Struct Reference

#include <ImageTypes.h>

Public Attributes

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

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.

◆ Output_Tokens_Details

FOutputTokensDetails FImageUsage::Output_Tokens_Details {}

The output token details for the image generation.

◆ 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: