From ef15861fdedfaecbf691b855d65aa742b617445e Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Thu, 29 Jan 2026 17:26:50 +0530 Subject: [PATCH] Fix: litellm_fix_robotic_model_map_entry --- 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 e2e3ee9428..d556b74662 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -13525,7 +13525,7 @@ "cache_read_input_token_cost": 0, "input_cost_per_token": 3e-07, "input_cost_per_audio_token": 1e-06, - "litellm_provider": "gemini", + "litellm_provider": "vertex_ai-language-models", "max_input_tokens": 1048576, "max_output_tokens": 65535, "max_tokens": 65535, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index e2e3ee9428..d556b74662 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -13525,7 +13525,7 @@ "cache_read_input_token_cost": 0, "input_cost_per_token": 3e-07, "input_cost_per_audio_token": 1e-06, - "litellm_provider": "gemini", + "litellm_provider": "vertex_ai-language-models", "max_input_tokens": 1048576, "max_output_tokens": 65535, "max_tokens": 65535,