Skip to content

Gemini nodes

Tools for chat completions and image generation with Google Gemini.  These nodes are also served as MCP tools on the gemini MCP server. Back to the full node reference.

Gemini Chat

gemini_chat · natural-language configurable · read-only · 1 credit on Cloud

Generate a chat completion using Google Gemini.

Credential: Gemini (API key)

Parameters

FieldTypeRequiredDescription
modelenumGemini model identifier to use for the chat completion. One of: gemini-3.6-flash, gemini-3.5-flash, gemini-3.5-flash-lite, gemini-3.1-pro-preview, gemini-3.1-flash-lite, gemini-3-flash-preview, gemini-2.5-pro, gemini-2.5-flash, gemini-2.5-flash-lite. Default: gemini-3.1-flash-lite.
promptstringUser prompt sent to the model.
temperaturenumberSampling temperature controlling randomness of the response. Default: 1.

Output

Returns a list of records — reference fields downstream as $<node>.text.

FieldTypeDescription
textstringText response generated by the model.

Gemini Nano Banana

gemini_nano_banana · natural-language configurable · read-only · 2 credits on Cloud

Generate an image from a text prompt using Google Gemini Nano Banana.

Credential: Gemini (API key)

Parameters

FieldTypeRequiredDescription
imagestringOptional reference image URL to guide generation.
modelenumGemini image-generation model identifier. One of: gemini-3-pro-image, gemini-3.1-flash-image, gemini-3.1-flash-lite-image. Default: gemini-3.1-flash-image.
promptstringText prompt describing the image to generate.

Output

Returns a list of records — reference fields downstream as $<node>.image.

FieldTypeDescription
imagestringURL of the generated image.