What's Changed
* Litellm stable dev by krrishdholakia in https://github.com/BerriAI/litellm/pull/5711
* (models): Enable JSON Schema Support for Gemini 1.5 Flash Models by F1bos in https://github.com/BerriAI/litellm/pull/5708
**Full Changelog**: https://github.com/BerriAI/litellm/compare/v1.46.0...v1.46.0.dev1
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.46.0.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 ✅ | 130.0 | 150.91571355091406 | 6.398594313787751 | 0.0 | 1915 | 0 | 102.77270100004898 | 1716.2696340000139 |
| Aggregated | Passed ✅ | 130.0 | 150.91571355091406 | 6.398594313787751 | 0.0 | 1915 | 0 | 102.77270100004898 | 1716.2696340000139 |