What's Changed
* (perf) - fixes for aiohttp handler to hit 1K RPS by ishaan-jaff in https://github.com/BerriAI/litellm/pull/7590
* (latency/perf fixes - proxy) - use `async_service_success_hook` by ishaan-jaff in https://github.com/BerriAI/litellm/pull/7591
* (Feat) - allow including dd-trace in litellm base image by ishaan-jaff in https://github.com/BerriAI/litellm/pull/7587
* (proxy perf improvement) - remove redundant `.copy()` operation by ishaan-jaff in https://github.com/BerriAI/litellm/pull/7564
* Refresh VoyageAI models, prices and context by fzowl in https://github.com/BerriAI/litellm/pull/7472
* LiteLLM Minor Fixes & Improvements (01/06/2025) - p3 by krrishdholakia in https://github.com/BerriAI/litellm/pull/7596
* LiteLLM Minor Fixes & Improvements (01/06/2025) - p2 by krrishdholakia in https://github.com/BerriAI/litellm/pull/7597
**Full Changelog**: https://github.com/BerriAI/litellm/compare/v1.57.0...v1.57.1
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.57.1
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
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.57.1
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 β
| 250.0 | 286.96666935492755 | 6.035628429692609 | 0.0 | 1806 | 0 | 226.66728699999794 | 3887.529271000062 |
| Aggregated | Passed β
| 250.0 | 286.96666935492755 | 6.035628429692609 | 0.0 | 1806 | 0 | 226.66728699999794 | 3887.529271000062 |