Install
Install n8n.Using Ollama Locally
- In the top right corner, click the dropdown and select Create Credential

- Under Add new credential select Ollama

- Confirm Base URL is set to
http://localhost:11434
and click SaveIf connecting tohttp://localhost:11434
fails, usehttp://127.0.0.1:11434
- When creating a new workflow, select Add a first step and select an Ollama node

- Select your model of choice (e.g.
qwen3-coder
)

Connecting to ollama.com
- Create an API key on ollama.com.
- In n8n, click Create Credential and select Ollama
- Set the API URL to
https://ollama.com
- Enter your API Key and click Save