v1.15.0
multica-ai/multicav1.15.0Dec 23, 2025by VisargD
AI Summary
A major feature release adding support for new AI providers (Oracle, OVHcloud, AI Badgr), new model capabilities (Gemini 3 Pro thinking, Anthropic advanced tool use), and enhanced Azure integration.
Key Highlights
- Added support for Oracle and OVHcloud AI Endpoints providers
- Added thinking level support for Gemini 3 Pro and thinking parameter for Ollama
- Added Anthropic advanced tool use beta features and support for Anthropic models on Azure
- Added Google Maps grounding and AI Badgr OpenAI-compatible provider
- Implemented sequential guardrail execution
New Features
- Thinking level support for Gemini 3 Pro
- Anthropic models on Azure
- IO Intelligence provider support
- Gemini 3 in OpenRouter
- AI Badgr OpenAI-compatible provider
- Concatenate multiple text parts for gemini models
- Support for Anthropic advanced tool use beta features
- Support for azure v1 api & send deployment-name
- Oracle provider
- Add hallucination eval
- Add openai compatible response support for anthropic on azure
- Add thinking parameter to OllamaChatCompleteConfig
- Add Not Null plugin
- Support for google maps grounding
- Add OVHcloud AI Endpoints provider
- Execute guardrails sequentially
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