From c912cae52a6cbb39a8925c54a8707398d8b70f05 Mon Sep 17 00:00:00 2001
From: Ishaan Jaff
Date: Sat, 12 Apr 2025 17:15:21 -0700
Subject: [PATCH] docs fix release notes
---
docs/my-website/release_notes/v1.66.0-stable/index.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/my-website/release_notes/v1.66.0-stable/index.md b/docs/my-website/release_notes/v1.66.0-stable/index.md
index 3d628b8523..4541c517b7 100644
--- a/docs/my-website/release_notes/v1.66.0-stable/index.md
+++ b/docs/my-website/release_notes/v1.66.0-stable/index.md
@@ -111,7 +111,7 @@ Get started with this [here](https://docs.litellm.ai/docs/tutorials/msft_sso)
## Spend Tracking Improvements
- OpenAI, Azure
- 1. Realtime API Cost tracking with token usage metrics in spend logs [PR](https://github.com/BerriAI/litellm/pull/9795)
+ 1. Realtime API Cost tracking with token usage metrics in spend logs [Get Started](https://docs.litellm.ai/docs/realtime)
- Anthropic
1. Fixed Claude Haiku cache read pricing per token [PR](https://github.com/BerriAI/litellm/pull/9834)
2. Added cost tracking for Claude responses with base_model [PR](https://github.com/BerriAI/litellm/pull/9897)
@@ -134,7 +134,7 @@ Get started with this [here](https://docs.litellm.ai/docs/tutorials/msft_sso)
View input, output, reasoning tokens, ttft metrics.
2. Tag / Policy Management:
- 1. Added Tag/Policy Management [PR](https://github.com/BerriAI/litellm/pull/9813)
+ 1. Added Tag/Policy Management. Create routing rules based on request metadata. This allows you to enforce requests with `tags="private"` only go to specific models. [Get Started](https://docs.litellm.ai/docs/tutorials/tag_management)