Release 1.14.0
1.14.0 - January 08, 2026
🔧 Compatibility Notes
- [PromptRegistry] Export methods (
exportPromptTemplate,exportOrchestrationConfig) now returnbyte[]instead ofFile. Import methods (importPromptTemplate,importOrchestrationConfig) now acceptorg.springframework.core.io.Resourceinstead ofFile.
✨ New Functionality
- [Orchestration] Added new models for
OrchestrationAiModel:SAP_ABAP_1,SONAR,SONAR_PRO,GEMINI_2_5_FLASH_LITE,CLAUDE_4_5_HAIKU,CLAUDE_4_5_OPUS,GPT_REALTIME. - [Orchestration] Convenience for adding the
metadata_paramsoption to grounding calls. - [Orchestration] Added new models for
OrchestrationAiModel:COHERE_COMMAND_A_REASONING,NOVA_PREMIER,COHERE_RERANKER. - [Orchestration] Deprecated
DEEPSEEK_R1model fromOrchestrationAiModelwith no replacement.
📈 Improvements
- [Orchestration] Added new API
TranslationConfig#translateInputToto extract input config. - [Orchestration] Added new API
TranslationConfig#translateOutputToto extract output config.
🐛 Fixed Issues
- [PromptRegistry] Fix deserialization of
response_formatin retrieved prompt templates.
New Contributors
- @modood-alvi made their first contribution in #652
Full Changelog: https://github.com/SAP/ai-sdk-java/commits/rel/1.14.0