File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
orchestration/src/main/java/com/sap/ai/sdk/orchestration Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,10 @@ public class OrchestrationAiModel {
177177 public static final OrchestrationAiModel NOVA_MICRO =
178178 new OrchestrationAiModel ("amazon--nova-micro" );
179179
180+ /** Cohere Reranker Model */
181+ public static final OrchestrationAiModel COHERE_RERANKER =
182+ new OrchestrationAiModel ("cohere-reranker" );
183+
180184 /**
181185 * Azure OpenAI GPT-3.5 Turbo model
182186 *
@@ -322,7 +326,11 @@ public class OrchestrationAiModel {
322326 public static final OrchestrationAiModel ALEPHALPHA_PHARIA_1_7B_CONTROL =
323327 new OrchestrationAiModel ("alephalpha-pharia-1-7b-control" );
324328
325- /** DeepSeek-R1 */
329+ /**
330+ * DeepSeek-R1
331+ *
332+ * @deprecated This model is deprecated on AI Core with a planned retirement on 2025-11-31.
333+ */
326334 public static final OrchestrationAiModel DEEPSEEK_R1 =
327335 new OrchestrationAiModel ("deepseek-ai--deepseek-r1" );
328336
You can’t perform that action at this time.
0 commit comments