Change8

v1.87.0-dev.1

📦 litellmView on GitHub →
5 features🐛 6 fixes🔧 5 symbols

Summary

This release introduces Docker image signature verification via cosign and adds support for Gemini 3.5 Flash and Gemini managed agents. It also includes numerous fixes across Bedrock, Deepseek, and proxy streaming.

Migration Steps

  1. Users running Docker images should verify image signatures using cosign, either with the pinned commit hash (recommended) or the release tag.

✨ New Features

  • Added support for Gemini 3.5 Flash.
  • Added Gemini managed agents support.
  • Added user_email and user_alias to Prometheus user budget metrics.
  • Added Interactions API endpoint to the playground with SSE streaming support.
  • Propagates team_id and team_alias to all child OpenTelemetry (OTEL) spans.

🐛 Bug Fixes

  • Proxy admins can now gate team allowed_passthrough_routes.
  • Fixed Bedrock/Cohere to send embedding_types as a JSON array instead of a string.
  • Sanitized batch metadata in Bedrock calls to prevent Pydantic ValidationError.
  • Fixed Deepseek integration to use the native /anthropic/v1/messages endpoint and sanitize tools.
  • Proxy now decodes bytes and passes through SSE for Google-native streamGenerateContent.
  • Replayed openai/responses bridge cache hits as chat streams.

Affected Symbols