break_even
Determine the daily usage hours at which API cost equals subscription price. Below that point, API is cheaper; above it, the subscription wins.
Instructions
Find the daily usage hours at which API cost equals a subscription price. Below this threshold, the API is cheaper; above it, the subscription wins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | The plan to find break-even for (e.g. 'cursor-pro', 'claude-code-pro'). | |
| model_id | No | Model to price API usage against. Default 'claude-sonnet'. | claude-sonnet |
| output_ratio | No | Fraction of tokens that are output. Default 0.35. | |
| days_per_month | No | Working days per month. Default 22. | |
| tokens_per_hour | No | Tokens consumed per hour of active use. Default 800,000. |