What it can do.
- Local Ollama integration
- Simple HTTP API request
- Custom AI prompts
- Configurable Ollama model
- No hosted LLM required
- Local AI generation
- Minimal two-node design
- Beginner-friendly setup
Connect n8n to a locally hosted Ollama model through a simple HTTP request.
A minimal two-node workflow showing how to connect n8n directly to a local Ollama installation. It sends a prompt to the Ollama generate API and receives the generated response without requiring a hosted LLM provider.
Direct digital accessNo payment required for the download.
Quick answers about VeeLib, downloads and digital products.
The supplied configuration uses the phi3 Ollama model.
Yes, replace the model name with one installed locally.
No, Ollama can run locally on your own machine or server.
localhost inside an n8n container points to that container, so Ollama must be reachable over the container network.