Skip to content

LLM Branch Node

AI/Generative

LLM Branch

Routes execution based on an LLM-evaluated yes/no decision

llm_branchllmLong running
Inputs3
Outputs2
Security exposure5/10
Packagellm

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
5/10Medium
PrivacyPotential sensitivity of processed data.
5/10Medium
PerformanceRuntime or resource pressure.
3/10High
GovernancePolicy, audit, or compliance impact.
5/10Medium
ReliabilityOperational stability considerations.
4/10Medium
CostExternal or compute cost impact.
5/10Medium

Input Pins

3

Input

Execution
exec_in

Trigger pin

Model

Struct
model

Bit representing the LLM to query

BitBit19 fields
idstring
default ""
typeBitTypes
enum "Llm", "Vlm", "Tts", "Stt"...default "Other"
metaMap<string, Metadata>
default {}
*Metadatamap value
namestringrequired
descriptionstringrequired
long_descriptionstring | null
release_notesstring | null
tagsArray<string>required
itemsstringarray item
+11 more fields
authorsArray<string>
default []
itemsstringarray item
repositorystring | null
default null
download_linkstring | null
default null
file_namestring | null
default null
hashstring
default ""
sizeinteger | null
format uint64default nullmin 0
hubstring
default ""
parametersvalue
default null
versionstring | null
default null
licensestring | null
default null
dependenciesArray<string>
default []
itemsstringarray item
dependency_tree_hashstring
default ""
createdstring
default ""
updatedstring
default ""
model_slugstring | null
default null
+1 more fields
Schema enforced

Prompt

String
prompt

Statement/question that should result in a yes/no decision

Output Pins

2

True

Execution
true

Flow to follow if the model returns true

False

Execution
false

Flow to follow if the model returns false

Node Info

Internal name
llm_branch
Category
AI/Generative
Version
3