What's Changed
- fix: wrong order of arguments for ollama by @thiswillbeyourgithub in #5116
- Mismatch in example fixed by @zby in #5199
- [Fix-Proxy] Allow running docker, docker-database as non-root user by @ishaan-jaff in #5186
- [Feat-Proxy] Add failure logging for GCS bucket by @ishaan-jaff in #5200
- [Fix] Prometheus use 'litellm_' prefix for new deployment metrics by @ishaan-jaff in #5202
New Contributors
- @thiswillbeyourgithub made their first contribution in #5116
- @zby made their first contribution in #5199
Full Changelog: v1.43.10...v1.43.12
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.43.12
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 ✅ | 83 | 107.61395181150338 | 6.50579510348369 | 0.0 | 1947 | 0 | 68.5540619999756 | 2549.9163599999974 |
Aggregated | Passed ✅ | 83 | 107.61395181150338 | 6.50579510348369 | 0.0 | 1947 | 0 | 68.5540619999756 | 2549.9163599999974 |