Skip to main content
Base Node Node inspector for an LLM node

Parameters

Model Name
string
default:"openai/gpt-5-mini"
required
The model identifier to use. Must start with the provider name, e.g., openai/, anthropic/, etc, unless using a custom base URL.
Temperature
float | null
default:"null"
Controls randomness for the model.
Base URL
string | null
default:"null"
Custom base URL for the model provider.

Credentials

LLM Credential
LLM Credential
required
Select an LLM Credential for the provider used by Model Name (for example, OpenAI, Anthropic, Gemini, or xAI).

Inputs

This node has no inputs.

Outputs

LLM Config
json
Resolved model settings used by the Agent node.