#Openclaw ollama queen setup

1 messages · Page 1 of 1 (latest)

quiet cove
#

2026.3.1 macOS — Ollama auto-discovery not working.

qwen3.5:9b installed, ollama running, curl to /api/tags works,
model reports "tools" capability via /api/show.

OLLAMA_API_KEY set in both ~/.openclaw/.env and config env section.
No explicit models.providers.ollama entry.

openclaw models list never shows Ollama models.
Gateway starts clean, no errors.

Anyone solved this?

hallow girderBOT
#

openclaw models list is a bit misleading here: by default it only shows “configured” models (your current default + fallbacks), not the full discovered catalog.

Try:

openclaw models list --all --provider ollama
# or (handy filter)
openclaw models list --all --local

If that shows your Ollama models, discovery is working — you just weren’t listing the full catalog. To actually use one, set your default model:

openclaw models set ollama/qwen3.5:9b

If --all --provider ollama still shows nothing, the next 2 things to check are: