What's Changed
- [Feat-Proxy+langfuse] LiteLLM-specific Tags on Langfuse -
cache_hit
,cache_key
by @ishaan-jaff in #5180 - [Feat-Proxy Security] Allow Using
x-forwarded-for
for enforcing + tracking ip address by @ishaan-jaff in #5181 - [Feat-UI] - Handle session expired on UI by @ishaan-jaff in #5187
- Improving the proxy docs for configuring with vllm by @fozziethebeat in #5184
- (models): Add chatgpt-4o-latest by @Manouchehri in #5190
- Fix not sended json_data_for_triton by @ArtyomZemlyak in #5189
- [Feat] Allow loading LiteLLM config from s3 buckets by @ishaan-jaff in #5191
New Contributors
- @fozziethebeat made their first contribution in #5184
- @ArtyomZemlyak made their first contribution in #5189
Full Changelog: v1.43.9...v1.43.10
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.43.10
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 ✅ | 130.0 | 167.11426559664835 | 6.3781820304668635 | 0.0 | 1909 | 0 | 105.92628599999898 | 1269.0274309999836 |
Aggregated | Passed ✅ | 130.0 | 167.11426559664835 | 6.3781820304668635 | 0.0 | 1909 | 0 | 105.92628599999898 | 1269.0274309999836 |