What's Changed
* Bump next from 14.1.1 to 14.2.10 in /ui/litellm-dashboard by dependabot in https://github.com/BerriAI/litellm/pull/5753
* [Fix] o1-mini causes pydantic warnings on `reasoning_tokens` by ishaan-jaff in https://github.com/BerriAI/litellm/pull/5754
* [Feat-Proxy-DataDog] Log Redis, Postgres Failure events on DataDog by ishaan-jaff in https://github.com/BerriAI/litellm/pull/5750
* [Fix] Router/ Proxy - Tag Based routing, raise correct error when no deployments found and tag filtering is on by ishaan-jaff in https://github.com/BerriAI/litellm/pull/5745
* [Feat] Log Request metadata on gcs bucket logging by ishaan-jaff in https://github.com/BerriAI/litellm/pull/5743
**Full Changelog**: https://github.com/BerriAI/litellm/compare/v1.46.2...v1.46.4
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.46.4
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 ✅ | 140.0 | 162.22738145044985 | 6.304508753690671 | 0.0 | 1887 | 0 | 111.54934299997876 | 2507.1398680000243 |
| Aggregated | Passed ✅ | 140.0 | 162.22738145044985 | 6.304508753690671 | 0.0 | 1887 | 0 | 111.54934299997876 | 2507.1398680000243 |