Skip to content

Commit f8d52e2

Browse files
docs: refactor order
1 parent 65e18f6 commit f8d52e2

File tree

1 file changed

+19
-18
lines changed
  • docs/my-website/release_notes/v1.66.0-stable

1 file changed

+19
-18
lines changed

docs/my-website/release_notes/v1.66.0-stable/index.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: v1.66.0-stable
2+
title: v1.66.0-stable - Realtime API Cost Tracking
33
slug: v1.66.0-stable
44
date: 2025-04-12T10:00:00
55
authors:
@@ -44,14 +44,31 @@ pip install litellm==1.66.0.post1
4444
v1.66.0-stable is live now, here are the key highlights of this release
4545

4646
## Key Highlights
47+
- **Realtime API Cost Tracking**: Track cost of realtime API calls
4748
- **Microsoft SSO Auto-sync**: Auto-sync groups and group members from Azure Entra ID to LiteLLM
4849
- **Unified File IDs**: Use the same file id across LLM API providers.
49-
- **Realtime API Cost Tracking**: Track cost of realtime API calls
5050
- **xAI grok-3**: Added support for `xai/grok-3` models
5151
- **Security Fixes**: Fixed [CVE-2025-0330](https://www.cve.org/CVERecord?id=CVE-2025-0330) and [CVE-2024-6825](https://www.cve.org/CVERecord?id=CVE-2024-6825) vulnerabilities
5252

5353
Let's dive in.
5454

55+
## Realtime API Cost Tracking
56+
57+
<Image
58+
img={require('../../img/realtime_api.png')}
59+
style={{width: '100%', display: 'block'}}
60+
/>
61+
62+
63+
This release adds Realtime API logging + cost tracking.
64+
- **Logging**: LiteLLM now logs the complete response from realtime calls to all logging integrations (DB, S3, Langfuse, etc.)
65+
- **Cost Tracking**: You can now set 'base_model' and custom pricing for realtime models. [Custom Pricing](../../docs/proxy/custom_pricing)
66+
- **Budgets**: Your key/user/team budgets now work for realtime models as well.
67+
68+
Start [here](https://docs.litellm.ai/docs/realtime)
69+
70+
71+
5572
## Microsoft SSO Auto-sync
5673

5774
<Image
@@ -69,22 +86,6 @@ This release adds support for auto-syncing groups and members on Microsoft Entra
6986

7087
Get started with this [here](https://docs.litellm.ai/docs/tutorials/msft_sso)
7188

72-
## Realtime API Cost Tracking
73-
74-
<Image
75-
img={require('../../img/realtime_api.png')}
76-
style={{width: '100%', display: 'block'}}
77-
/>
78-
79-
80-
This release adds Realtime API logging + cost tracking.
81-
- **Logging**: LiteLLM now logs the complete response from realtime calls to all logging integrations (DB, S3, Langfuse, etc.)
82-
- **Cost Tracking**: You can now set 'base_model' and custom pricing for realtime models. [Custom Pricing](../../docs/proxy/custom_pricing)
83-
- **Budgets**: Your key/user/team budgets now work for realtime models as well.
84-
85-
Start [here](https://docs.litellm.ai/docs/realtime)
86-
87-
8889

8990
## New Models / Updated Models
9091

0 commit comments

Comments
 (0)