v1.10.2
Portkey-AI/gatewayv1.10.2Jul 16, 2025by VisargD
AI Summary
A maintenance release that adds support for the Krutrim provider and fixes critical bugs regarding modalities mapping, null encoding, and resource cleanup during stream transforms.
Key Highlights
- Support for Krutrim provider
- Fix for OpenAI responses API modalities parameter mapping
- Fix for Cohere embed null encoding format
- Fix resource cleanup during stream transform exceptions
New Features
- Krutrim provider support
- Improved OpenAI modalities handling
- Enhanced Cohere embed stability
Full Release Notes
## What's Changed * Fix: OpenAI responses API modalities param mapping by @siddharthsambharia-portkey in https://github.com/Portkey-AI/gateway/pull/1222 * Fix/cohere embed handle null encoding format by @narengogi in https://github.com/Portkey-AI/gateway/pull/1213 * [bug] clean up resources during unhandled rejections from inside stream transforms by @narengogi in https://github.com/Portkey-AI/gateway/pull/1207 * Chore/add-jina-ai-dimension-param by @siddharthsambharia-portkey in https://github.com/Portkey-AI/gateway/pull/1219 * feat: add krutrim as provider by @zhao-lun in https://github.com/Portkey-AI/gateway/pull/1201 * fix tokens calculation for bedrock models when cache tokens are present by @narengogi in https://github.com/Portkey-AI/gateway/pull/1211 * chore: support array content values in portkey plugin checks by @VisargD in https://github.com/Portkey-AI/gateway/pull/1223 * 1.10.2 by @VisargD in https://github.com/Portkey-AI/gateway/pull/1225 ## New Contributors * @zhao-lun made their first contribution in https://github.com/Portkey-AI/gateway/pull/1201 **Full Changelog**: https://github.com/Portkey-AI/gateway/compare/v1.10.1...v1.10.2