benchmark
Quality-test coding models by running 5 challenges including arithmetic, instruction following, code generation, reasoning, and JSON output, then receive pass/fail scores to identify reliable models.
Instructions
Quality-test models with 5 coding challenges and return pass/fail scores.
Runs arithmetic, instruction following, code generation, code reasoning, and JSON output challenges. Catches models that are fast but hallucinate, ignore instructions, or produce garbled output.
Without model_id, scans for the fastest models and benchmarks the top N.
Args: model_id: Specific model to benchmark (optional) provider: Limit to a specific provider (nvidia, groq, etc.) min_tier: Minimum quality tier when auto-selecting (default "A") count: How many models to benchmark when auto-selecting (default 3)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| min_tier | No | A | |
| model_id | No | ||
| provider | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |