WrangleAI Node for n8n
!
npm version
!
License
The official
WrangleAI integration for n8n. This node allows you to plug WrangleAI's optimized model routing directly into your n8n AI Agents.
It functions as a drop-in replacement for standard LLM nodes (like OpenAI), automatically routing your prompts to the most cost-effective and capable models via the WrangleAI Gateway.
Features
*
Smart Routing: Automatically routes text inputs to the best model using
model: "auto".
*
AI Agent Compatible: Designed to snap directly into n8n's
AI Agent and
LLM Chain nodes.
*
Full Configuration: Supports standard parameters including Temperature, Max Tokens, Top P, and Stop Sequences.
*
Secure: Enterprise-grade credential handling for your WrangleAI API keys.
Installation
You can install this node directly within n8n.
$3
1. Open your n8n instance.
2. Go to
Settings >
Community Nodes.
3. Click
Install.
4. Search for:
n8n-nodes-wrangleai
5. Click
Install.
$3
If you are self-hosting n8n, go to your n8n root directory and run:
```bash
npm install n8n-nodes-wrangleai