WORKFLOWS · FREE DOWNLOAD

Ollama Basic Local AI Workflow n8n Starter

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.

FreeFree download · Optional support

Direct digital accessNo payment required for the download.

FEATURES

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
WHAT'S INCLUDED

Inside the download.

  • Ollama_Basic_Workflow(1).json
  • VEELIB_README_SETUP_GUIDE.txt
  • DOWNLOADED_FROM_VEELIB.txt
FAQ

Questions about Ollama Basic Local AI Workflow n8n Starter

Quick answers about VeeLib, downloads and digital products.

Which model does the example use?

The supplied configuration uses the phi3 Ollama model.

Can I use another Ollama model?

Yes, replace the model name with one installed locally.

Do I need an external AI API key?

No, Ollama can run locally on your own machine or server.

Why might localhost fail with Docker?

localhost inside an n8n container points to that container, so Ollama must be reachable over the container network.