v1.9.19
Portkey-AI/gatewayv1.9.19May 15, 2025by VisargD
AI Summary
This release focuses on Bedrock improvements, including multimodal embeddings for Vertex AI and support for Mistral function calling, along with JWT guardrails for runtime token validation.
Key Highlights
- Support for Mistral function calling
- Multimodal embeddings for Vertex AI
- JWT guardrails for runtime token validation
- Fix for Bedrock inference profile model URI encoding
New Features
- Mistral function calling support
- Vertex AI multimodal embeddings
- JWT guardrails
- Bedrock URI encoding fixes
Full Release Notes
## What's Changed * patch: remove response_format for bedrock top level by @narengogi in https://github.com/Portkey-AI/gateway/pull/1083 * feat: add support for mistral function calling by @flipace in https://github.com/Portkey-AI/gateway/pull/1081 * fix: return tool calls in non streaming openrouter responses by @unsync in https://github.com/Portkey-AI/gateway/pull/1068 * fix: add is_enabled param mapping for shorthand guardrails by @VisargD in https://github.com/Portkey-AI/gateway/pull/1094 * encode model in uri to support bedrock inference profile as model by @narengogi in https://github.com/Portkey-AI/gateway/pull/1093 * multimodal embeddings for vertex by @narengogi in https://github.com/Portkey-AI/gateway/pull/1086 * feat: jwt guardrails for runtime token validation by @sk-portkey in https://github.com/Portkey-AI/gateway/pull/1095 * fix vertex video embeddings mode/config by @narengogi in https://github.com/Portkey-AI/gateway/pull/1097 * fix: handle empty content for bedrock tool role message by @VisargD in https://github.com/Portkey-AI/gateway/pull/1099 * fix: type errors raised due to multimodal embeddings type by @VisargD in https://github.com/Portkey-AI/gateway/pull/1100 * 1.9.19 by @VisargD in https://github.com/Portkey-AI/gateway/pull/1101 ## New Contributors * @flipace made their first contribution in https://github.com/Portkey-AI/gateway/pull/1081 **Full Changelog**: https://github.com/Portkey-AI/gateway/compare/v1.9.18...v1.9.19