v1.15.0
Graphify-Labs/graphifyv1.15.0Dec 23, 2025by VisargD
AI Summary
A major feature release introducing support for new AI providers (Oracle, IO Intelligence, OVHcloud), advanced Anthropic features on Azure, and enhanced Gemini 3 Pro capabilities including thinking levels.
Key Highlights
- Added support for thinking levels in Gemini 3 Pro
- Enabled Anthropic models on Azure with OpenAI-compatible responses
- New providers: Oracle, IO Intelligence, and OVHcloud AI Endpoints
- Added hallucination evaluation feature
- Enhanced Azure support for v1 API and deployment names
New Features
- Added thinking parameter to OllamaChatCompleteConfig
- Added support for Google Maps grounding
- Added Not Null plugin for response content checks
- Enabled sequential execution of guardrails
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