What's Changed
- LiteLLM Minor Fixes & Improvements (11/12/2024) by @krrishdholakia in #6705
- (feat) helm hook to sync db schema by @ishaan-jaff in #6715
- (fix proxy redis) Add redis sentinel support by @ishaan-jaff in #6154
- Fix: Update gpt-4o costs to those of gpt-4o-2024-08-06 by @klieret in #6714
- (fix) using Anthropic
response_format={"type": "json_object"}
by @ishaan-jaff in #6721 - (feat) Add cost tracking for Azure Dall-e-3 Image Generation + use base class to ensure basic image generation tests pass by @ishaan-jaff in #6716
New Contributors
Full Changelog: v1.52.5...v1.52.6
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.52.6
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 ✅ | 240.0 | 266.21521040425523 | 6.127671245386762 | 0.0 | 1833 | 0 | 215.80195500001764 | 2902.9665340000292 |
Aggregated | Passed ✅ | 240.0 | 266.21521040425523 | 6.127671245386762 | 0.0 | 1833 | 0 | 215.80195500001764 | 2902.9665340000292 |