How much does OpenClaw cost?
Monthly breakdown for software, models, and hosting (2026)
Monthly breakdown for software, models, and hosting (2026)
Short answer: OpenClaw itself is free (open source). Most people pay for LLM usage and sometimes hosting. A typical active personal assistant lands around $50–150/month all-in; light use or local models can be far less.
For architecture patterns (tiered routing, heartbeats, dedicated machine vs VM), see example setups & model routing.
These are realistic ranges, not quotes—your models and message volume dominate.
| Profile | Usage | Rough monthly total |
|---|---|---|
| Weekend hobby | Few chats/day, one channel | $15–40 |
| Daily personal assistant | WhatsApp/Telegram, some automation | $50–120 |
| Always-on + cron | Heartbeats, subagents, browser tools | $80–200+ |
| Slack / Teams bot (small team) | One channel, moderate mentions, $12–24 VPS | $40–150 (hosting + API) |
| Local-first (Ollama) | Local models + occasional cloud | $5–50 (+ hardware you own) |
If you do not want to run a Gateway yourself, managed providers charge their own monthly fee on top of your model usage. Compare options on managed hosting—you trade ops time for cash and less control.
Is OpenClaw free? The software is. Models and hosting are not.
Why is my bill spiking? Usually heartbeats or subagents on an expensive default model—see FAQ: high bill and tiered routing in example setups.
Can I use OpenClaw for $0? Possible with local-only Ollama and home hardware you already own; not realistic for heavy cloud models 24/7.
What does a workplace Slack bot cost? Software is free; budget for a small VPS (~$12–24/mo) or managed host plus API tokens. Socket Mode avoids extra tunnel fees; Teams needs HTTPS (VPS or tunnel). See Slack quickstart and VPS overview.
Subscription (Codex/Claude) vs API keys? Subscriptions cap spend differently than raw per-token APIs. OpenClaw supports both paths—see Codex OAuth and Anthropic setup. If your bill spiked after heavy cron or subagents, switch heartbeats to a cheaper model (routing examples).