1
1
---
2
- title : v1.66.0-stable
2
+ title : v1.66.0-stable - Realtime API Cost Tracking
3
3
slug : v1.66.0-stable
4
4
date : 2025-04-12T10:00:00
5
5
authors :
@@ -44,14 +44,31 @@ pip install litellm==1.66.0.post1
44
44
v1.66.0-stable is live now, here are the key highlights of this release
45
45
46
46
## Key Highlights
47
+ - ** Realtime API Cost Tracking** : Track cost of realtime API calls
47
48
- ** Microsoft SSO Auto-sync** : Auto-sync groups and group members from Azure Entra ID to LiteLLM
48
49
- ** Unified File IDs** : Use the same file id across LLM API providers.
49
- - ** Realtime API Cost Tracking** : Track cost of realtime API calls
50
50
- ** xAI grok-3** : Added support for ` xai/grok-3 ` models
51
51
- ** 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
52
52
53
53
Let's dive in.
54
54
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
+
55
72
## Microsoft SSO Auto-sync
56
73
57
74
<Image
@@ -69,22 +86,6 @@ This release adds support for auto-syncing groups and members on Microsoft Entra
69
86
70
87
Get started with this [ here] ( https://docs.litellm.ai/docs/tutorials/msft_sso )
71
88
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
-
88
89
89
90
## New Models / Updated Models
90
91
0 commit comments