What's Changed
* [Fix - Proxy] Raise `type=ProxyErrorTypes.budget_exceeded,` on Exceeded budget errors by ishaan-jaff in https://github.com/BerriAI/litellm/pull/4606
* feat(httpx): Send litellm user-agent version upstream by Manouchehri in https://github.com/BerriAI/litellm/pull/4591
* fix(utils.py): change update to upsert by andresrguzman in https://github.com/BerriAI/litellm/pull/4610
* [Proxy-Fix]: Add /assistants, /threads as OpenAI routes by ishaan-jaff in https://github.com/BerriAI/litellm/pull/4611
New Contributors
* andresrguzman made their first contribution in https://github.com/BerriAI/litellm/pull/4610
**Full Changelog**: https://github.com/BerriAI/litellm/compare/v1.41.12...1.41.12.dev1
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-1.41.12.dev1
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 ✅ | 82 | 96.45983435381505 | 6.5233250071069735 | 0.030061405562704945 | 1953 | 9 | 40.952243999981874 | 1350.239547000001 |
| Aggregated | Passed ✅ | 82 | 96.45983435381505 | 6.5233250071069735 | 0.030061405562704945 | 1953 | 9 | 40.952243999981874 | 1350.239547000001 |