Connect Your First Provider
Pawz needs at least one AI provider to power your agents. You can use a local model (Ollama — free) or a cloud API.Option A: Ollama (local, free)
The easiest way to get started — runs entirely on your machine.- Install Ollama: ollama.com
- Pull a model:
- Launch Pawz — it auto-detects Ollama on
localhost:11434
nomic-embed-text embedding model for the memory system.
Option B: Cloud provider
OpenAI
- Go to platform.openai.com/api-keys and create an API key
- In Pawz, go to Settings → Models
- Click Add Provider
- Select OpenAI, paste your API key
- Choose a default model (GPT-4o recommended)
Anthropic
- Go to console.anthropic.com/settings/keys and create an API key
- In Pawz, go to Settings → Models
- Click Add Provider
- Select Anthropic, paste your API key
- Choose a default model (Claude Sonnet 4 recommended)
Google Gemini
- Go to aistudio.google.com/apikey and create an API key
- In Pawz, go to Settings → Models
- Click Add Provider
- Select Google, paste your API key
- Choose a default model (Gemini 2.5 Pro recommended)

