File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
orchestration/src/main/java/com/sap/ai/sdk/orchestration Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ public class OrchestrationAiModel {
126126 *
127127 * @deprecated This model is not usable anymore. It is retired on AI Core since 2025-02-22.
128128 * */
129+ @ Deprecated
129130 public static final OrchestrationAiModel GPT_35_TURBO_0125 =
130131 new OrchestrationAiModel ("gpt-35-turbo-0125" );
131132
@@ -142,10 +143,10 @@ public class OrchestrationAiModel {
142143 public static final OrchestrationAiModel GPT_4O_MINI = new OrchestrationAiModel ("gpt-4o-mini" );
143144
144145 /** Azure OpenAI o1 chat completions model */
145- public static final OrchestrationAiModel O1 = new OrchestrationAiModel ("o1" );
146+ public static final OrchestrationAiModel OPENAI_O1 = new OrchestrationAiModel ("o1" );
146147
147148 /** Azure OpenAI o3-mini chat completions model */
148- public static final OrchestrationAiModel O3_MINI = new OrchestrationAiModel ("o3-mini" );
149+ public static final OrchestrationAiModel OPENAI_O3_MINI = new OrchestrationAiModel ("o3-mini" );
149150
150151 /** Google Cloud Platform Gemini 1.0 Pro model */
151152 public static final OrchestrationAiModel GEMINI_1_0_PRO =
You can’t perform that action at this time.
0 commit comments