Skip to content

Commit 01ad943

Browse files
authored
Add CLAUDE_4_5_HAIKU model (#675)
1 parent aa58636 commit 01ad943

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/release_notes.md

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

1313
### ✨ New Functionality
1414

15-
- [Orchestration] Added new models for `OrchestrationAiModel`: `SONAR`,`SONAR_PRO`, `GEMINI_2_5_FLASH_LITE`.
15+
- [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.
1717

1818
### 📈 Improvements

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ public class OrchestrationAiModel {
144144
public static final OrchestrationAiModel CLAUDE_4_5_SONNET =
145145
new OrchestrationAiModel("anthropic--claude-4.5-sonnet");
146146

147+
/** Anthropic Claude 4.5 Haiku model */
148+
public static final OrchestrationAiModel CLAUDE_4_5_HAIKU =
149+
new OrchestrationAiModel("anthropic--claude-4.5-haiku");
150+
147151
/**
148152
* Amazon Titan Text Lite model
149153
*

0 commit comments

Comments
 (0)