You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added 4 new Orchestration Models
* Fixed Naming of the new models
* Fixed spacing in release notes
* Added some new models and deprecated other models as well
* Deprecated the MIXTRAL_8X7B_INSTRUCT_V01 model and added its replacement.
* Fixed naming of the comment about a deprecated model
* Adding and Deprecating Models in OpenAiModel to match with the OrchestratonAiModel Class
* Formatting
* Fixed Format of OpenAiModel Class
* Added changes made to OpenAiModel to release notes.
* Fixed changes in OpenAiModel Class and release notes part associated with it.
---------
Co-authored-by: Nourhan Shata <[email protected]>
Co-authored-by: SAP Cloud SDK Bot <[email protected]>
Copy file name to clipboardExpand all lines: docs/release_notes.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,12 @@
21
21
- The same applies to helper methods `DpiMasking#createConfig()` and `MaskingProvider#createConfig()`.
22
22
-[Orchestration]`OrchestrationTemplate.withTemplate()` has been deprecated. Please use `OrchestrationTemplate.withTemplateMessages()` instead.
23
23
-[Orchestration] The method `createConfig()` is removed from `ContentFilter`, `AzureContentFilter` and `LlamaGuardFilter` and is replaced by `createInputFilterConfig()` and `createOutputFilterConfig()`.
-[Orchestration] Added support for [transforming a JSON output into an entity](https://sap.github.io/ai-sdk/docs/java/orchestration/chat-completion#json_schema)
37
43
-[Orchestration] Added `AzureContentFilter#promptShield()` available for input filtering.
44
+
-[Orchestration] Added new models for `OrchestrationAiModel`: `GEMINI_2_5_FLASH`, `GEMINI_2_5_PRO`, `ALEPHALPHA_PHARIA_1_7B_CONTROL`, `OPENAI_O4_MINI`, `CLAUDE_4_OPUS`, `CLAUDE_4_SONNET`, `OPENAI_O3`.
0 commit comments