fusion_ask
Get a single answer synthesized by a judge from a panel of AI models with web search. Use for research, expert critique, or any question where being wrong is costly.
Instructions
Ask OpenRouter Fusion: a panel of models answers your prompt in parallel (with web search), a judge compares them, and one synthesized answer is returned — stronger than any single model. Use for research, expert critique, or any question where being wrong is costly. Costs more than a single call (panel + judge completions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preset | No | Optional curated preset: 'general-high' or 'general-budget'. Mutually exclusive with analysis_models. | |
| prompt | Yes | The question or task to send to the Fusion panel. | |
| judge_model | No | Optional model slug for the judge that synthesizes the panel's answers. Defaults to the first panel model. | |
| max_tool_calls | No | Tool iterations per panel model (1-16, default 8). | |
| analysis_models | No | Optional 1-8 model slugs forming the panel (e.g. ['anthropic/claude-opus-4-8','openai/gpt-5.5']). Omit to use Fusion's default quality preset. |