Comparison
Claude Fable 5 vs Kimi K3: the frontier tax meets a 2.8T open-weight challenger
July 2026 handed developers a genuinely interesting A/B test. On one side, Claude Fable 5 — Anthropic's most capable generally available model, back online after an export-control suspension, and since July 20 billed purely per token: $10 per million in, $50 per million out. On the other, Kimi K3 — Moonshot's 2.8-trillion-parameter flagship, shipped July 16 at $3/$15, with a one-million-token context window and a promise of open weights by July 27. One is the frontier with a frontier price tag. The other is the strongest version yet of the Chinese-lab playbook: near-frontier capability, a third of the price, weights you can eventually hold.
The two models, in one table
| Claude Fable 5 | Kimi K3 | |
|---|---|---|
| Maker | Anthropic (US) | Moonshot AI (China) |
| Released | June 9, 2026 (redeployed July 1 after suspension) | July 16, 2026 |
| Architecture | Undisclosed; "Mythos-class" tier above Opus | Mixture-of-experts, 2.8T total parameters, multimodal |
| Context | Standard Claude window | 1M tokens |
| API price (per M tokens) | $10 in / $50 out | $3 in / $15 out ($0.30 cache-hit input) |
| Coding benchmarks | SOTA on nearly all tested at launch, per Anthropic | Self-reported: 81.2 FrontierSWE, 88.3 Terminal-Bench 2.0; no full eval table yet |
| Weights | Closed | Open-weight, promised by July 27, 2026 |
| Where it runs | Claude Code, claude.ai, Claude API | Moonshot API, OpenRouter → any OpenAI-compatible CLI (e.g. OpenCode) |
| Backgrind | Run both side by side in tabs — your Claude Code session and a K3-powered CLI — or seat them on the same question in a council and let a chairman judge. | |
What Fable 5 is actually selling
Fable 5 is Anthropic's "Mythos-class model made safe for general use" — the company said at launch that its capabilities exceed any model it had ever made generally available, with particular strength in software engineering. The month since has been eventful: a three-day-old suspension under a US export-control directive, controls lifted June 30, redeployment July 1, and a free-for-subscribers promotion that Anthropic extended twice before ending it on July 19. Since July 20, every Fable 5 token runs on prepaid usage credits — the full math is in what Fable 5 actually costs in Claude Code now.
The honest pitch: when the task is genuinely hard — a gnarly architectural call, a bug that has survived three cheaper models, a security-sensitive review — peak capability is worth a premium, because the alternative is your own afternoon.
What Kimi K3 is actually selling
K3 is the loudest release of a loud month for Chinese labs. The headline numbers: 2.8 trillion total parameters (mixture-of-experts, so only a fraction activate per token), native visual understanding, a 1M-token context window, and pricing that undercuts the US frontier by roughly 3x. Moonshot reports 81.2 on FrontierSWE and 88.3 on Terminal-Bench 2.0 — strong numbers if they hold up, and worth the caveat that as of this writing there is no full published eval table and independent verification is still coming in. Its sibling K2.6 already earned a reputation as the strongest Chinese model for long agent runs, which is the workload coding agents actually are.
The 1M context is the spec that turns heads for agent work — whole-repo context without aggressive compaction. Just do the meter math before you lean on it: filling that window once is about $3 of input, and an agent loop refills it every turn. Cache-hit pricing (10x cheaper input) is what makes long sessions survivable.
The real decision for agent users
If you live in Claude Code, Fable 5 is a setting away and K3 isn't an option there. If you're model-agnostic — OpenCode, or anything OpenAI-compatible — K3 is one key away via Moonshot or OpenRouter; the setup is in how to run Kimi K3 as a coding agent.
But "which one should I switch to" is usually the wrong question. Benchmarks don't transfer to your repo — the only comparison that matters runs on your codebase. The cheap, honest protocol: give both models the same five real tasks from your git history, blind-score the results, and let the loser go. And for single hard questions, you don't have to choose at all — ask both and judge the spread. Fable 5's answer agreeing with a model trained by a completely different lab is worth more than either answer alone.
Frequently asked questions
Is Kimi K3 better than Claude Fable 5 at coding?
Nobody can honestly say yet. Moonshot self-reports 81.2 on FrontierSWE and 88.3 on Terminal-Bench 2.0, but hasn't published a full evaluation table, and independent leaderboards haven't settled. Fable 5 launched with state-of-the-art results on nearly everything Anthropic tested. The only comparison that matters is on your own codebase — five real tasks, blind scoring.
How much cheaper is Kimi K3 than Fable 5?
Roughly 3x on both sides of the meter: $3/$15 per million tokens versus $10/$50. K3's $0.30 cache-hit input rate matters even more for agent loops that resend the same context every turn.
Can I use Kimi K3 inside Claude Code?
No — Claude Code runs Anthropic models. Drive K3 through an OpenAI-compatible client instead: OpenCode with a Moonshot or OpenRouter key is the fastest path. Running Claude Code and a K3 CLI side by side on the same task is entirely doable — and instructive.
Is Kimi K3 open source?
Open-weight, with a delay: the API shipped July 16 and Moonshot says full weights land by July 27, 2026. A 2.8T-parameter MoE is server-class hardware though — most people will keep consuming it through an API.
Where Backgrind fits
Backgrind doesn't care who wins this fight — it's the overlay over whatever CLI you run. Put Claude Code on Fable 5 in one tab and OpenCode on K3 in another, fire the same task at both, and get pinged only when one of them needs you. For single hard questions, the Fusion council seats your models on one question — read-only in the repo — and a chairman judges the answers into one verdict, pinging you only when they split. When the models disagree about your code, that's not noise. That's the signal you paid for.
Sources
Fable 5 status and pricing: Anthropic — Redeploying Claude Fable 5 and the Fable product page. Kimi K3 specs and pricing: The AI Rankings' K3 review and BenchLM's Moonshot pricing page. Benchmark figures for K3 are Moonshot's own reported numbers; we've flagged them as such.