G
Google Gemini
by Google
Access Gemini AI models for multimodal understanding, reasoning, and generation
AI ServicesFree / PaidAPI keyaillmgeminichatmultimodalvisionreasoning
How agents use Google Gemini
- ✓Agent uses Gemini as its reasoning engine for text generation, summarization, and question answering
- ✓Agent processes images, documents, or screenshots alongside text prompts in a multimodal step
- ✓Agent generates or reviews code as part of a development or automation workflow
- ✓Agent uses Gemini Flash for high-speed, low-latency inference in time-sensitive workflows
- ✓Agent leverages Gemini's large context window to analyze entire documents or codebases in one pass
Agent actions
Generate ContentGenerate text responses using Gemini models
Inputs: prompt, model, systemInstruction, maxOutputTokens, temperature
Returns: text, usage, finishReason
Chat CompletionMulti-turn conversational responses with Gemini
Inputs: messages, model, systemInstruction
Returns: text, usage, finishReason
Vision AnalysisAnalyze and describe images with Gemini
Inputs: image, prompt, model
Returns: text, usage
Generate EmbeddingsGenerate text embeddings for semantic search and similarity
Inputs: text, model, taskType
Returns: embedding, dimensions
Function CallingUse Gemini with function calling for structured outputs
Inputs: prompt, functions, model
Returns: functionCall, arguments
Code ExecutionGenerate and execute Python code with Gemini
Inputs: prompt, model
Returns: result, code, output
JSON ModeGenerate structured JSON responses
Inputs: prompt, schema, model
Returns: json, usage
Example workflows
1
Multimodal assistant
Process text and images with Gemini
2
Code generation
Generate and execute code with Gemini
About Google Gemini
- Vendor
- Pricing Always review details with the vendor
- Free / Paid — Free tier available with rate limits. Gemini 1.5 Flash: 15 RPM free. Gemini 1.5 Pro: 2 RPM free. Higher usage requires paid tier.
- Authentication
- API key
- Rate limit Always review details with the vendor
- 60 requests / minute
- Compatible nodes
- AgentResourceOutput
Build an AI workflow with Google Gemini
Use the Agentic Planner to design, visualize, and connect Google Gemini with your other tools.
Open Agentic Planner