Skip to content

Commit f894971

Browse files
committed
final update
1 parent 3667d5a commit f894971

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

docs/release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
- [Orchestration] Added new models for `OrchestrationAiModel`: `SONAR`,`SONAR_PRO`, `GEMINI_2_5_FLASH_LITE`, `CLAUDE_4_5_HAIKU`.
1616
- [Orchestration] Convenience for adding the `metadata_params` option to grounding calls.
17-
- [Orchestration] Added new models for `OrchestrationAiModel`: `NV_LLAMA3_2_NV_EMBEDQA_1B`,`COHERE_COMMAND_A_REASONING`, `TITAN_EMBED_TEXT`, `NOVA_PREMIER`, `COHERE_RERANKER`.
17+
- [Orchestration] Added new models for `OrchestrationAiModel`: `COHERE_COMMAND_A_REASONING`, `NOVA_PREMIER`, `COHERE_RERANKER`.
1818
- [Orchestration] Deprecated `DEEPSEEK_R1` model from `OrchestrationAiModel` with no replacement.
1919

2020
### 📈 Improvements

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ public class OrchestrationAiModel {
9494
public static final OrchestrationAiModel LLAMA3_1_70B_INSTRUCT =
9595
new OrchestrationAiModel("meta--llama3.1-70b-instruct");
9696

97-
/** Nvidia Llama3.2 nv-embedqa-1b model */
98-
public static final OrchestrationAiModel NV_LLAMA3_2_NV_EMBEDQA_1B =
99-
new OrchestrationAiModel("nvidia--llama-3.2-nv-embedqa-1b");
100-
10197
/** Cohere Command a Reasoning model */
10298
public static final OrchestrationAiModel COHERE_COMMAND_A_REASONING =
10399
new OrchestrationAiModel("cohere--command-a-reasoning");
@@ -174,10 +170,6 @@ public class OrchestrationAiModel {
174170
public static final OrchestrationAiModel TITAN_TEXT_EXPRESS =
175171
new OrchestrationAiModel("amazon--titan-text-express");
176172

177-
/** Amazon Titan Embed Text model */
178-
public static final OrchestrationAiModel TITAN_EMBED_TEXT =
179-
new OrchestrationAiModel("amazon--titan-embed-text");
180-
181173
/** Amazon Nova Pro model */
182174
public static final OrchestrationAiModel NOVA_PRO = new OrchestrationAiModel("amazon--nova-pro");
183175

0 commit comments

Comments
 (0)