Skip to content

Commit 298930e

Browse files
release notes
1 parent 0845245 commit 298930e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/release_notes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@
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

0 commit comments

Comments
 (0)