We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d81f41 commit 4d46120Copy full SHA for 4d46120
orchestration/src/main/java/com/sap/ai/sdk/orchestration/OrchestrationAiModel.java
@@ -102,7 +102,11 @@ public class OrchestrationAiModel {
102
/** Azure OpenAI GPT-3.5 Turbo chat completions model */
103
public static final OrchestrationAiModel GPT_35_TURBO = new OrchestrationAiModel("gpt-35-turbo");
104
105
- /** Azure OpenAI GPT-3.5 Turbo chat completions model */
+ /**
106
+ * Azure OpenAI GPT-3.5 Turbo chat completions model
107
+ *
108
+ * @deprecated This model is not usable anymore. It is retired on AI Core since 2025-02-13.
109
+ */
110
@Deprecated
111
public static final OrchestrationAiModel GPT_35_TURBO_16K =
112
new OrchestrationAiModel("gpt-35-turbo-16k");
0 commit comments