compare_models
Compare 2-5 AI models simultaneously by sending the same prompt to each. Get side-by-side results with latency and token usage metrics for performance evaluation.
Instructions
Query 2-5 models in parallel with the same prompt. Returns side-by-side comparison with latency and token metrics.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| models | Yes | List of model IDs to compare (2-5 models) | |
| prompt | Yes | The prompt to send to all models | |
| system_prompt | No | Optional system prompt for all models | |
| format | No | Response format — 'brief' for token-efficient summary, 'detailed' for full response | detailed |
| temperature | No | ||
| max_tokens | No |