FAQCommon questions
Short, direct answers to the things people ask most about this.
What is the cheapest AI model for coding?
Claude Haiku 4.5, at roughly $1 per million input tokens and $5 per million output, is the cheapest capable coding model and more than twice as fast as larger models. Inside Cursor, the in-house Composer model is cheaper still at about $0.50 and $2.50, but it has no public API.
Is Haiku good enough for coding, or do I need Sonnet or Opus?
Haiku 4.5 handles most everyday coding well: edits, file navigation, tests, and subagents. Step up to Sonnet 4.6 for writing full features from a spec, and reserve Opus 4.8 or GPT-5.5 for planning, architecture, and hard debugging. Match the model to the difficulty of the task, not its importance.
How much cheaper is Haiku than Opus?
Haiku 4.5 is roughly five times cheaper than Opus 4.8 per token (about $1 and $5 versus $5 and $25), and faster. For routine coding where both produce correct output, using Opus means paying about five times over for quality you did not need.
Which model should I use for subagents?
Use the cheapest capable model, usually Haiku 4.5, for subagents. Subagent work is mostly exploration and file reading, which does not need a frontier model. Keeping subagents on a cheap model, and to about four at a time, is one of the easiest ways to cut cost.
How do I know which model is costing me the most?
Track your spend by model. Tokens 4 Breakfast shows your real cost per model and per project live in the Mac menu bar, so you can see whether an expensive default is quietly inflating your bill and switch routine work to a cheaper model.