What's Changed
- fix(utils.py): support calling openai models via
azure_ai/
by @krrishdholakia in #5209 - [Feat-Proxy] - user common helper to
route_request
for making llm call by @ishaan-jaff in #5224
Full Changelog: v1.43.13...v1.43.13.dev1
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.43.13.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 ✅ | 85 | 99.67029309573238 | 6.427917460346874 | 0.0 | 1922 | 0 | 69.25942499998428 | 778.3932070000219 |
Aggregated | Passed ✅ | 85 | 99.67029309573238 | 6.427917460346874 | 0.0 | 1922 | 0 | 69.25942499998428 | 778.3932070000219 |