Why the question matters more than the answer
Most people approach the model question wrong. They look for "the best model" as if there is one right answer, when the actual question is: "which model is right for which job in my specific setup?"
The reason this matters: OpenClaw runs many different types of tasks daily. A morning brief. A document summary. A complex research synthesis. A quick message draft. A strategic planning session. These jobs have wildly different quality requirements and very different cost profiles.
Using a $1.00-per-thousand-token model for a morning brief that could run on a $0.01 model produces identical output at 100x the cost. Do that for every recurring task and OpenClaw becomes an expensive habit that feels hard to justify. The setup eventually gets abandoned not because it stopped being useful but because the bill kept climbing.
The four-tier model framework
Every OpenClaw operator should think about models in four tiers:
Heartbeats, summaries, brief generation, formatting, classification. Fast, cheap or free. Should handle 40–50% of daily activity.
Day-to-day Q&A, message drafts, research summaries, routine writing. Good quality, low cost. Should handle another 30–40%.
Strategy, complex drafts, synthesis, planning, code review. Medium cost, noticeably better reasoning. Use selectively.
High-stakes decisions, deep research, multi-step planning where quality changes outcomes. Expensive — use sparingly.
The target distribution: Tiers 1 and 2 handle 80% of daily activity. Tier 3 handles most of the rest. Tier 4 is occasional. If your usage pattern looks different — if Tier 3 or 4 is handling most of your daily load — you have a routing problem, not a model problem.
The full model routing table (2026)
| Job | Best model | Tier |
|---|---|---|
| Morning brief generation | phi4-mini or llama3.2:3b (local) | 1 |
| Heartbeat checks | phi4-mini (local) or Claude Haiku 3.5 | 1 |
| Document summary | llama3.2 (local) or Claude Haiku 3.5 | 1–2 |
| Classification and routing | phi4-mini or llama3.2 (local) | 1 |
| Message drafting | Claude Haiku 3.5 or llama3.2 | 2 |
| Research synthesis | Claude Haiku 3.5 or GPT-4o-mini | 2 |
| Weekly review / recurring reports | Claude Haiku 3.5 | 2 |
| Coding tasks | qwen2.5-coder:14b (local) or Claude Sonnet 4 | 2–3 |
| Content drafts (important) | Claude Sonnet 4 | 3 |
| Strategy and planning | Claude Sonnet 4 | 3 |
| Complex multi-step reasoning | Claude Sonnet 4 or Claude Opus 4 | 3–4 |
| High-stakes decisions | Claude Opus 4 | 4 |
The minimum viable 3-model stack
You do not need to implement all four tiers immediately. Most operators start with three models and expand from there:
Fast, free (via Ollama), private. Best for: heartbeats, brief generation, summaries, and classification. Runs well on Mac mini M2/M4. No API cost.
Low cost, strong instruction following. Best for: day-to-day Q&A, message drafts, research summaries, recurring reviews. The workhorse of most setups.
Strong reasoning, good writing. Best for: strategy, planning, complex synthesis, important drafts. Use when quality clearly matters for the output.
This three-model stack covers 95% of real operator workflows. Add Tier 4 (Claude Opus 4 or similar) only when you regularly encounter tasks where Sonnet is clearly insufficient.
Local models: when they belong in the stack
Local models (run on-device via Ollama) have become genuinely practical in 2026 for OpenClaw operators with Apple Silicon hardware. The key advantages:
The best local models for OpenClaw in 2026:
Practical rule for local model use: if a job runs more than 2–3 times per day, it is a candidate for a local model. If it runs occasionally and quality matters, use a cloud model.
For a deeper comparison, read the hosted vs local models guide.
The cost control rule
Once the routing table is set, cost control mostly takes care of itself. But there is one additional rule worth having:
Set a hard monthly spending cap on every AI provider account. Not a soft guideline — an actual hard limit in the provider's billing settings. This prevents runaway costs from automations behaving unexpectedly.
Suggested caps by usage level:
Set the cap at 30–50% above your typical monthly spend so you have headroom for legitimate spikes without hitting a hard wall on a busy week.
The other common cost drain: automations nobody reads. A workflow that runs every 30 minutes and produces output you skim or ignore is costing money with no return. Review your automations monthly and kill anything that isn't changing what you do.
Common model stack mistakes
How to evaluate a new model for a specific job
When a new model is announced and you want to know if it belongs in your stack, test it against four things in order:
Read this next
Want the complete model routing system in one place?
The RoloClaw starter system includes the full model routing defaults, cost control rules, and practical stack guidance so you do not have to figure it out from scattered sources.