v1.83.0-nightly

LiteLLM Releases / 4/1/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • Litellm v1.83.0-nightly is accompanied by instructions to verify the published Docker image using Cosign with the project’s public key and signature/claim validation.
  • The release includes CI changes to skip scheduled workflows on forked repositories, reducing unnecessary runs and potential noise in automation.
  • A proxy/SSO fix was added to ignore the `return_to` parameter when `control_plane_url` is not set appropriately, addressing redirect handling edge cases.
  • Documentation was updated to correct the definition or usage of `completion_model`, improving configuration clarity for users integrating the proxy/API.

Verifying the Docker Image

cosign verify --insecure-ignore-tlog=true --key https://raw.githubusercontent.com/BerriAI/litellm/main/cosign.pub \
  ghcr.io/berriai/litellm:v1.83.0-nightly

Output:

Verification for ghcr.io/berriai/litellm:v1.83.0-nightly --
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: v1.82.6.dev2...v1.83.0-nightly