What's Changed
- fix(utils.py): fix get_image_dimensions to handle more image types by @krrishdholakia in #5255
- (oidc): Add support for loading tokens via a file, env var, and path in env var by @Manouchehri in #5251
- refactor: replace .error() with .exception() logging for better debugging on sentry by @krrishdholakia in #5244
- s3 - Log model price information by @krrishdholakia in #5254
Full Changelog: v1.43.16...v1.43.17
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.43.17
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 | 147.74746761506447 | 6.432229653044687 | 0.0 | 1925 | 0 | 111.18721100001494 | 665.7542859999808 |
Aggregated | Passed ✅ | 130.0 | 147.74746761506447 | 6.432229653044687 | 0.0 | 1925 | 0 | 111.18721100001494 | 665.7542859999808 |