From 8bbac7e83dcbfe3678bda16634c7e1dcf37c5143 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Wed, 28 Jan 2026 16:44:10 -0800 Subject: [PATCH] fix: get_llm_provider --- .../proxy/pass_through_endpoints/llm_passthrough_endpoints.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py b/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py index 505bfe0f47f..1377fb22556 100644 --- a/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py +++ b/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py @@ -1098,7 +1098,6 @@ def _resolve_vertex_model_from_router( # e.g., "vertex_ai/gemini-2.0-flash-exp" -> "gemini-2.0-flash-exp" model_from_config = litellm_params.get("model", "") if model_from_config: - from litellm.utils import get_llm_provider # get_llm_provider returns (model, custom_llm_provider, dynamic_api_key, api_base) # For "vertex_ai/gemini-2.0-flash-exp" it returns: