What's Changed
- Refactor: move all bedrock invoke providers to BaseConfig by @krrishdholakia in #7463
- (fix)
litellm.amoderation
- support usingmodel=openai/omni-moderation-latest
,model=omni-moderation-latest
,model=None
by @ishaan-jaff in #7475 - [Bug Fix]: rerank restfulapi response parse still too strict by @ishaan-jaff in #7476
- Litellm dev 12 30 2024 p1 by @krrishdholakia in #7480
- HumanLoop integration for Prompt Management by @krrishdholakia in #7479
Full Changelog: v1.56.4...v1.56.5
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.56.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 ✅ | 230.0 | 268.0630784626629 | 6.174316845767241 | 0.0 | 1848 | 0 | 212.08500100010497 | 3189.481879000027 |
Aggregated | Passed ✅ | 230.0 | 268.0630784626629 | 6.174316845767241 | 0.0 | 1848 | 0 | 212.08500100010497 | 3189.481879000027 |