Model Selector
Pick one of several connected chat models at runtime based on workflow data. Max 10 models; OpenAI is not available on the platform.
Written By Philippe
Last updated 2 days ago
Model Selector
β Supported β with the limitations below
What It Does
Chooses one of several connected chat models during a run, based on rules you define. Use it for fallback (try a cheaper model first, escalate on failure) or task routing (pick a model per input).
Connections
Output: a single Chat Model connection β wire it into an Agent or chain exactly like a normal chat model.
How It Works
- Rules are evaluated top to bottom.
- The first rule whose conditions match selects its model.
- That model is handed to the parent node for the run.
- If no rule matches, the run fails with
No matching rule found.
Compatibility
Notes
- The builder always shows 10 model inputs; leave the unused ones unconnected.
- Selection is based on your rules only β it does not measure model latency or cost automatically.