Google Gemini
Chat completions with Google Gemini models on indie.money
Written By Philippe
Last updated 29 days ago
Google Gemini Chat Model
β
Supported β Chat completions with Google's Gemini models through Google's AI Studio API. Use the Google Gemini Chat Model node (in the AI/Langchain collection), not the root Google Gemini node β the root node does not support chat completions.
Credential Setup
When configuring the Google Gemini Chat Model credential in Secure Vault, paste your AI Studio API key. The key is stored encrypted and only used at execution time.
Models
The node supports the current Gemini model family. Pick a model from the dropdown at configure time; the node sends the request to Google's generateContent endpoint with the model name you chose.
Compatibility
Embeddings are a separate node. Use the Embeddings Google Gemini sub-node (in the AI/Langchain collection) when you need embeddings; the chat node does not produce embeddings.
OAuth is not supported. Google AI Studio uses API keys, not OAuth flows. Set the credential type to API key in Secure Vault.
Tools and function calling β supported via the standard n8n tool-calling interface. Pass tools in the same way you would for any other chat node.