ask_many
Send one prompt to multiple AI models simultaneously and receive individual responses, with each model's result independent of others.
Instructions
Send the same prompt to multiple models in parallel. Returns one response per model. Individual failures are isolated — one model failing does not prevent others from responding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The prompt to send to all models. | |
| model_aliases | Yes | List of model aliases to query in parallel. | |
| system_prompt | No | Optional system prompt applied to all models. | |
| temperature | No | Sampling temperature (0–2). Default 0.7. | |
| max_tokens | No | Max tokens per response. Default 2048. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||