Ollama
Ollama runs open-source models locally on your Mac (or another machine you control). Personas that use the ollama provider talk to Ollama’s OpenAI-compatible HTTP API with local model names, for example llama3.2 or mistral.
No cloud API key is required for the default local install.
Install and run Ollama
- Download and install Ollama from ollama.com.
- Start Ollama (the menu bar app or
ollama serve). - Pull a model, for example:
ollama pull llama3.2
- Confirm the local API is up (default:
http://localhost:11434).
Configure in Toby
Open Toby.app → Settings → AI → Ollama:
- Set Base URL to your Ollama OpenAI-compatible endpoint (Toby defaults to
http://localhost:11434/v1). - Leave API Key empty unless your Ollama instance requires one.
For a persona, set AI Provider to ollama and choose a model you have pulled (or type a model name Ollama knows).
Tips
- Model ids match
ollama listnames (for examplellama3.2, not a cloud slug). - If Ollama runs on another host, point Base URL at that machine’s reachable address and ensure the port is open.
- For more context on choosing providers, see AI providers overview.