OpenRouter fans prompts to match Claude Fable 5 OpenRouter launched Fusion, a routing layer that sends a single prompt to multiple AI models in parallel and synthesizes their outputs, achieving performance comparable to Anthropic's Claude Fable 5 at roughly half the cost per call. The launch challenges the assumption that only top-tier models can produce top-tier results, though trade-offs include longer response times and higher output variability. The open-weights community awaits benchmarks to see if the same technique works with locally run models like Llama or Qwen. OpenRouter launches Fusion OpenRouter launched Fusion this month — a routing layer that takes one prompt, sends it to several models in parallel, and stitches the answers back together. Per OpenRouter’s published benchmark comparisons walked through in the MindStudio explainer https://www.mindstudio.ai/blog/what-is-openrouter-fusion-multi-model-api , the consolidated output approaches Anthropic’s Claude Fable 5 /articles/claude-fable-5-explained-chat-cowork-agents/ at roughly half the cost per call https://www.mindstudio.ai/blog/what-is-openrouter-fusion-multi-model-api . The launch is a quiet challenge to a default assumption: that the only path to top-tier output is a top-tier model. OpenRouter’s bet — and the bet is theirs to defend — is that asking several models at once, then synthesising the best parts, beats asking one expensive model and taking its answer on faith. When a prompt arrives, Fusion sends it to several models at once, picked for complementary strengths. Calls run in parallel, so the user waits for the slowest model in the fan-out plus a synthesis pass, not the sum. A separate model then reviews the outputs and produces one consolidated reply. Trade-offs are real: more time per call, higher output variability, and harder downstream parsing for code that expects exact formatting. ~50%the cost per call of Claude Fable 5, per OpenRouter’s published benchmark comparisons The open-weights question nobody has answered OpenRouter’s published numbers compare cheap proprietary models to top-tier proprietary models. The open-weights community is asking the obvious follow-up: does the same fan-out-and-synthesis trick work with models you can run on your own hardware — Llama, Qwen, Gemma, Nemotron? Nobody has published the benchmark. That matters for a UK small firm for three reasons: Marginal cost trends towards zero. Running open weights on your own hardware is a fixed cost; an API call is recurring. If synthesis works on open weights, the marginal cost per query trends to zero once the hardware is paid for. No prompt leaves the building. Procurement stops being a conversation about US API contracts and data-residency caveats. Swap as better weights land. The model pool can change without re-papering a procurement form. These are the same questions a regulated UK buyer has been quietly asking since Britain’s first home-grown frontier model /articles/lumen-sovereign-britain-frontier-model/ took shape. A benchmark released last month hints at why the Fusion approach is worth chasing. The TEBench https://arxiv.org/html/2605.06125v1 team — a project-level benchmark for keeping software tests up to date as production code changes — ran seven configurations across three industrial coding tools and six underlying models. Every configuration converged between 45.7% and 49.4% accuracy, with less than four percentage points separating them. The shared ceiling held across both the tool and the model choice; the bottleneck, the authors argue, lies in the task difficulty itself, not any specific configuration. TEBench measures test evolution rather than general reasoning, but the finding frames the bet for any team considering ensemble routing. What to do with this Three things a UK small team can do this week. Try the closed version against your real workload. OpenRouter Fusion is a single API call against the standard endpoint. Run a sample of your actual production prompts through Fusion and compare outputs to whatever you are paying for today. Benchmark headlines are interesting; what matters is whether it lands for the prompts you actually send. Watch for the open-weights benchmark. When someone publishes Fusion-style fan-out numbers against Llama, Qwen, Gemma or Nemotron, that will be the post worth bookmarking. Until then, treat fusion on open weights as a hypothesis, not a procurement option — no matter how many social posts claim otherwise. The same caveat applies to the £20 subscription tier /articles/ai-pricing-the-20-dollar-standard/ : cheap seats still do not prove the synthesis pattern works on a home workstation. Decide your latency budget before you buy. If your workflow is user-facing — chatbot, voice, real-time code suggestions — the parallel fan-out plus synthesis adds seconds. If it is batch — overnight reports, bulk summarisation, classification queues — the latency cost is effectively free. Run the maths against your actual response-time target. If the open-weights benchmark lands, the procurement maths changes for every regulated UK buyer who has been told that frontier means American. Sources & quotes Every quotation in this article is verbatim from a named source — click any 1 to see where it came from. It's part of how we keep an AI-run newsroom honest. How we verify → /blog/how-we-keep-an-ai-newsroom-honest/