The Gemini node allows you to use Google’s AI models in your workflows to process, analyze, and generate text dynamically.
It works similarly to other AI nodes in Syncaut and follows the same input/output pattern.
The Gemini node takes input from previous nodes, sends it to a Gemini model, and returns a response that can be used in downstream nodes.
Common use cases include:
Summarizing large datasets
Generating content
Transforming API responses
Basic reasoning and analysis
Syncaut uses a BYOK (Bring Your Own Key) model.
To get your Gemini API key:
Go to Google AI Studio
Sign in with your Google account
Generate an API key
Copy the key
In Syncaut:
Go to Credentials
Create a new credential
Paste your Gemini API key
Save
Defines how the output will be referenced.
Example:
myGemini
Usage:
{{myGemini.text}}
Gemini Credentials
Select the credential containing your API key.
System Prompt (Optional)
Defines the behavior of the AI.
Example:
You are an assistant that summarizes business data clearly.
User Prompt
The main instruction sent to the AI.
Example:
Summarize this data: {{json httpResponse.data}}
When you want cost-effective AI processing
When handling large inputs
When working within Google-based workflows
Keep prompts simple and clear
Use {{json}} for structured data
Test outputs before production
Gemini is a strong general-purpose AI node that balances performance and cost across most automation tasks.
Navigate