Install
In n8n:- Go to Settings > Community Nodes
- Search for:
@cascadeflow/n8n-nodes-cascadeflow - Click Install
Two Nodes
CascadeFlow (Model)
Drop-in replacement for any AI Chat Model in n8n chains:- Add two AI Chat Model nodes (cheap drafter + powerful verifier)
- Add CascadeFlow (Model) and connect both models
- Connect to a Basic LLM Chain or Chain node
- Check the Logs tab to see cascade decisions
- Quality threshold (default: 0.4)
- 16 supported domains (Code, Math, Data, Legal, Medical, Financial, etc.)
- Complexity thresholds for automatic routing
CascadeFlow Agent
Standalone agent with tool calling and multi-step reasoning:- Add a Chat Trigger node
- Add CascadeFlow Agent and connect to the trigger
- Connect Drafter, Verifier, optional Memory and Tools
- Check the Output tab for cascade metadata and decision trace
- Harness mode:
observeorenforce - Budget caps and tool call limits
- Tool routing rules: Cascade (default) or Verifier (for high-stakes tools)
- Tool call validation with JSON schema checking