The three pricing models
Every AI agent platform falls into one of three pricing models in 2026, and mixing them is where most budgets go wrong.
Model 1 — Flat subscription
Claude Pro, ChatGPT Plus, Cursor Pro. A fixed monthly fee that includes a usage quota. Easy to budget, but you hit caps on heavy days. Best for operators who want cost certainty.
Model 2 — Usage-based (API)
Claude API, OpenAI API, Gemini API. You pay per 1K input and output tokens. Scales linearly with volume. Best for builders who need per-operation cost control, and for any volume above subscription caps.
Model 3 — Platform subscription + BYO LLM
n8n, Lindy, Relevance AI. You pay for the agent platform, then you plug in your own API key (Claude, OpenAI, etc.) for the actual LLM calls. Two bills, but at volume it's dramatically cheaper than bundled alternatives.
Consumer-facing subscription prices (April 2026)
| Platform | Tier | Price | Included usage |
|---|---|---|---|
| Claude (Anthropic) | Free | $0 | Heavily limited |
| Pro | $20/month | ~5x free tier | |
| Max | $100-200/month | Power user limits, priority | |
| ChatGPT (OpenAI) | Free | $0 | Limited |
| Plus | $20/month | Standard quota | |
| Pro | $200/month | Higher limits, early access | |
| Cursor | Pro | $20/month | Generous for solo use |
| Cursor | Business | $40/user/mo | Team features |
| Lindy | Pro | $49/month | 1,000 tasks |
| Lindy | Business | $199/month | 10,000 tasks |
| n8n Cloud | Starter | $24/month | 5,000 executions |
| n8n (self-hosted) | — | $5-25 VPS | Unlimited executions |
API pricing (April 2026)
API pricing changes constantly. As of this writing, per 1M tokens (input / output):
| Model | Input /1M tokens | Output /1M tokens | Use case fit |
|---|---|---|---|
| Claude Sonnet 4.6 | ~$3 | ~$15 | General agent work, balanced |
| Claude Opus 4.5 | ~$15 | ~$75 | Heavy reasoning, coding |
| Claude Haiku 4.5 | ~$1 | ~$5 | High volume light tasks |
| OpenAI GPT-5 class | ~$5 | ~$15 | General, multimodal |
| OpenAI GPT-5 mini | ~$1 | ~$3 | High volume, cost-sensitive |
| Gemini 2.5 Pro | ~$2 | ~$8 | Long context, multimodal |
Always check the provider's pricing page directly before building a cost model — these numbers shift.
Real scenarios and what they actually cost
Scenario A — Solo freelancer, occasional agent use
Claude Pro or ChatGPT Plus, nothing else. You're doing 10-50 agent interactions per day: proposal drafts, research, email help, light content work. One subscription covers everything. Don't overthink this tier.
Scenario B — Indie maker running a content/research workflow
Claude Pro ($20) + Lindy Free or Pro ($0-49) + maybe n8n Cloud Starter ($24) if you need integrations. Handles daily content pipelines, research briefs, inbox triage. Break-even vs hand-doing the work: under 2 hours saved/week at any real hourly rate.
Scenario C — Small team (3-5 people) running support + research agents
Claude Team ($25/user × 5 = $125) + Lindy Business ($199) or Relevance AI custom + shared API key on budget ($50). Team features matter here: shared workspaces, admin visibility, SSO.
Scenario D — Developer building a custom agent product
Claude API for the heavy reasoning, Haiku or GPT-5 mini for high-volume light tasks. Costs scale with actual user load. Budget $100-200 for MVP, scale from there as usage proves out.
Scenario E — High-volume automation (5k+ ops/month)
Self-hosted n8n ($10-25 VPS) + Claude API with Haiku for 80% of calls and Sonnet for the 20% that need quality ($50-200 depending on exact volume). At this volume, the math favors this stack heavily over bundled SaaS alternatives.
The hidden costs nobody lists
Hidden cost #1 — Debugging novel failures
Every agent platform will fail at some task. Budget ~30 minutes per week handling weird edge cases that took you 5 minutes last week but are now broken. This is real operator time.
Hidden cost #2 — Prompt tuning and context management
If you're serious about getting good agent output, you'll spend time building and maintaining prompt libraries and context files. 1-2 hours per week for serious users. Unpaid, but real.
Hidden cost #3 — Over-subscription
Paying for tools you thought you'd use. We've seen operators stack Claude Pro + ChatGPT Plus + Cursor Pro + Lindy Pro + Perplexity Pro + six "AI productivity" apps — total $200+/month, actual usage of most tools near zero. Audit quarterly. Kill anything that isn't clearly earning its keep.
When each pricing model wins (summary)
- Subscription wins when: volume is predictable and fits inside quota, you need cost certainty, you're a solo operator or small team.
- API wins when: volume is unpredictable or high, you're building a product that calls LLMs on behalf of your own users, you need to mix models for cost control.
- Platform + BYO API wins when: you need workflow orchestration with real volume, you want to swap models for cost optimization, you're at the scale where every cent matters.