Use GPT-5 Mini (openai/gpt-5-mini).
o3 is overkill here.
~8.6× cheaper per run.
o3 is overkill here.
~8.6× cheaper per run.
This work needs synthesis and solid coding ability, but it still lives inside a clear task boundary. Moving to a frontier tier usually costs more than the extra reasoning is worth here.
| Model | Provider | Tier | Input cost | Output cost | Est. / 1k calls |
|---|---|---|---|---|---|
| GPT-5 Mini openai/gpt-5-mini | Openai | Moderate | $0.000250 | $0.002000 | $1.25 |
| o3 openai/o3 | Openai | Deep | $0.002000 | $0.008000 | $10.80 |
This recommendation is based on the task description alone. If you are attaching a large codebase, mention it in the input above.
Model pricing: OpenRouter model catalog, retrieved April 17, 2026. Classification: rightmodel ruleset v2.
Draft a CI workflow with clear steps, cache use, and predictable build or test execution.
Use GPT-5 Mini.
Draft a Dockerfile with sensible base image, build steps, and runtime defaults for an app.
Use GPT-5 Mini.
Diagnose a failing test with a known assertion, fixture, or mock mismatch in a small scope.
Use GPT-5 Mini.