🚨 LiteLLM Proxy DB Schema updated - new table LiteLLM_OrganizationMembership
created
What's Changed
- (fix) clean up root repo - move entrypoint.sh and build_admin_ui to /docker by @ishaan-jaff in #6110
- (fix) Fix Groq pricing for llama3.1 by @kiriloman in #6114
- Fix: Literal AI llm completion logging by @willydouhard in #6096
- LiteLLM Minor Fixes & Improvements (10/08/2024) by @krrishdholakia in #6119
- (feat proxy) [beta] add support for organization role based access controls by @ishaan-jaff in #6112
Full Changelog: v1.48.19...v1.49.0-stable
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.49.0-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 ✅ | 160.0 | 191.82647967376343 | 6.27807846892522 | 0.0 | 1879 | 0 | 127.06767200000968 | 2462.4399449999714 |
Aggregated | Passed ✅ | 160.0 | 191.82647967376343 | 6.27807846892522 | 0.0 | 1879 | 0 | 127.06767200000968 | 2462.4399449999714 |