5#include "CoreMinimal.h"
6#include "ModelTypes.generated.h"
9enum class EAllModelEnum : uint8
14 GPT_3_5_Turbo_Instruct_0914,
15 GPT_3_5_Turbo_Instruct,
16 Text_Embedding_Ada_002,
30 Text_Embedding_3_Large,
33 Text_Embedding_3_Small,
38 GPT_4_Turbo_2024_04_09,
41 GPT_4O_Mini_2024_07_18,
45 O1_Preview_2024_09_12,
49 GPT_4O_Audio_Preview_2024_10_01,
50 GPT_4O_Realtime_Preview,
51 GPT_4O_Realtime_Preview_2024_10_01,
52 GPT_4O_Mini_Realtime_Preview_2024_12_17,
53 GPT_4O_Mini_Realtime_Preview,
54 GPT_4O_Mini_Audio_Preview_2024_12_17,
55 GPT_4O_Mini_Audio_Preview,
56 Omni_Moderation_Latest,
57 Omni_Moderation_2024_09_26,
58 GPT_4O_Audio_Preview_2024_12_17,
64 GPT_4O_Realtime_Preview_2024_12_17,
65 GPT_3_5_Turbo_16K_0613,
67 GPT_4_5_Preview_2025_02_27
71enum class EMainModelEnum : uint8
80 GPT_3_5_Turbo_Instruct,
104 UPROPERTY(BlueprintReadOnly, Category =
"OpenAI")
110 UPROPERTY(BlueprintReadOnly, Category = "
OpenAI")
116 UPROPERTY(BlueprintReadOnly, Category =
"OpenAI")
122 UPROPERTY(BlueprintReadOnly, Category = "
OpenAI")
126USTRUCT(BlueprintType)
131 UPROPERTY(BlueprintReadOnly, Category =
"OpenAI")
134 UPROPERTY(BlueprintReadOnly, Category =
"OpenAI")
135 TArray<FOpenAIModel> Data;
138USTRUCT(BlueprintType)
144USTRUCT(BlueprintType)
149 UPROPERTY(BlueprintReadOnly, Category =
"OpenAI")
152 UPROPERTY(BlueprintReadOnly, Category =
"OpenAI")
155 UPROPERTY(BlueprintReadOnly, Category =
"OpenAI")
Definition: OpenAI.Build.cs:6
Definition: ModelTypes.h:146
Definition: ModelTypes.h:128
Definition: ModelTypes.h:99
Definition: ModelTypes.h:140