Skip to content

Release 1.14.0

Choose a tag to compare

@github-actions github-actions released this 08 Jan 11:44

1.14.0 - January 08, 2026

🔧 Compatibility Notes

  • [PromptRegistry] Export methods (exportPromptTemplate, exportOrchestrationConfig) now return byte[] instead of File. Import methods (importPromptTemplate, importOrchestrationConfig) now accept org.springframework.core.io.Resource instead of File.

✨ 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_params option to grounding calls.
  • [Orchestration] Added new models for OrchestrationAiModel: COHERE_COMMAND_A_REASONING, NOVA_PREMIER, COHERE_RERANKER.
  • [Orchestration] Deprecated DEEPSEEK_R1 model from OrchestrationAiModel with no replacement.

📈 Improvements

  • [Orchestration] Added new API TranslationConfig#translateInputTo to extract input config.
  • [Orchestration] Added new API TranslationConfig#translateOutputTo to extract output config.

🐛 Fixed Issues

  • [PromptRegistry] Fix deserialization of response_format in retrieved prompt templates.

New Contributors

Full Changelog: https://github.com/SAP/ai-sdk-java/commits/rel/1.14.0