What's Changed
- Fix: Output Structure of Ollama chat by @edwinjosegeorge in #4089
- Allow calling SageMaker endpoints from different regions by @petermuller in #4499
- Doc set guardrails on litellm config.yaml by @ishaan-jaff in #4530
- [Feat] Allow users to set a guardrail config on proxy server by @ishaan-jaff in #4529
- [Feat] v2 - Control guardrails per LLM Call by @ishaan-jaff in #4532
- fix(vertex_anthropic.py): Vertex Anthropic tool calling - native params by @krrishdholakia in #4531
- Revert "fix(vertex_anthropic.py): Vertex Anthropic tool calling - native params " by @krrishdholakia in #4534
- Fix Granite Prompt template by @nick-rackauckas in #4533
New Contributors
- @petermuller made their first contribution in #4499
Full Changelog: v1.41.4...v1.41.5
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.41.5
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 | 158.84378552886133 | 6.424808718348793 | 0.030069307574175322 | 1923 | 9 | 83.97341500000266 | 2746.2116009999704 |
Aggregated | Passed ✅ | 140.0 | 158.84378552886133 | 6.424808718348793 | 0.030069307574175322 | 1923 | 9 | 83.97341500000266 | 2746.2116009999704 |