NodesLLM Nodes
Edit Page on GitHubGoogle Chat
Chat with Google based LLM
llmchatbotgeminiMedium200

Description
The Google Chat node enables interaction with Google's large language models (LLMs) like Gemini. It allows your agent to generate human-like text responses based on user input, system prompts, and optional knowledge bases.
Common Use Cases
- Creating conversational AI assistants
- Generating creative content like stories or poems
- Answering questions based on provided knowledge
- Summarizing or explaining complex information
Inputs
The input connections this node accepts:
NameDescriptionTypeFlowThe flow of the workflowFlowQueryChat text to sendTextFilesList of files to send to LLM (Direct links to files, Images, PDFs and audio only, max 5 files, 50 MB each)Text[]ToolsList of tools that the LLM can useTool[]System PromptSystem prompt for the LLMTextTemperatureCreativity of the LLMNumberRAGRAG Knowledge baseRagSave ContextSave chat as context for LLMBooleanOutputs
The output connections this node provides:
NameDescriptionTypeoutputThe response of the LLMTextFields
The configurable fields this node provides:
NameDescriptionTypeModelThe LLM modelValue:gemini-2.0-flashOptions: gemini-2.5-pro gemini-2.5-flash gemini-2.5-flash-lite gemini-2.0-flash gemini-2.0-flash-liteselectQueryChat text to sendValue: Enter text here...TextAreaFilesList of files to send to LLM (Direct links to files, Images, PDFs and audio only, max 5 files, 50 MB each)Text[]ToolsList of tools that the LLM can useTool[]System PromptSystem prompt for the LLMValue: You are a helpful assistantTextAreaTemperatureCreativity of the LLMValue: 0.5Min: 0Max: 1Step: 0.01SliderSave ContextSave chat as context for LLMValue: trueCheckBoxLast updated on