v1.15.0

Portkey-AI/gatewayv1.15.0Dec 23, 2025by VisargD

AI Summary

A significant feature release adding multi-provider support, new AI models, evaluation tools, and enhanced gateway capabilities. Includes support for multiple new providers and major feature additions.

Key Highlights

  • Thinking level support for Gemini 3 Pro
  • Anthropic models support on Azure
  • New providers: IO Intelligence, AI Badgr, Oracle, OVHcloud AI Endpoints
  • Sequential guardrails execution
  • Google Maps grounding support
  • Hallucination evaluation support

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
  • Anthropic advanced tool use beta features
  • Azure v1 API support with deployment-name
  • Oracle provider support
  • Hallucination evaluation
  • OpenAI compatible response for Anthropic on Azure
  • Not Null plugin for null/empty content checking
  • Google Maps grounding support
  • OVHcloud AI Endpoints provider
  • Thinking parameter for OllamaChatCompleteConfig
  • Sequential guardrails execution

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