Patch Changes
- #11405
8cfff4dThanks @hntrl! - Add LangSmith gateway support for Google Gemini (Developer API) models. WhenLANGSMITH_GATEWAYis set,ChatGoogleGenerativeAIandChatGoogle(andinitChatModel("google-genai:...")) route requests through the gateway's Gemini path, using the gateway key (falling back toLANGSMITH_API_KEY). An explicitbaseUrl/endpoint, an explicitapiKey, or a Vertex AI configuration suppress gateway routing. Also addsGEMINI_API_KEYas a fallback env var forChatGoogleGenerativeAI.