prompt_lab
Test and compare a prompt across multiple AI models — get outputs side-by-side with quality scores. Returns each model's response with a consistency score and recommendation for which model handles this prompt type best. Use when user says 'test this prompt', 'which model is best for', 'compare how models respond to', 'prompt engineering'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| models | No | Comma-separated models to test. Options: llama-70b, llama-8b, compound, compound-mini, qwen. Default: tests all 4 main models. | |
| prompt | Yes | The prompt to test across models. Any length. | |
| system | No | Optional system prompt to include with each test. | |
| scoring | No | Include quality scoring and model recommendation. Default: true. |