- [Orchestration] Removed
OrchestrationAiModel COHERE_RERANKER. This model was supported neither by Orchestration nor by AI SDK. - [Prompt Registry] Added optional arguments
$topand$skipto the following methods:OrchestrationConfigsApi.listOrchestrationConfigHistoryOrchestrationConfigsApi.listOrchestrationConfigsPromptTemplatesApi.listPromptTemplateHistoryPromptTemplatesApi.listPromptTemplates
- [Orchestration] Added
QWEN_3_7_MAX,QWEN_3_7_PLUSandALIBABA_TEXT_EMBEDDING_4to model list inOrchestrationAiModel. - [Orchestration] Marked as deprecated
QWEN_3_MAXmodel (retired, use newer models instead, e.g.QWEN_3_7_MAX). - [OpenAI] You can now add multiple custom headers to an
OpenAiClientat once via.withHeaders(). - [Orchestration] Added
GEMINI_3_1_PRO_PREVIEW_EAandMISTRAL_MEDIUMto model list inOrchestrationAiModel. - [Orchestration] Reasoning content is now supported for users through
OrchestrationChatResponse.getReasoningText()andOrchestrationChatCompletionDelta.getDeltaReasoningText()to see the thinking processes when using the reasoning models.
- [Orchestration] Some
OrchestrationClientExceptionwere reported asOrchestrationFilterException.Input.