diff --git a/docs/my-website/img/delete_spend_logs.jpg b/docs/my-website/img/delete_spend_logs.jpg new file mode 100644 index 00000000000..6fa0f04b657 Binary files /dev/null and b/docs/my-website/img/delete_spend_logs.jpg differ diff --git a/docs/my-website/img/gemini_realtime.png b/docs/my-website/img/gemini_realtime.png new file mode 100644 index 00000000000..2311a63f7d3 Binary files /dev/null and b/docs/my-website/img/gemini_realtime.png differ diff --git a/docs/my-website/img/pii_masking_v2.png b/docs/my-website/img/pii_masking_v2.png new file mode 100644 index 00000000000..597dc403fa6 Binary files /dev/null and b/docs/my-website/img/pii_masking_v2.png differ diff --git a/docs/my-website/release_notes/v1.70.1-stable/index.md b/docs/my-website/release_notes/v1.70.1-stable/index.md index 00440cf1a61..8174bae8bcf 100644 --- a/docs/my-website/release_notes/v1.70.1-stable/index.md +++ b/docs/my-website/release_notes/v1.70.1-stable/index.md @@ -53,6 +53,9 @@ LiteLLM v1.70.1-stable is live now. Here are the key highlights of this release: ## Gemini Realtime API + + + This release brings support for calling Gemini's realtime models (e.g. gemini-2.0-flash-live) via OpenAI'sĀ /v1/realtimeĀ API. This is great for developers as it lets them easily switch from OpenAI to Gemini by just changing the model name. Key Highlights: @@ -62,17 +65,29 @@ Key Highlights: This is currently supported via Google AI Studio. We plan to release VertexAI support over the coming week. +[**Read more**](../../docs/providers/google_ai_studio/realtime) + ## Spend Logs Retention Period + + + + This release enables deleting LiteLLM Spend Logs older than a certain period. Since we now enable storing the raw request/response in the logs, deleting old logs ensures the database remains performant in production. +[**Read more**](../../docs/proxy/spend_logs_deletion) + ## PII Masking 2.0 + + This release brings improvements to our Presidio PII Integration. As a Proxy Admin, you now have the ability to: - Mask or block specific entities (e.g., block medical licenses while masking other entities like emails). - Monitor guardrails in production. LiteLLM Logs will now show you the guardrail run, the entities it detected, and its confidence score for each entity. +[**Read more**](../../docs/proxy/guardrails/pii_masking_v2) + ## New Models / Updated Models - **Gemini ([VertexAI](https://docs.litellm.ai/docs/providers/vertex#usage-with-litellm-proxy-server) + [Google AI Studio](https://docs.litellm.ai/docs/providers/gemini))**