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
- [Feat] /audio/transcription use file checksum for cache key by @ishaan-jaff in #5075
Full Changelog: 1.40.3.dev2...v1.40.3.dev4
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.40.3.dev4
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 | 157.33571723020768 | 6.420250360279191 | 0.0 | 1920 | 0 | 111.65160899997773 | 1454.6697590000122 |
Aggregated | Passed ✅ | 140.0 | 157.33571723020768 | 6.420250360279191 | 0.0 | 1920 | 0 | 111.65160899997773 | 1454.6697590000122 |