v1.15.0
Chainlit/chainlitv1.15.0Dec 23, 2025by VisargD
AI Summary
A feature-rich release introducing support for new AI providers like Oracle and OVHcloud, enhanced model capabilities such as Gemini 3 Pro thinking and Anthropic advanced tool use, and improvements to guardrail execution.
Key Highlights
- Support for Gemini 3 Pro thinking levels.
- Anthropic models on Azure support.
- Oracle and OVHcloud AI Endpoints providers added.
- AI Badgr OpenAI-compatible provider added.
New Features
- Support for AI Badgr OpenAI-compatible provider
- Oracle provider support
- OVHcloud AI Endpoints provider support
- Google Maps grounding support
- Not Null plugin to check for null or empty response content
- Anthropic advanced tool use beta features support
- Gemini 3 in OpenRouter support
- IO Intelligence provider support
- Thinking parameter for OllamaChatCompleteConfig
Full Release Notes
## What's Changed * Thinking level support for Gemini 3 Pro by @maciej-nexos in https://github.com/Portkey-AI/gateway/pull/1444 * anthropic models on azure by @narengogi in https://github.com/Portkey-AI/gateway/pull/1456 * Add IO Intelligence provider support by @eminaruk in https://github.com/Portkey-AI/gateway/pull/1451 * feat: gemini 3 in openrouter by @stefan-jiroveanu in https://github.com/Portkey-AI/gateway/pull/1454 * fix(docs): broken links by @juzhiyuan in https://github.com/Portkey-AI/gateway/pull/1470 * feat(provider): add AI Badgr OpenAI-compatible provider by @miguelmanlyx in https://github.com/Portkey-AI/gateway/pull/1472 * concatenate multple text parts for gemini models by @narengogi in https://github.com/Portkey-AI/gateway/pull/1466 * feat: Add support for Anthropic advanced tool use beta features by @roh26it in https://github.com/Portkey-AI/gateway/pull/1452 * feat: support azure v1 api & send deployment-name for responses by @b4s36t4 in https://github.com/Portkey-AI/gateway/pull/1467 * allow anthropic beta header for all routes on anthropic provider by @narengogi in https://github.com/Portkey-AI/gateway/pull/1463 * oracle provider by @narengogi in https://github.com/Portkey-AI/gateway/pull/1461 * add hallucination eval by @joshweimer-patronusai in https://github.com/Portkey-AI/gateway/pull/1434 * feat: add openai compatible response support for anthropic on azure by @arturfromtabnine in https://github.com/Portkey-AI/gateway/pull/1465 * improvements for nano banana by @narengogi in https://github.com/Portkey-AI/gateway/pull/1476 * fix(anthropic): add support for tool_choice=none by @ShivamB25 in https://github.com/Portkey-AI/gateway/pull/1477 * feat: add thinking parameter to OllamaChatCompleteConfig by @siddharthsambharia-portkey in https://github.com/Portkey-AI/gateway/pull/1415 * fix: type issues with transform type update by @b4s36t4 in https://github.com/Portkey-AI/gateway/pull/1479 * feat: add Not Null plugin to check for null or empty response content by @Samveg12 in https://github.com/Portkey-AI/gateway/pull/1481 * feat: add support for google maps grounding by @b4s36t4 in https://github.com/Portkey-AI/gateway/pull/1478 * Add OVHcloud AI Endpoints provider by @eliasto in https://github.com/Portkey-AI/gateway/pull/1471 * execute guardrails sequentially by @narengogi in https://github.com/Portkey-AI/gateway/pull/1475 * 1.15.0 by @VisargD in https://github.com/Portkey-AI/gateway/pull/1482 ## New Contributors * @maciej-nexos made their first contribution in https://github.com/Portkey-AI/gateway/pull/1444 * @eminaruk made their first contribution in https://github.com/Portkey-AI/gateway/pull/1451 * @stefan-jiroveanu made their first contribution in https://github.com/Portkey-AI/gateway/pull/1454 * @juzhiyuan made their first contribution in https://github.com/Portkey-AI/gateway/pull/1470 * @miguelmanlyx made their first contribution in https://github.com/Portkey-AI/gateway/pull/1472 * @joshweimer-patronusai made their first contribution in https://github.com/Portkey-AI/gateway/pull/1434 * @ShivamB25 made their first contribution in https://github.com/Portkey-AI/gateway/pull/1477 * @Samveg12 made their first contribution in https://github.com/Portkey-AI/gateway/pull/1481 * @eliasto made their first contribution in https://github.com/Portkey-AI/gateway/pull/1471 **Full Changelog**: https://github.com/Portkey-AI/gateway/compare/v1.14.3...v1.15.0