From c07817cbd70e34ba32204ad5ef7596dffbeaa82c Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 15 Mar 2025 11:26:16 -0700 Subject: [PATCH] docs release notes --- .../release_notes/v1.63.11-stable/index.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/my-website/release_notes/v1.63.11-stable/index.md b/docs/my-website/release_notes/v1.63.11-stable/index.md index 4e4ca35d48..d6f279ea35 100644 --- a/docs/my-website/release_notes/v1.63.11-stable/index.md +++ b/docs/my-website/release_notes/v1.63.11-stable/index.md @@ -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 + +## 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)