File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1515- Extend ` OpenAiClientException ` and ` OrchestrationClientException ` to retrieve error diagnostics information received from remote service.
1616 New available accessors for troubleshooting: ` getErrorResponse() ` , ` getHttpResponse() ` and, ` getHttpRequest() ` .
1717 Please note: depending on the error response, these methods may return ` null ` if the information is not available.
18-
18+ - [ OpenAI] Added new models for ` OpenAiModel ` : ` GPT_5 ` , ` GPT_5_MINI ` and ` GPT_5_NANO ` .
19+ - [ Orchestration] Added new models for ` OrchestrationAiModel ` : ` GPT_5 ` , ` GPT_5_MINI ` and
20+ ` GPT_5_NANO ` .
21+ - [ Orchestration] Deprecated models for ` OrchestrationAiModel ` : ` GEMINI_1_5_PRO ` and
22+ ` OrchestrationAiModel.GEMINI_1_5_FLASH `
23+ - Replacement are ` GEMINI_2_5_PRO ` and ` GEMINI_2_5_FLASH ` .
24+ - [ Orchestration] Deprecated ` OrchestrationAiModel.IBM_GRANITE_13B_CHAT ` with no replacement.
1925
2026### 📈 Improvements
2127
You can’t perform that action at this time.
0 commit comments