What's Changed
- [Fix] pip litellm proxy - No module named 'nacl' by @ishaan-jaff in #5353
- build(deps): bump micromatch from 4.0.5 to 4.0.8 in /ui by @dependabot in #5349
- Admin UI - show user_id on Key Table by @ishaan-jaff in #5350
- [Feat-Vertex] Support using workload identity federation by @ishaan-jaff in #5354
- [Feat-Caching] allow setting caching mode to default off by @ishaan-jaff in #5352
- Feat - ui allow setting tpm / rpm limits on keys on ui by @ishaan-jaff in #5356
- [Feat] Admin UI - allow setting tpm / rpm per model by @ishaan-jaff in #5357
- refactor(main.py): migrate vertex gemini calls to vertex_httpx by @krrishdholakia in #4582
Full Changelog: v1.44.5...v1.44.6-stable
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.44.6-stable
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 ✅ | 140.0 | 162.55832985676886 | 6.368387627768324 | 0.0 | 1906 | 0 | 111.55475200001774 | 1075.542062000011 |
Aggregated | Passed ✅ | 140.0 | 162.55832985676886 | 6.368387627768324 | 0.0 | 1906 | 0 | 111.55475200001774 | 1075.542062000011 |