OpenRouter's Fusion Blends Multiple Models to Rival Fable 5 — at Half the Cost
The day after Anthropic's flagship Fable 5 went dark under a US export-control order, OpenRouter shipped a product that argues the era of the single all-conquering frontier model may already be ending. On June 13, the model-routing company released Fusion, a tool that fires one prompt at several language models at once, runs a judge over their divergent answers, and synthesizes the lot into a single response. OpenRouter's pitch, in the words of CEO Alex Atallah, is blunt: "Fable-level intelligence at half the price."
The benchmark numbers behind that claim are the reason the launch landed. On DRACO — a suite of 100 deep-research tasks spanning academic research, finance, law, medicine, technology, UX design and product comparisons — a Fusion panel of Fable 5 plus GPT-5.5 scored 69.0%. That beats not only GPT-5.5 (60.0%) and Opus 4.8 (58.8%) individually, but Fable 5 running solo, which managed 65.3%. In other words, blending the best model with a weaker one and synthesizing the result outperformed the best model on its own.
The more provocative finding is what happened on a budget. A panel built entirely from cheaper, mostly open-weight systems — Gemini 3 Flash, Kimi K2.6 and DeepSeek V4 Pro — scored 64.7%. That is within roughly a single point of Fable 5 alone, and it clears both GPT-5.5 and Opus 4.8, the two priciest individual models in the comparison. OpenRouter says it does so at about half the cost of running a frontier model directly. For enterprises locked out of Fable 5, that is the headline: near-frontier quality assembled from commodity parts.
How Fusion actually works
Mechanically, Fusion is designed to feel like a normal API call. A developer invokes it the way they would any single model; everything else happens server-side. Under the hood, OpenRouter sends the prompt to a chosen panel of "participant" models in parallel, each equipped with the same tooling — web search, web fetch and a bash environment — so they can actually do research rather than answer from memory.
A separate judge model then reads every panel response and returns a structured JSON analysis: points of consensus (treated as higher-confidence), outright contradictions, areas of partial coverage, unique insights surfaced by only one model, and blind spots none of them addressed. A synthesizer model — Opus 4.8 by default — uses that analysis to compose the final answer.
The most interesting data point in OpenRouter's own writeup undercuts the intuitive story that diversity of model architectures is what drives the gains. When the company put Opus 4.8 on a panel with a second copy of itself, and let Opus 4.8 do the synthesizing, the score jumped to 65.5% — a 6.7-point leap over solo Opus 4.8's 58.8%. Running the same model twice and fusing the outputs shouldn't add new knowledge. That it added nearly seven points suggests the synthesis step itself — the structured comparison, the deliberate reconciliation of contradictions, the explicit hunt for blind spots — is doing much of the heavy lifting, not merely the variety of voices in the room.
Why It Matters
Timing turned a clever engineering demo into a strategic product. On June 12, the US Commerce Department issued an export-control directive ordering Anthropic to suspend access to Fable 5 and its larger sibling Mythos 5 for foreign nationals — inside or outside the United States, reportedly including the company's own non-citizen employees. Fusion arrived less than 24 hours later.
For enterprises that had standardized on Fable 5, the suspension was a single point of failure made painfully concrete. Fusion's core value proposition to those teams is not just cost; it is resilience. A panel that spans multiple providers — and can lean on open-weight models like DeepSeek and Kimi that sit outside the reach of any one vendor's outage or any one government's export order — diversifies away the dependency that left Fable customers stranded overnight. That kind of insurance does not show up in a DRACO score, but it is exactly the property a procurement team burned on June 12 now wants.
There is a broader thesis here too, and OpenRouter is leaning into it: that the frontier may be reached more cheaply by orchestrating panels of good-enough models than by paying for one great one. If a trio of mid-tier systems can land within a point of a flagship at half the cost, the economics of buying the single most capable model start to look shakier — particularly for the high-volume, research-heavy workloads DRACO is meant to mirror.
What to Watch
Several questions will determine whether Fusion is a durable category or a clever moment. First, latency and cost at scale: running three models plus a judge plus a synthesizer means more tokens and more wall-clock time than a single call, and "half the cost of a frontier model" still has to beat simply using a cheaper single model for many tasks. Watch whether OpenRouter publishes latency figures and per-task economics beyond the DRACO panel.
Second, generalization. DRACO is a deep-research benchmark; it is unclear how much of Fusion's lift survives on coding, agentic tool-use, or latency-sensitive chat. The self-fusion result hints the gains may transfer, but independent replication is the test.
Third, the regulatory backdrop. If export controls on top-tier US models persist or widen, multi-model fallbacks shift from optimization to necessity — and OpenRouter, sitting at the routing layer across dozens of providers, is unusually well positioned to sell that hedge. Whether rivals like the major clouds answer with their own synthesis layers will reveal how quickly "panels, not single models" becomes consensus rather than experiment.
"Fable-level intelligence at half the price."- Alex Atallah, Cofounder & CEO, OpenRouter