What's Changed
- build(pyproject.toml): bump uvicorn depedency requirement + Azure o1 model check fix + Vertex Anthropic headers fix by @krrishdholakia in #7773
- Add
gemini/
frequency_penalty + presence_penalty support by @krrishdholakia in #7776 - feat(helm): add securityContext and pull policy values to migration job by @Hexoplon in #7652
- fix confusing save button label by @yujonglee in #7778
- [integrations/lunary] Improve Lunary documentaiton by @hughcrt in #7770
- Fix wrong URL for internal user invitation by @yujonglee in #7762
- Update instructor tutorial by @Winston-503 in #7784
- (helm) - allow specifying envVars on values.yaml + add helm lint test by @ishaan-jaff in #7789
- Fix anthropic pass-through end user tracking + add gemini-2.0-flash-thinking-exp by @krrishdholakia in #7772
- Add back in non root image fixes (#7781) by @krrishdholakia in #7795
- test: initial test to enforce all functions in user_api_key_auth.py h… by @krrishdholakia in #7797
- test: initial commit enforcing testing on all anthropic pass through … by @krrishdholakia in #7794
- build: bump certifi version - see if that fixes asyncio ssl issue on … by @krrishdholakia in #7800
New Contributors
- @Winston-503 made their first contribution in #7784
Full Changelog: v1.58.2...v1.58.2.dev1
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.58.2.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 ✅ | 250.0 | 279.05652153373586 | 6.093771343336731 | 0.0 | 1823 | 0 | 214.89994900002785 | 2653.5651230000212 |
Aggregated | Passed ✅ | 250.0 | 279.05652153373586 | 6.093771343336731 | 0.0 | 1823 | 0 | 214.89994900002785 | 2653.5651230000212 |