Skip to content

Commit 6483b81

Browse files
committed
Updating models
1 parent 2535170 commit 6483b81

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/OrchestrationAiModel.java

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)