Skip to main content

Google Gemini

api node/text/Gemini
GeminiNode

Generate text responses with Google's Gemini AI model. You can provide multiple types of inputs (text, images, audio, video) as context for generating more relevant and meaningful responses.

Inputs

NameTypeStatusConstraintsDefault
prompt?STRINGrequired-""
model?COMBOrequired-"gemini-2.5-pro"
seed?INTrequiredmin: 0, max: 1.84e+1942
images?IMAGEoptional--
audio?AUDIOoptional--
video?VIDEOoptional--
files?GEMINI_INPUT_FILESoptional--
system_prompt?STRINGoptional-""

Outputs

IndexNameTypeIs ListConnection Reference
0STRINGSTRINGNo["{node_id}", 0]
How to connect to these outputs

To connect another node's input to an output from this node, use the connection reference format:

["node_id", output_index]

Where node_id is the ID of this GeminiNode node in your workflow, and output_index is the index from the table above.

Example

If this node has ID "5" in your workflow:

  • STRING (STRING): ["5", 0]
Was this page helpful?