Unreal OpenAI API 1.0.0
|
#include <ImageTypes.h>
Public Attributes | |
int32 | Input_Tokens {} |
FInputTokensDetails | Input_Tokens_Details {} |
int32 | Output_Tokens {} |
int32 | Total_Tokens {} |
For gpt-image-1 only, the token usage information for the image generation.
int32 FImageUsage::Input_Tokens {} |
The number of tokens (images and text) in the input prompt.
FInputTokensDetails FImageUsage::Input_Tokens_Details {} |
The input tokens detailed information for the image generation.
int32 FImageUsage::Output_Tokens {} |
The number of image tokens in the output image.
int32 FImageUsage::Total_Tokens {} |
The total number of tokens (images and text) used for the image generation.