LiteLLM v1.95.0-rc.2

v1.95.0-rc.2Pre-release
Added 12
  • Add Meta Model API provider and muse-spark-1.1
  • Add Azure GPT-5.6 (sol/terra/luna) pricing and metadata
  • Add /v1/messages to supported_endpoints schema enum
  • Add dcr_bridge column and plumbing for client-forwarded auth modes in MCP
  • Add shared composable DataTable component to UI
  • Relay upstream 401 on client-forwarded pass-through tool calls in MCP
Fixed 8
  • Mask credentials embedded in guardrail_response before persist
  • Honor store_prompts_in_spend_logs for guardrail_information in spend-logs
  • Sum multi-round session cost in logs UI
  • Stop persisting the DCR client onto true_passthrough and oauth_delegate server rows in MCP
  • Fail closed and surface semantic filter context window errors in MCP
  • Keep mid-conversation system messages in place for Claude Invoke in Bedrock
  • Add coordination_redis routes to component allowlist in proxy
  • Build redis usage cache from REDIS_* env when cache backend is not Redis in proxy
Verify Docker Image Signature

All LiteLLM Docker images are signed with cosign. Every release is signed with the same key introduced in commit 0112e53.

Verify using the pinned commit hash (recommended):

A commit hash is cryptographically immutable, so this is the strongest way to ensure you are using the original signing key:

cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/0112e53046018d726492c814b3644b7d376029d0/cosign.pub \
  ghcr.io/berriai/litellm:v1.95.0-rc.2

Verify using the release tag (convenience):

Tags are protected in this repository and resolve to the same key. This option is easier to read but relies on tag protection rules:

cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/v1.95.0-rc.2/cosign.pub \
  ghcr.io/berriai/litellm:v1.95.0-rc.2

Expected output:

The following checks were performed on each of these signatures:
  - The cosign claims were validated
  - The signatures were verified against the specified public key

What's Changed
New Contributors

Full Changelog: https://github.com/BerriAI/litellm/compare/v1.93.0-dev.3...v1.95.0-rc.2

View original

Upgraded? How did it go?

Discussion