What's Changed
* fix: typo in vision docs by berkecanrizai in https://github.com/BerriAI/litellm/pull/4555
* [Feat] Improve Proxy Mem Util (Reduces proxy startup memory util by 50%) by ishaan-jaff in https://github.com/BerriAI/litellm/pull/4577
* [fix] UI fix show models as dropdown by ishaan-jaff in https://github.com/BerriAI/litellm/pull/4574
* UI - don't spam error messages when model list is not defined by ishaan-jaff in https://github.com/BerriAI/litellm/pull/4575
* Azure proxy tts pricing by krrishdholakia in https://github.com/BerriAI/litellm/pull/4572
* feat(cost_calculator.py): support openai+azure tts calls by krrishdholakia in https://github.com/BerriAI/litellm/pull/4571
* [Refactor] Use helper function to encrypt/decrypt model credentials by ishaan-jaff in https://github.com/BerriAI/litellm/pull/4576
* [Feat-Enterprise] /spend/report view spend for a specific key by ishaan-jaff in https://github.com/BerriAI/litellm/pull/4578
* build(deps): bump aiohttp from 3.9.0 to 3.9.4 by dependabot in https://github.com/BerriAI/litellm/pull/4553
* Enforcing sync'd `poetry.lock` via `pre-commit` by jamesbraza in https://github.com/BerriAI/litellm/pull/4517
* [Feat] OTEL allow setting deployment environment by ishaan-jaff in https://github.com/BerriAI/litellm/pull/4422
New Contributors
* berkecanrizai made their first contribution in https://github.com/BerriAI/litellm/pull/4555
**Full Changelog**: https://github.com/BerriAI/litellm/compare/v1.41.8...v1.41.8.dev1
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.41.8.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 ✅ | 77 | 87.51172147931786 | 6.46157682222913 | 0.0 | 1934 | 0 | 67.4040659999946 | 582.6242449999768 |
| Aggregated | Passed ✅ | 77 | 87.51172147931786 | 6.46157682222913 | 0.0 | 1934 | 0 | 67.4040659999946 | 582.6242449999768 |