AI Navigate

v1.82.1-focus-dev

LiteLLM Releases / 3/12/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • The v1.82.1-focus-dev release patches multiple Litellm components (completion bridge, router, proxy, streaming, and caching) to improve reliability and correctness.
  • It fixes handling of ResponseApplyPatchToolCall in the completion bridge by @jtsaw in PR #20913.
  • It updates the router to break the retry loop on non-retryable errors, contributed by @AtharvaJaiswal005 in PR #21370.
  • It corrects the OpenAPI schemas for the /spend/calculate and /credentials endpoints, contributed by @AtharvaJaiswal005 in PR #21369.
  • It preserves usage and cached_tokens in the Responses API streaming bridge and injects default_in_memory_ttl in DualCache async_set_cache and async_set_cache_pipeline, with contributions from @KeremTurgutlu and @pnookala-godaddy.

What's Changed

New Contributors

Full Changelog: v1.82.1-nightly...v1.82.1-focus-dev