LLMNodeConfig
LLM workflow-node configuration that references a registered model. The registered model supplies the endpoint, credential, and generation defaults; this node supplies the prompt, output field, and optional reasoning effort.
model_providerModel Provider (string)required
modelModel (string)required
promptPrompt (string)required
system_promptSystem Prompt (string)
Default value:
reasoning_effort object
anyOf
- string
- null
string
Possible values: [low, medium, high, xhigh]
outputOutput (string)
Default value:
llm_outputresponse object
anyOf
- object
- null
object
LLMNodeConfig
{
"model_provider": "string",
"model": "string",
"prompt": "string",
"system_prompt": "",
"reasoning_effort": "low",
"output": "llm_output",
"response": {}
}