← Back to the Artificial Intelligence category

Gemini 2.5 Pro

This node uses Google's Gemini 2.5 Pro model, the most capable model for complex reasoning and creative tasks.

AILLMGoogleGemini
Try this node

Inputs

NameTypeRequiredDescription
instructionsstringNoSystem instructions for Gemini's behavior
inputstringYesThe input text or question for Gemini
temperaturenumberNoControls randomness (0.0-2.0). Lower values are more deterministic, higher values more creative
maxOutputTokensnumberNoMaximum number of tokens in the response. Leave empty for model default
thinking_budgetnumberNoThinking budget (0-1000). Higher values enable more reasoning but increase cost and latency
toolsjsonNoArray of tool references for function calling
googleSearchbooleanNoEnable Google Search to ground responses in current web results
schemaschemaNoJSON schema to constrain the output format

Outputs

NameTypeDescription
textanyGenerated text or JSON response from Gemini 2.5 Pro
candidatesjsonFull response candidates from Gemini API
usage_metadatajsonToken usage and cost information
prompt_feedbackjsonFeedback about the prompt quality and safety
finish_reasonstringReason why the generation finished (STOP, MAX_TOKENS, etc.)
grounding_metadatajsonGrounding metadata with search queries, sources, and citations from Google Search or Maps
tool_callsjsonFunction calls made by the model
intermediary_messagesjsonIntermediate messages and function results for debugging

Related Nodes in Artificial Intelligence