Ollama (local)
Ollama lets you run AI models locally on your own machine. No API key is required and no data leaves your computer. Griptape Nodes dynamically discovers which models you have installed.
Prerequisites
-
Download and install Ollama from ollama.com
-
Pull at least one model. For example:
ollama pull llama3.2 -
Verify Ollama is running and the model is available:
ollama listOllama must be running whenever you want to use it in Griptape Nodes.
Add the Provider
- Open Settings → Agent Settings
- Click + Add Provider
- Select Ollama (local)
Fill in the configuration:
- Name — leave as
Ollamaor enter a custom label - Base URL — defaults to
http://localhost:11434/v1; click the refresh button to test the connection - When Ollama is running you'll see Connected — N models available in green
- Model (optional) — choose a default model, or leave blank to select at chat time
Click Create Provider.
Test
After creation the wizard shows a confirmation screen. Select a model, type a test message, and verify you get a response before clicking Done.
Choosing Models
Models you've pulled with ollama pull appear automatically in:
- The Model dropdown in the Agent, grouped under the Ollama provider name
- The
prompt modelparameter on the Agent node whenprovideris set to Ollama
To add more models, run ollama pull <model-name> in a terminal and they'll appear immediately.
Related
- AI Providers overview
- LM Studio — another local provider option
- Local Models with Agents (MCP approach) — an alternative pattern using Ollama via MCP nodes in a workflow