github BerriAI/litellm v1.42.2

latest releases: v1.46.5, v1.46.4, v1.46.2...
one month ago

🔥 LiteLLM now supports using with Anthropic Python SDK and Mistral AI Python SDK with LiteLLM Proxy 👉 View reference here:

🐛 Fix logfire - don't load_dotenv()

📚 Docs Proxy - add example usage with mistral SDK with Proxy

📚 Docs add example using anthropic sdk with litellm proxy

✨ [Feat] Support proxying all models from providers without adding them to config.yaml

[Feat] - Add mistral/mistral-large 2

🔧 [Fix] OpenAI STT, TTS Health Checks on LiteLLM Proxy

📚 Docs - add info about routing strategy on load balancing docs
codeimage-snippet_26 (2)

What's Changed

New Contributors

Full Changelog: v1.42.1...v1.42.2

Docker Run LiteLLM Proxy

docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.42.2

Don't want to maintain your internal proxy? get in touch 🎉

Hosted Proxy Alpha: https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat

Load Test LiteLLM Proxy Results

Name Status Median Response Time (ms) Average Response Time (ms) Requests/s Failures/s Request Count Failure Count Min Response Time (ms) Max Response Time (ms)
/chat/completions Passed ✅ 120.0 147.70873449153422 6.316886999957656 0.0 1890 0 105.04327400002467 816.6183410000372
Aggregated Passed ✅ 120.0 147.70873449153422 6.316886999957656 0.0 1890 0 105.04327400002467 816.6183410000372

Don't miss a new litellm release

NewReleases is sending notifications on new releases.