What's Changed
- Optimize Alpine Dockerfile by removing redundant apk commands by @PeterDaveHello in #5016
- fix(main.py): fix key leak error when unknown provider given by @krrishdholakia in #8556
- (Feat) - return
x-litellm-attempted-fallbacks
in responses from litellm proxy by @ishaan-jaff in #8558 - Add remaining org CRUD endpoints + support deleting orgs on UI by @krrishdholakia in #8561
- Enable update/delete org members on UI by @krrishdholakia in #8560
- (Bug Fix) - Add Regenerate Key on Virtual Keys Tab by @ishaan-jaff in #8567
- (Bug Fix + Better Observability) - BudgetResetJob: for reseting key, team, user budgets by @ishaan-jaff in #8562
- (Patch/bug fix) - UI, filter out litellm ui session tokens on Virtual Keys Page by @ishaan-jaff in #8568
New Contributors
- @PeterDaveHello made their first contribution in #5016
Full Changelog: v1.61.3.dev1...v1.61.5-nightly
## Docker Run LiteLLM Proxy
```
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.61.5-nightly
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 | Failed ❌ | 150.0 | 169.92952748954406 | 6.233287189548679 | 6.233287189548679 | 1865 | 1865 | 130.2254270000276 | 1515.568768999998 |
Aggregated | Failed ❌ | 150.0 | 169.92952748954406 | 6.233287189548679 | 6.233287189548679 | 1865 | 1865 | 130.2254270000276 | 1515.568768999998 |