From 4d821c9011b69af2d7851695b019503887eec07e Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Thu, 11 Dec 2025 21:30:34 +0530 Subject: [PATCH] Add support for structured output thinkingConfig param --- litellm/llms/gemini/google_genai/transformation.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/litellm/llms/gemini/google_genai/transformation.py b/litellm/llms/gemini/google_genai/transformation.py index 7cfaa934158..fc05ed7e910 100644 --- a/litellm/llms/gemini/google_genai/transformation.py +++ b/litellm/llms/gemini/google_genai/transformation.py @@ -106,7 +106,10 @@ class GoogleGenAIConfig(BaseGoogleGenAIGenerateContentConfig, VertexLLM): Returns: Mapped parameters for the provider """ - from litellm.llms.vertex_ai.gemini.transformation import _snake_to_camel, _camel_to_snake + from litellm.llms.vertex_ai.gemini.transformation import ( + _camel_to_snake, + _snake_to_camel, + ) _generate_content_config_dict: Dict[str, Any] = {} supported_google_genai_params = (