ask
Run a single prompt across multiple AI models simultaneously to compare responses and verify accuracy through consensus.
Instructions
Run the same prompt on multiple models in parallel and return all responses.
Use this for verification and consensus. When accuracy matters more than speed, ask N models the same question and compare their answers. If 3/3 models agree, you can be more confident in the result.
Returns all responses side-by-side with model info, latency, and quality scores (if previously benchmarked).
Args: prompt: The question or task to send to all models system_prompt: Optional system prompt applied to all models count: How many models to query in parallel (default 3) min_tier: Minimum quality tier for model selection (default "A") provider: Limit to a specific provider (nvidia, groq, etc.) max_tokens: Max response tokens per model (default 4096) temperature: Sampling temperature (default 0.0 for deterministic)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| prompt | Yes | ||
| min_tier | No | A | |
| provider | No | ||
| max_tokens | No | ||
| temperature | No | ||
| system_prompt | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |