compare_models
Send the same prompt to multiple models across hosts in parallel and view responses side by side for quick comparison.
Instructions
Send the same prompt to multiple host/model pairs in parallel and return responses side by side.
Args:
prompt: the prompt text to send to every target.
targets: list of {"host": ..., "model": ...} dicts, e.g.
[{"host": "corsair", "model": "qwen3:32b"}, {"host": "mac-studio", "model": "qwen3.6:27b-coding-mxfp8"}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| targets | Yes |