SandBase is live — $1 in free credits on signupStart free ›

Openrouter modelsChat Completions model

openrouter/fusion

Fusion turns your prompt into a small multi-model deliberation. A panel of expert models (see below) analyzes your prompt in parallel with web search and web fetch enabled, then a judge model synthesizes their responses...

Input⌘ / Ctrl + Enter

Try a prompt

128K max output
Input $0.0000/M · Output $0.0000/M
OutputReady

Your response will appear here

Choose an example or write a prompt, then click Run.

API details and access

Model Details

ProviderOpenrouter
TypeLlm
Model IDopenrouter/fusion

Capabilities

InputText
OutputText
Context-
Max Output128,000
VisionNot supported
Function CallingNot supported

Access details

Chat Completions
Base URLhttps://api.sandbase.ai
API Endpoint/v1/chat/completions
{
  "model": "openrouter/fusion",
  "messages": [
    {
      "role": "user",
      "content": "Hello"
    }
  ],
  "max_tokens": 512
}

Pricing

Input$0.0000 / 1M tokens
Output$0.0000 / 1M tokens

Related Models

openrouter/autoYour prompt will be processed by a meta-model and routed to one of dozens of models (see below), optimizing for the best possible output. To see which model was used, visit [Activity](/activity), or read the `model` attribute of the response. Your response will be priced at the same rate as the routed model. Learn more, including how to customize the models for routing, in our [docs](/docs/guides/routing/routers/auto-router). For another way to route, see [Pareto Code](/openrouter/pareto-code).openrouter/bodybuilderTransform your natural language requests into structured OpenRouter API request objects. Describe what you want to accomplish with AI models, and Body Builder will construct the appropriate API calls. Example: "count to 10 using gemini and opus." This is useful for creating multi-model requests, custom model routers, or programmatic generation of API calls from human descriptions. **BETA NOTICE**: Body Builder is in beta, and currently free. Pricing and functionality may change in the future.openrouter/pareto-codeThe Pareto Router maintains a tiered shortlist of strong coding models, ranked by [Artificial Analysis](https://artificialanalysis.ai/) coding percentiles. Set min_coding_score between 0 and 1 on the [pareto-router plugin](https://openrouter.ai/docs/guides/routing/routers/pareto-router#the-min_coding_score-parameter) to control how strong a coder you need; higher scores select stronger (and typically more expensive) models. If you omit min_coding_score, the router defaults to the High tier. Selecting Nitro from the variant dropdown ranks the models in your tier by measured throughput and routes each request to the fastest one, so you trade some model variety for lower latency. Read the [Pareto Router docs](https://openrouter.ai/docs/guides/routing/routers/pareto-router) for the full selection logic, fallback behavior, and how to customize routing. For another way to route, see the [Auto Router](/openrouter/auto).