From ddf9598f30c19d56fefa8702c49c0fb83eec5107 Mon Sep 17 00:00:00 2001 From: Chesars Date: Mon, 15 Dec 2025 19:58:25 -0300 Subject: [PATCH] fix: use /v1/realtime for gemini/ provider live model The gemini/ prefix indicates Google AI Studio, which uses /v1/realtime endpoint (OpenAI-compatible), not /vertex_ai/live. --- litellm/model_prices_and_context_window_backup.json | 2 +- model_prices_and_context_window.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index bf86c3ffb2..d2196f4e12 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -14790,7 +14790,7 @@ "rpm": 100000, "source": "https://ai.google.dev/gemini-api/docs/pricing", "supported_endpoints": [ - "/vertex_ai/live" + "/v1/realtime" ], "supported_modalities": [ "text", diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index bf86c3ffb2..d2196f4e12 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -14790,7 +14790,7 @@ "rpm": 100000, "source": "https://ai.google.dev/gemini-api/docs/pricing", "supported_endpoints": [ - "/vertex_ai/live" + "/v1/realtime" ], "supported_modalities": [ "text",