What's Changed
- docs(pass_through.md): Creating custom chat endpoints on proxy by @krrishdholakia in #4686
- [UI] Fix Cache Ratio Calc by @ishaan-jaff in #4692
- [Fix] Bug - Clear user_id from cache when /user/update is called by @ishaan-jaff in #4697
- fix - Raise
BadRequestError
when passing the wrong role by @ishaan-jaff in #4693 - Support key-rpm limits on pass-through endpoints by @krrishdholakia in #4701
Full Changelog: v1.41.20...v1.41.21
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.41.21
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 ✅ | 100.0 | 125.95707122736675 | 6.423230319516362 | 0.0 | 1922 | 0 | 84.8700540000209 | 1397.4038310000196 |
Aggregated | Passed ✅ | 100.0 | 125.95707122736675 | 6.423230319516362 | 0.0 | 1922 | 0 | 84.8700540000209 | 1397.4038310000196 |