What's Changed
* Revert "(perf) move s3 logging to Batch logging + async [94% faster p… by ishaan-jaff in https://github.com/BerriAI/litellm/pull/6275
* (testing) add test coverage for LLM OTEL logging by ishaan-jaff in https://github.com/BerriAI/litellm/pull/6227
* (testing) add unit tests for LLMCachingHandler Class by ishaan-jaff in https://github.com/BerriAI/litellm/pull/6279
* LiteLLM Minor Fixes & Improvements (10/17/2024) by krrishdholakia in https://github.com/BerriAI/litellm/pull/6293
**Full Changelog**: https://github.com/BerriAI/litellm/compare/v1.49.6...v1.49.7
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.49.7
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 ✅ | 200.0 | 217.72068803611796 | 6.198611902745536 | 0.0 | 1855 | 0 | 176.8321219999507 | 1433.260539999992 |
| Aggregated | Passed ✅ | 200.0 | 217.72068803611796 | 6.198611902745536 | 0.0 | 1855 | 0 | 176.8321219999507 | 1433.260539999992 |
v1.49.6-stable
What's Changed
* (router testing) Add testing coverage for `run_async_fallback` and `run_sync_fallback` by ishaan-jaff in https://github.com/BerriAI/litellm/pull/6256
* LiteLLM Minor Fixes & Improvements (10/15/2024) by krrishdholakia in https://github.com/BerriAI/litellm/pull/6242
* (testing) Router add testing coverage by ishaan-jaff in https://github.com/BerriAI/litellm/pull/6253
* (testing) add router unit testing for `send_llm_exception_alert` , `router_cooldown_event_callback` , cooldown utils by ishaan-jaff in https://github.com/BerriAI/litellm/pull/6258
* Litellm router code coverage 3 by krrishdholakia in https://github.com/BerriAI/litellm/pull/6274
* Remove "ask mode" from Canary search by yujonglee in https://github.com/BerriAI/litellm/pull/6271
* LiteLLM Minor Fixes & Improvements (10/16/2024) by krrishdholakia in https://github.com/BerriAI/litellm/pull/6265
**Full Changelog**: https://github.com/BerriAI/litellm/compare/v1.49.5...v1.49.6-stable
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.49.6-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 | Failed ❌ | 280.0 | 308.62173755687854 | 6.168234186408995 | 0.0 | 1846 | 0 | 209.20113499994386 | 2605.53480599998 |
| Aggregated | Failed ❌ | 280.0 | 308.62173755687854 | 6.168234186408995 | 0.0 | 1846 | 0 | 209.20113499994386 | 2605.53480599998 |