Documentation: Add Google Gemini dropdown (#30995)

This PR adds Google Gemini (via AI Studio and Gemini API). Feel free to
change the ordering, if needed.

---------

Co-authored-by: Chester Curme <chester.curme@gmail.com>
This commit is contained in:
Philipp Schmid 2025-04-24 16:00:16 +02:00 committed by GitHub
parent ffbc64c72a
commit ae4b6380d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,6 +135,13 @@ ${llmVarName} = AzureChatOpenAI(
apiKeyName: "AZURE_OPENAI_API_KEY",
packageName: "langchain[openai]",
},
{
value: "google_genai",
label: "Google Gemini",
model: "gemini-2.0-flash",
apiKeyName: "GOOGLE_API_KEY",
packageName: "langchain[google-genai]",
},
{
value: "google_vertexai",
label: "Google Vertex",