What's Changed
* fix: Lunary integration by 7HR4IZ3 in https://github.com/BerriAI/litellm/pull/4379
* [Fix] - Admin UI login bug by ishaan-jaff in https://github.com/BerriAI/litellm/pull/4382
* Support custom model info for router logic (e.g. `max_input_tokens`) by krrishdholakia in https://github.com/BerriAI/litellm/pull/4388
* fix(vertex_httpx.py): cover gemini content violation (on prompt) by krrishdholakia in https://github.com/BerriAI/litellm/pull/4392
* [Feat-Enterprise] - Allow setting custom public routes by ishaan-jaff in https://github.com/BerriAI/litellm/pull/4389
* docs control available public routes by ishaan-jaff in https://github.com/BerriAI/litellm/pull/4394
* Log rejected router requests to langfuse by krrishdholakia in https://github.com/BerriAI/litellm/pull/4390
* Fix /spend/calculate use model_group_alias when set by ishaan-jaff in https://github.com/BerriAI/litellm/pull/4395
New Contributors
* 7HR4IZ3 made their first contribution in https://github.com/BerriAI/litellm/pull/4379
**Full Changelog**: https://github.com/BerriAI/litellm/compare/v1.40.25...v1.40.26
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.40.26
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 ✅ | 130.0 | 156.53979613674755 | 6.329682565511454 | 0.0 | 1894 | 0 | 109.70386399998233 | 2175.4312479999953 |
| Aggregated | Passed ✅ | 130.0 | 156.53979613674755 | 6.329682565511454 | 0.0 | 1894 | 0 | 109.70386399998233 | 2175.4312479999953 |