compare_ai_coding_tool_costs
Compare monthly and annual cost of AI coding subscriptions (GitHub Copilot, Cursor, Claude Code/Pro/Max, OpenAI Codex) for a given team size and usage intensity, then compare the winner against pay-as-you-go API pricing for the same workload. Prices verified 2026-09.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seats | No | Number of developer seats (default 1) | |
| apiModel | No | Model id for the API baseline (default claude-4-sonnet) | |
| usageLevel | No | Usage intensity: light, standard, heavy or extreme (default standard) | |
| includeApiBaseline | No | Also compute the pay-as-you-go API cost for the same workload (default true) |