nv_fanout
Run a prompt across several models in parallel to compare answers and build ensembles.
Instructions
Run one prompt across several models in parallel and return every answer.
Use this to cross-check a hard question, compare model behaviour, or build a
quick ensemble. Either pass models explicitly, or pass task to let the
router pick the top candidates for you.
Args:
prompt: the message every model receives.
models: explicit model ids (max 6). Omit to auto-select from task.
task: task description used to auto-select models when models is empty.
system: optional shared system prompt.
images: image URLs or local paths (vision models only).
temperature: 0.0-1.0.
max_tokens: per-model response cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | ||
| images | No | ||
| models | No | ||
| prompt | Yes | ||
| system | No | ||
| max_tokens | No | ||
| temperature | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |