Ollama's default gemma4 is the small E4B and qwen3.5 is the 9B, not what most people assume. What each tag really downloads, what the bigger models need at the 64K context agents use, and what to pick for 12, 16 and 24GB cards.
This post contains affiliate links. If you buy through them, Aliteq may earn a commission — at no extra cost to you. Prices verified at publish time.
Share
Ollama's pages for OpenClaw and Hermes Agent each recommend a few local models with a rough VRAM figure. What they don't spell out is which size of each model a bare name like gemma4 downloads, and that turns out to matter a lot. Here's what each default tag actually is, what the bigger versions need at the long context agents use, and what to pick for your card. If you haven't chosen between the two agents yet, start with OpenClaw vs Hermes.
The model name you type decides which size you get, and which card it fits. · Illustration generated with Higgsfield
What the default model names actually download
Ollama default tags vs what Ollama's agent pages say (25 Sep 2026)
qwen3.5
Default tag pulls
qwen3.5:9b
Download
6.6GB · 256K context
Ollama's VRAM note
"~11 GB" (OpenClaw page)
gemma4
Default tag pulls
gemma4:e4b
Download
9.6GB · 128K context
Ollama's VRAM note
"~16 GB" (OpenClaw & Hermes pages)
qwen3.6
Default tag pulls
qwen3.6:35b (= 35b-a3b)
Download
23GB · 256K context
Ollama's VRAM note
"~24 GB" (Hermes page)
Default tag pulls
Download
Ollama's VRAM note
qwen3.5
qwen3.5:9b
6.6GB · 256K context
"~11 GB" (OpenClaw page)
gemma4
gemma4:e4b
9.6GB · 128K context
"~16 GB" (OpenClaw & Hermes pages)
qwen3.6
qwen3.6:35b (= 35b-a3b)
23GB · 256K context
"~24 GB" (Hermes page)
From the qwen3.5, gemma4 and qwen3.6 tag pages. The surprise is gemma4: the default is the small E4B model, not the 26B. If you want the bigger Gemma, you have to ask for gemma4:26b (19GB) by name. Likewise qwen3.5 gives you the 9B (sized on our engine at best GPU for Qwen3.5 9B) unless you type qwen3.5:35b or qwen3.5:27b. You can always check what you've got with ollama show <model>.
Set the context first
Ollama's context-length page says tasks like agents and coding tools "should be set to at least 64000 tokens," but its defaults are 4K on cards under 24 GiB and 32K on 24–48 GiB. An agent that forgets the start of the conversation is usually a context problem, not a model problem. Raise it before you judge any model:
# Ollama docs (context-length), accessed 25 Sep 2026
OLLAMA_CONTEXT_LENGTH=64000 ollama serve
# then launch with a specific tag (flag per Ollama's OpenClaw page)
ollama launch openclaw --model gemma4:26b
ollama launch hermes # pick the model in the selector; change later with: hermes model
What fits your card at 64K context
Total VRAM at 64K context (our engine, Q4_K_M)
Gemma 4 12B
At 64K
≈8.8 GiB
Ollama tag
gemma4:12b (7.6GB)
Fits
12GB ✓
gpt-oss 20B
At 64K
≈15.6 GiB
Ollama tag
gpt-oss:20b (14GB)
Fits
16GB (tight) · 24GB ✓
Gemma 4 26B-A4B
At 64K
≈17.2 GiB
Ollama tag
gemma4:26b (19GB)
Fits
24GB ✓
Qwen3.6 27B
At 64K
≈20.9 GiB
Ollama tag
qwen3.6:27b (18GB)
Fits
24GB (snug)
Qwen3.6 / Qwen3.5 35B-A3B
At 64K
≈22.6 GiB
Ollama tag
qwen3.6:35b (23GB)
Fits
24GB (tight) · 32GB ✓
Gemma 4 31B
At 64K
≈25.0 GiB
Ollama tag
gemma4:31b (20GB)
Fits
32GB ✓
At 64K
Ollama tag
Fits
Gemma 4 12B
≈8.8 GiB
gemma4:12b (7.6GB)
12GB ✓
gpt-oss 20B
≈15.6 GiB
gpt-oss:20b (14GB)
16GB (tight) · 24GB ✓
Gemma 4 26B-A4B
≈17.2 GiB
gemma4:26b (19GB)
24GB ✓
Qwen3.6 27B
≈20.9 GiB
qwen3.6:27b (18GB)
24GB (snug)
Qwen3.6 / Qwen3.5 35B-A3B
≈22.6 GiB
qwen3.6:35b (23GB)
24GB (tight) · 32GB ✓
Gemma 4 31B
≈25.0 GiB
gemma4:31b (20GB)
32GB ✓
Does it fit? Qwen3.6 35B-A3B at 64K context needs ≈22.6 GiB
Our engine, KV modelled on the 10 full-attention layers plus ~0.3 GB linear-layer state. Hermes's recommended local model is a tight fit on 24GB.
Why the hybrid models do so well at long context: per their Hugging Face configs, Qwen3.5/3.6 use full attention on only 10 of 40 layers (the 35B-A3B), and Gemma 4 26B-A4B on only 5 of 30. The rest use linear or short sliding-window attention with a small fixed memory cost. So their memory barely grows as context gets longer. Compare Qwen3-Coder 30B, a regular-attention model, at ≈24.0 GiB for the same 64K. Per-card tables: Qwen3.6 35B-A3B, Gemma 4 26B-A4B, Gemma 4 12B, Qwen3.6 27B.
Referral link
Card too small for the model you want? Rent a 24GB one
On Vast.ai's spot market, 24GB cards like the RTX 3090 had listings from about $0.12/hr (lowest live listing, 25 Sep 2026). That fits Gemma 4 26B comfortably and Qwen3.6 35B at 64K tightly. Run Ollama on the rented machine and point the agent at it. Spot machines can be reclaimed, so keep the agent's state somewhere safe.
Referral link — we may earn a commission at no cost to you. Prices on our compare page are the provider's live figures, cheapest first; this never changes the ranking.
My pick, by card
12GB: Gemma 4 12B (gemma4:12b), about 8.8 GiB at 64K. It leaves room, and it's a real step up from the tiny default.
16GB: gpt-oss 20B (gpt-oss:20b) at a snug 15.6 GiB, or drop context to 32K for headroom. The default gemma4 (E4B) also works here.
24GB: Gemma 4 26B-A4B (gemma4:26b) is the comfortable choice at ≈17.2 GiB. Qwen3.6 35B-A3B, Hermes's recommendation, fits but tightly (≈22.6 GiB).
32GB+: anything above, including Gemma 4 31B.
Whatever you pick: the model must support tool calling. Ollama's agent pages point to its tools-capable models list. Then read the security page before you connect a chat app.
Quick answers
What local model should I use with OpenClaw?
It depends on your GPU. At the 64K context Ollama recommends for agents, our engine puts Gemma 4 12B at ~8.8 GiB (12GB cards), gpt-oss 20B at ~15.6 GiB (16GB, tight), Gemma 4 26B-A4B at ~17.2 GiB (24GB) and Qwen3.6 35B-A3B at ~22.6 GiB (24GB, tight). Ollama's OpenClaw page suggests gemma4 and qwen3.5.
What does `ollama pull gemma4` download?
As of 25 Sep 2026, the default gemma4 tag is gemma4:e4b, a 9.6GB download with a 128K context. For the larger model, use gemma4:26b (19GB) or gemma4:31b (20GB).
What does `qwen3.5` mean in Ollama?
The default qwen3.5 tag is qwen3.5:9b (6.6GB) as of 25 Sep 2026. Larger versions are qwen3.5:27b (17GB) and qwen3.5:35b (24GB). Run ollama show qwen3.5 to confirm which one you have.
Can Hermes Agent run Qwen3.6 locally?
Yes. Ollama's Hermes page recommends qwen3.6 (~24GB VRAM). The default qwen3.6 tag is the 35B-A3B model (23GB download). Our engine puts it at about 22.6 GiB at 64K context, which fits a 24GB card but only just.
Why does my agent forget things with a local model?
Usually context length. Ollama's docs say agents need at least 64,000 tokens, but default to 4K on GPUs under 24 GiB and 32K on 24–48 GiB. Start Ollama with OLLAMA_CONTEXT_LENGTH=64000.