docs release notes

This commit is contained in:
Ishaan Jaff 2025-03-15 11:26:16 -07:00
parent 91b3b06796
commit c07817cbd7

View file

@ -80,13 +80,6 @@ Here's a Demo Instance to test changes:
- Mark Cohere Embedding 3 models as Multimodal [PR](https://github.com/BerriAI/litellm/pull/9176)
## Spend Tracking Improvements
1. Add Azure Data Zone pricing [PR](https://github.com/BerriAI/litellm/pull/9185)
2. Cost Tracking for Responses API
3. Fix Azure Whisper cost tracking [PR](https://github.com/BerriAI/litellm/pull/9166)
## UI
### Re-Use Credentials on UI
@ -144,6 +137,14 @@ Before adding a model you can test the connection to the LLM provider to verify
<Image img={require('../../img/litellm_thinking_openweb.gif')} />
## Spend Tracking Improvements
1. Add Azure Data Zone pricing [PR](https://github.com/BerriAI/litellm/pull/9185)
- LiteLLM Tracks cost for `azure/eu` and `azure/us` models
2. Cost Tracking for Responses API [Get Started](https://docs.litellm.ai/docs/response_api)
3. Fix Azure Whisper cost tracking [PR](https://github.com/BerriAI/litellm/pull/9166)
## Performance / Reliability improvements
1. Fix Redis cluster mode for routers [PR](https://github.com/BerriAI/litellm/pull/9010)