Skip to main content

LLM

The LLM node sends a prompt to a language model and returns the generated text. Use it to summarize content, classify data, transform text, answer questions, or perform any task that benefits from AI-generated output.

Configuration​

FieldRequiredDescription
PromptYesThe prompt to send to the language model. Type @ to insert variables from previous steps.
ModelNoThe language model to use for processing. Select from the dropdown.
System PromptNoSystem-level instructions that define the model's behavior and role. Type @ to insert variables or enter instructions directly.
TemperatureNoControls the randomness of the output. 0 = deterministic, 1 = very random. Default is 0.7.
Max TokensNoThe maximum number of tokens in the response. Range is 1–32000. Default is 1000.

Results​

The Results tab shows the model's generated response after the node is executed.

Notes
  • Use the System Prompt to set a persona or constrain the model's behavior (e.g. "You are a helpful assistant that only answers questions about finance.").
  • Lower Temperature values produce more consistent, focused outputs. Higher values produce more creative or varied responses.
  • Increase Max Tokens for longer outputs, or decrease it to limit response length and reduce token usage.