What's Changed
* [docs] updated langfuse integration guide by jannikmaierhoefer in https://github.com/BerriAI/litellm/pull/5921
* Upgrade dependencies in dockerfile by Jacobh2 in https://github.com/BerriAI/litellm/pull/5862
* [Fix Azure AI Studio] drop_params_from_unprocessable_entity_error by ishaan-jaff in https://github.com/BerriAI/litellm/pull/5936
New Contributors
* jannikmaierhoefer made their first contribution in https://github.com/BerriAI/litellm/pull/5921
**Full Changelog**: https://github.com/BerriAI/litellm/compare/v1.48.2.dev8...v1.48.2.dev12
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.48.2.dev12
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 ✅ | 98 | 120.99984995412262 | 6.481007707804045 | 0.0 | 1940 | 0 | 68.52679800005035 | 2842.6305009999737 |
| Aggregated | Passed ✅ | 98 | 120.99984995412262 | 6.481007707804045 | 0.0 | 1940 | 0 | 68.52679800005035 | 2842.6305009999737 |