惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
GbyAI
GbyAI
Y
Y Combinator Blog
The GitHub Blog
The GitHub Blog
B
Blog
博客园 - 叶小钗
V
Visual Studio Blog
小众软件
小众软件
阮一峰的网络日志
阮一峰的网络日志
博客园 - 聂微东
S
SegmentFault 最新的问题
Engineering at Meta
Engineering at Meta
博客园 - Franky
V
V2EX
人人都是产品经理
人人都是产品经理
H
Hackread – Cybersecurity News, Data Breaches, AI and More
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
IT之家
IT之家
T
The Blog of Author Tim Ferriss
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
C
Check Point Blog
N
Netflix TechBlog - Medium
博客园 - 【当耐特】

OfficeChai

Law Professors Prefer AI Answers Over Those Of Their Peers, Finds Study These Are The 10 Cheapest AI Models In The World [June 2026] 18 Best AI Tools For English Speaking (With Examples) [2026] AI Impact? Vacancy Rates For US Office Properties Are Now Highest Since The 2008 Crisis KPMG Pulls Report Praising AI After It Was Found To Have Fake AI-Generated Citations India's Sarvam Raises $234 Million At $1.5 Billion Valuation After SpaceX Stock Pops 20%, Musk Has Made More Money In The Last 24 Hours Than Warren Buffett Made In His Entire Career OfficeChai Nobody Is Using AI Better Than Meta: NVIDIA CEO Jensen Huang 21 Best AI Tools For Animation (With Examples) [2026] 22 Best AI Tools For Architecture (With Examples) [2026] Datacenter Construction Spending Has Eclipsed Public Transportation Spending In The US China Scraps 12,000 Degree Courses, Mainly In Arts And Humanities, To Prepare For AI Age OfficeChai There Is No Job Loss With AI: David Friedberg Loop Between Human Capital And "Token Capital" Will Be The New IP For Firms, Says Satya Nadella How to Reduce Dependency on Key Employees 8 Google Index Checker Use Cases Beyond New Blog Posts Memory Squeeze? Smartphone Purchases Are Down Globally 21 Best AI Tools For Accounting (With Examples) [2026] AI For Voice Generation: 22 Best Options (With Examples) [2026] These Are The Most Popular Image Generation Models On OpenRouter [June 2026] Search Traffic For Websites Is Down 25% Over The Last Year Because Of AI: a16z Data Agentic Coding Has Led To A 50% Increase In Number Of Apps, But Most Are Finding Very Few Users: SimilarWeb Data Dario Amodei Refused To De-Deploy Or Fix Vulnerabilities In Fable Before US Export Controls, Says David Sacks 23 Best AI Tools For Notes Making (With Examples) [2026] 16 Best AI Tools For Astrology (With Examples) [2026] How Jensen Huang Once Had To Ask SEGA's CEO To Pay NVIDIA For A Technology That Didn't Work ChatGPT Already Has 11% Of The Search Market: OpenAI CFO Sarah Friar SpaceX Has Now Launched More Satellites Than Rest Of Humanity Combined Across History
OpenRouter Launches Fusion API, Which Uses A Combination ...
OfficeChai Team · 2026-06-14 · via OfficeChai

Anthropic’s Fable and Mythos models have been withdrawn following US export controls, but OpenRouter might have a solution.

The company has launched Fusion, a compound model API that fans a prompt out to a panel of AI models simultaneously, synthesizes their responses, and returns a single answer. On OpenRouter’s internal benchmark of 100 hard research tasks, Fusion’s top configuration matched the performance of Claude Fable 5 — the model that’s now off the table for most users worldwide.

How Fusion Works

When a prompt hits the Fusion API, OpenRouter sends it in parallel to a panel of models, each with web search and bash tools enabled. A judge model then reads every response and maps out where the models agree, where they contradict each other, what they each covered and missed. A synthesizer writes the final answer grounded in that analysis.

OpenRouter says roughly three-quarters of Fusion’s performance gain comes from that synthesis step — combining what the models produced — with the remaining quarter coming from the diversity of models themselves. In other words, the intelligence multiplier is largely in the synthesis layer, not just in running more models.

For developers, the integration is straightforward: call it as a single model slug — openrouter/fusion — or let the model decide when to invoke it by adding a tools parameter. Panel composition is also customizable; developers can pass in their own participant models and synthesizer.

The Benchmark Numbers

OpenRouter tested Fusion on DRACO, Perplexity’s deep research benchmark covering 100 tasks across ten domains including law, medicine, finance, and product comparison. Each task is scored against roughly 39 weighted criteria, with wrong answers carrying negative weight. Verbose but vague answers don’t inflate scores.

The headline result: Fable 5 + GPT-5.5 in fusion came in at approximately 69%, edging out Opus 4.8 + GPT-5.5 + Gemini 3.1 Pro and Opus 4.8 + GPT-5.5 combinations. Solo Claude Fable 5 landed around 65%.

The more striking finding is at the budget end. A panel of Gemini 3 Flash, Kimi K2.6, and DeepSeek V4 Pro — three models well below frontier pricing — fused together outperformed solo GPT-5.5 and solo Claude Opus 4.8, and came within 1% of Fable 5’s score. OpenRouter says that panel costs roughly half what Fable 5 would have.

One thing worth noting about the benchmark setup: when models were given web search access, some started surfacing the DRACO rubric online. OpenRouter caught this, excluded the affected domains across every model with a configuration change, and re-ran the benchmark. The published numbers reflect the clean setup.

Why This Matters Now

The timing is hard to ignore. Anthropic pulled Fable and Mythos last week following a US government export control directive, cutting off access for foreign users globally with little notice. The dispute over whether the underlying jailbreak concern was proportionate is still ongoing — David Sacks has argued that Anthropic was warned and refused to act; Anthropic says the vulnerability was minor and overstated — but the practical outcome remains the same: the models are unavailable.

For teams that had built workflows around Fable-level performance, Fusion offers a way to get comparable results from models that aren’t subject to the same export restrictions. The fact that a budget panel gets within 1% of Fable 5 changes the economics and resilience calculus for anyone who needs to plan around geopolitical risk in their AI stack.

The broader principle OpenRouter is demonstrating — that panels of models can consistently beat individual models, and that smart synthesis matters more than raw model power — also has implications beyond the current news cycle. Frontier labs compete on model capability, but Fusion’s results suggest the combination and synthesis layer is increasingly where performance gaps get closed.