Add custom_llm_provider as gemini translation

This commit is contained in:
Sameer Kankute 2026-01-29 15:48:13 +05:30
parent fce26352b6
commit 1f01cc2b7b

View file

@ -92,7 +92,7 @@ class GoogleAIStudioGeminiConfig(VertexGeminiConfig):
"parallel_tool_calls",
"web_search_options",
]
if supports_reasoning(model):
if supports_reasoning(model, custom_llm_provider="gemini"):
supported_params.append("reasoning_effort")
supported_params.append("thinking")
if self.is_model_gemini_audio_model(model):