Skip to content
  • Models
  • Rankings
  • Ori
Sign Up
Sign Up
OpenRouterOpenRouter
© 2026 OpenRouter, Inc

Product

  • Chat
  • Rankings
  • Benchmarks
  • Apps
  • Discover
  • Models
  • Collections
  • Providers
  • Tools
  • Pricing
  • Business
  • Enterprise
  • Labs

Company

  • About
  • Blog
  • Careers
    Hiring
  • Privacy
  • Terms of Service
  • Trust Center
  • Support
  • Works With OR
  • Data
  • Brand

Developer

  • Documentation
  • API Reference
  • Developer Platform
  • Status

Connect

  • Discord
  • GitHub
  • LinkedIn
  • X
  • YouTube
All server tools

Fusion

Beta

openrouter:fusion

DocsTry this tool

Lets a model convene a panel of other models and an analyst mid-request. The panel answers independently, the analyst surfaces consensus, contradictions, coverage gaps, unique insights, and blind spots, and the calling model uses the report to answer.

DocsTry this tool
How it worksProviders and pricingUsing this toolRelated tools

How it works

For research, critique, and compare-and-contrast prompts, or anything where being wrong is expensive. Simple prompts will not trigger it.

  1. 1

    Your model calls Fusion when a task benefits from several perspectives.

  2. 2

    A panel of models answers in parallel, three by default, with web search and fetch.

  3. 3

    An analyst model compares the answers for consensus, contradictions, gaps, and unique insights.

  4. 4

    Your model writes the final answer from the analysis.

Providers and pricing

  • Favicon for https://openrouter.ai

    OpenRouter

    Model token usage

    Billed as normal token usage on each model the panel and analyst run.

Standard model token costs apply to every request.

Using this tool

OpenRouter runs the tool during the request and returns the result to the model, so no client-side tool loop is needed.

Supported APIs: Chat Completions and Responses.

shell
curl https://openrouter.ai/api/v1/responses \
  -H "Authorization: Bearer $OPENROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "openai/gpt-5.2",
  "tools": [
    {
      "type": "openrouter:fusion"
    }
  ],
  "input": "Should a small team adopt a monorepo? Consult a panel before answering."
}'

Setup, parameters, and examples in the docs.

Read the integration guide

Related tools

Orchestration

  • Advisor

    Consult a stronger model mid-generation

    Orchestration
  • Subagent

    Delegate tasks to a smaller, faster model

    Orchestration