What's Changed
- fix(main.py): log hidden params for text completion calls by @krrishdholakia in #5061
- feat(proxy_cli.py): support iam-based auth to rds by @krrishdholakia in #5057
- add OpenAI gpt-4o-2024-08-06 by @ishaan-jaff in #5070
- [Fix-Proxy] allow forwarding headers from request by @ishaan-jaff in #5062
- feat(proxy_server.py): allow restricting allowed email domains for UI by @krrishdholakia in #5071
- [Fix] Fix testing emails through Admin UI by @ishaan-jaff in #5077
- [Fix] Dev docker image by @ishaan-jaff in #5069
- [Feat] /audio/transcription use file checksum for cache key by @ishaan-jaff in #5075
- UI - fwd UI requests from server root path by @ishaan-jaff in #5078
Full Changelog: v1.43.0...v1.43.1
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.43.1
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 | 166.1667368516749 | 6.284496216122683 | 0.0 | 1881 | 0 | 116.9949800000154 | 1591.6928899999903 |
Aggregated | Passed ✅ | 140.0 | 166.1667368516749 | 6.284496216122683 | 0.0 | 1881 | 0 | 116.9949800000154 | 1591.6928899999903 |