github BerriAI/litellm v1.47.0

latest releases: v1.52.6, v1.52.5, v1.52.4...
one month ago

🚨 DB Schema Update

This release contains an update to the LiteLLM_VerificationTokenTable in your db. It adds the blocked column. This is to enable blocking/unblocking virtual keys - #5328

litellm/schema.prisma

Line 142 in 4069942

blocked Boolean?

What's Changed

Full Changelog: v1.46.8...v1.47.0

Docker Run LiteLLM Proxy

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

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 ✅ 88 100.03539544310269 6.370704723833327 0.0 1907 0 70.29187699998829 929.6467599999687
Aggregated Passed ✅ 88 100.03539544310269 6.370704723833327 0.0 1907 0 70.29187699998829 929.6467599999687

Don't miss a new litellm release

NewReleases is sending notifications on new releases.