What is Flowise?
Flowise is an open-source, low-code tool for building LLM orchestration flows and AI agents. It provides a drag-and-drop canvas where you connect nodes for LLMs, document loaders, vector stores, tools, and output parsers. Non-developers can build chatbots and RAG pipelines visually, while developers can extend it with custom nodes and API integrations.
Flowise supports OpenAI-compatible endpoints in its ChatOpenAI and other LLM nodes. Set the base URL to EUrouter in the node configuration, and every LLM call in your flow routes through EU infrastructure. This applies to chat nodes, embedding nodes, and any other component that calls an LLM.
Quick to integrate
A few lines of code is all it takes. Swap your base URL and you are routed through EUrouter.
1// ChatOpenAI node configuration
2{
3 "Base Path": "https://api.eurouter.ai/v1",
4 "OpenAI API Key": "eur-...",
5 "Model Name": "gpt-4o"
6}Get started in minutes
Follow these steps to connect your application to EUrouter.
Install Flowise
Deploy Flowise via npm or Docker.
1npx flowise startConfigure the LLM node
In your Flowise canvas, add a ChatOpenAI node. Set the Base Path to https://api.eurouter.ai/v1 and enter your EUrouter API key.
Build your flow
Connect document loaders, vector stores, and other nodes to your LLM. All model calls route through EU infrastructure.
Why use Flowise with EUrouter
Visual AI flows through Europe
Flowise's drag-and-drop canvas makes it easy to build AI workflows without code. With EUrouter configured in the LLM nodes, every model call in your flow routes through EU servers. Build chatbots, RAG pipelines, and agent workflows that are GDPR-compliant by default.
- LLM nodes in your Flowise canvas route through EUrouter's EU servers
- RAG pipelines with document context stay within European jurisdiction
- Agent tool calls that invoke LLMs go through EU infrastructure
- No code changes needed, just set the base URL in the node config
All models in the node config
Through EUrouter, Flowise gets access to GPT-4o, Claude, Mistral, and all other supported models. Set the model name in the LLM node and it works. Different nodes in the same flow can use different models.
- Access all EUrouter models by setting the model name in the node
- Use different models for different nodes in the same flow
- One API key covers all model usage across all flows
- Switch models without rebuilding your workflow
No-code meets compliance
Flowise enables non-developers to build AI workflows. With EUrouter, those workflows are automatically GDPR-compliant. Business teams can create AI automations without worrying about data residency, because the infrastructure handles it.
- Non-technical users build EU-compliant AI workflows visually
- No data residency expertise needed from workflow builders
- IT teams configure EUrouter once, business teams build freely
- Suitable for organizations where AI adoption needs compliance guardrails