Fusion (start async)
fusion_startLaunch a multi-model deliberation task in the background, returning a job ID for asynchronous result collection. Configure preset, models, or reasoning effort.
Instructions
Start an OpenRouter Fusion deliberation in the BACKGROUND and return a job_id immediately (never times out), then call fusion_result with the job_id. Pick a config with preset:'' — call fusion_list to see them (quality, budget, + custom configs). Default: quality. reasoning_effort and temperature default to the config's; override per call if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The question or task to deliberate on. | |
| preset | No | Config name from fusion_list (quality, budget, or a custom one). Default: quality. | |
| system | No | Optional system instruction (overrides the config's). | |
| reasoning_effort | No | Override reasoning effort. Default: config's (quality/custom=high, budget=medium). | |
| temperature | No | Override sampling temperature. Default: config's (usually the model default). | |
| analysis_models | No | Override the config's panel. | |
| judge_model | No | Override the config's judge/orchestrator. |