What's Changed
- add llama 3 family from deepinfra by @themrzmaster in #4191
- feat(proxy/utils.py): allow budget duration in months (
1mo
) by @krrishdholakia in #4188 - fix(utils.py): check if model info is for model with correct provider by @krrishdholakia in #4186
- Retry on connection disconnect by @krrishdholakia in #4178
Full Changelog: v1.40.11...v1.40.12
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.40.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 ✅ | 94 | 113.78855698077908 | 6.432303146239259 | 0.0 | 1925 | 0 | 80.02467099998967 | 1025.8250419999513 |
Aggregated | Passed ✅ | 94 | 113.78855698077908 | 6.432303146239259 | 0.0 | 1925 | 0 | 80.02467099998967 | 1025.8250419999513 |