OpenClaw Users Report Model Replacements After Anthropic Ban

Community Leaderboard and Model Preferences
According to community votes tracked at pricepertoken.com/leaderboards/openclaw as of April 5 (net = upvotes minus downvotes):
- Kimi K2.5 -- +49 net (54 up, 5 down). $0.38/M input tokens. Native OpenClaw support added. 13x cheaper than Opus.
- GLM 4.7 -- +20 net (25 up, 5 down). $0.39/M input. Budget cloud pick.
- Gemini 3 Flash Preview -- +18 net (21 up, 3 down). Not Pro — the flash variant. People choosing speed + cost over raw quality.
- Claude Opus 4.5 -- +18 net but 32 up / 14 down. Most votes total but also the most controversial. People split on paying API rates for what used to be included.
- Claude Opus 4.6 -- +17 net (19 up, 2 down).
Most-Adopted Replacement: GPT-5.x
OpenAI officially added GPT-5.4 support to OpenClaw and offers 1M free tokens/day on the data-sharing tier. Codex subscriptions explicitly allow third-party tool usage.
Matthew Berman's full stack is now: GPT 5.3 Codex XH for coding, GPT 5.2 for default, GPT 5 Mini for classifiers. Claude as backup only.
Local Model Options
r/LocalLLaMA consensus includes:
- Qwen 3.5 27B -- top pick. 72.4% SWE-bench (matches GPT-5 mini). Zen van Riel running the 35B version at 100-140 tok/s on an RTX 5090.
- Qwen3-Coder:32B -- "extremely stable tool calling"
- Llama 4 -- default for broad-purpose local deployments
- Devstral-24B -- recommended primary with GLM-4.7 flash as fallback
Ollama became an official OpenClaw provider in March. One person on X is running Qwen 3.5 + OpenClaw + Ollama completely free.
Hybrid Setups and Cost Considerations
The people who seem happiest aren't all-in on one model. They're running tiered stacks:
- Expensive model (Claude/GPT) for complex reasoning
- Cheap model (DeepSeek at $0.14/M, Kimi, GLM) for routine ops
One user built a Kubernetes gateway across 5 Raspberry Pis routing Claude, GPT, Gemini, and DeepSeek behind one API.
@0xzak shared a specific config: DeepSeek for routine ($0.14/$1.10) vs Sonnet for complex ($3/$15), contextTokens at 120k not 150k.
Workarounds and Migration Tools
OpenClaw bypassed the OAuth ban by piping through the local Claude CLI binary instead of OAuth tokens. Pete himself recommended this method.
Oh-My-Codex (OmX) — a workflow/orchestration layer for OpenAI's Codex CLI gained 13K stars in the same week as the ban.
Impact and Cost Changes
60% of active OpenClaw sessions were reportedly running on subscription credits before the ban.
The cost jump is brutal. Heavy users went from ~$200/month flat to ~$675/month at API rates. Some automated sessions hitting $1,000-$5,000/day.
Anthropic is offering a one-time credit + 30% on prepaid bundles but the sentiment everywhere is that it's too little.
📖 Read the full source: r/openclaw
👀 See Also

Benchmarks Show Distilled Models Match Frontier LLMs on Structured Tasks at 10x Lower Cost
A comprehensive comparison of small distilled Qwen3 models (0.6B to 8B) against frontier LLMs shows distilled models match or beat mid-tier frontier models on 6 out of 9 tasks at dramatically lower cost, with Text2SQL achieving 98.0% accuracy at $3/M requests versus $378 for Claude Haiku.

Research shows AI users often accept LLM answers without verification
University of Pennsylvania research found AI users engage in 'cognitive surrender,' accepting LLM answers with minimal scrutiny. In experiments, users accepted correct AI answers 93% of the time and incorrect answers 80% of the time, even when AI was wrong half the time.

OpenClaw 2026.3.13 regression causes false unreachable status reports
OpenClaw version 2026.3.13 introduced a diagnostic regression where status commands falsely report unreachable gateways despite RPC probes working correctly. Rolling back to 2026.3.12 resolves the issue.

Claude Managed Agents Adds Dreaming, Outcomes, Multiagent Orchestration, and Webhooks
Dreaming is a scheduled memory curation process that improved task completion rates ~6x in Harvey tests. Outcomes, multiagent orchestration, and webhooks are now in public beta on the Claude Platform.