What is it
Hybrid Pricing Model is a pricing structure that combines a fixed recurring fee with variable usage-based charges, both meaningful to the bill.
The fixed component is typically a per-user seat fee, a platform access fee, or a prepaid credit pool. The variable component meters consumption on the dimension that drives the vendor’s underlying cost — tokens for LLM products, resolutions for AI support agents, bandwidth and compute for hosting platforms. Hybrid is now the default packaging for AI software because pure subscription under-prices heavy users and pure usage scares off cautious ones.
The model has been in the SaaS playbook for years, but it’s been re-popularised by the AI category where unit costs vary dramatically across customers. Cursor charges $20/month for the Pro seat plus a $20 credit pool that depletes at per-token rates. Intercom charges per-seat platform access plus $0.99 per AI resolution. Vercel layers seven separate usage meters on top of a fixed Pro plan fee. The structural difference between them is where each draws the line between fixed and metered — and how aggressively the meter ramps.
How it works
Every hybrid model picks two things:
| Dimension | Description | Example |
|---|---|---|
| Fixed component | The predictable baseline. Pays for platform access, seats, baseline support, or a prepaid pool. | Cursor: $20/mo Pro seat. Vercel: $20/seat Pro. Intercom: $39/seat Essential. |
| Variable component | The metered consumption that scales with usage. | Cursor: per-token credit depletion. Vercel: bandwidth + edge requests + functions + compute. Intercom: $0.99/AI resolution. |
The unit math depends on whether the fixed component includes a usage allowance or not. Two common patterns:
Pattern A (credit pool): Total bill = max(fixed_fee, usage_at_rate). The fixed fee pre-buys an equivalent dollar amount of usage. Cursor’s $20 = $20 of credits is the cleanest example.
Pattern B (overage): Total bill = fixed_fee + max(0, (usage − included) × rate). The fixed fee includes some usage; everything above incurs overage. Vercel’s Pro plan with included bandwidth/requests/build minutes follows this shape.
Pattern A is honest about variable cost but produces unpredictable bills. Pattern B is more familiar but obscures unit economics. Both dominate the AI software category in 2026.
Companies using this
Three companies in the current corpus use hybrid pricing, spanning AI coding (Cursor), customer support automation (Intercom), and frontend hosting (Vercel). The table below lists their structural choices side-by-side.
Patterns observed
-
Fixed component is per-seat in B2B, per-account in prosumer. Cursor and Intercom charge per seat for team plans because that’s how buyers budget. Cursor’s individual Hobby and Pro plans charge per account because there’s no team to count.
-
Variable component meters the dimension that drives vendor cost. Cursor meters tokens because tokens are what OpenAI and Anthropic charge them. Vercel meters seven dimensions because that’s what AWS charges them. Intercom meters resolutions because that’s the unit of AI agent cost they can actually quantify.
-
Free tier is becoming table stakes even for hybrid plans. Three of three companies offer either a free Hobby tier (Cursor, Vercel) or a free Fin trial (Intercom) before hitting the paid hybrid plans. PLG conversion paths are no longer optional in this category.
Counterexamples & variants
Hybrid breaks down when the variable component dominates so heavily that the fixed component becomes a token gate. The June 2025 Cursor incident is the canonical case: heavy users on the $20 Pro plan were burning through $100-$300 in credits per month with no in-product warning, effectively making the seat fee irrelevant. Cursor’s response — refunds, in-product spend caps, and 30-day advance notice on pricing changes — has become the playbook for the category.
The opposite failure mode: a hybrid where the variable component is too small to matter. Several legacy SaaS products meter “API calls” at fractions of a cent against multi-thousand-dollar contracts — the metering is theatre, not real pricing. The corpus deliberately excludes those from the “hybrid” classification, marking them as subscription instead.
What this means for buyers vs vendors
For buyers
Ask three questions of any hybrid pricing page: what’s the included quota, what’s the overage rate, and where do I see real-time consumption? A hybrid plan with vague included quotas and no in-product spending dashboard is structurally bill-shock-prone. See our thresholds and alerting guide for what good predictability looks like in procurement.
For vendors
Hybrid is the right default for any product where customer usage varies more than 3x. Below 3x, pure per-seat suffices. Above 3x, you’re either subsidizing heavy users (per-seat) or losing easy revenue (pure-usage). Done well, the model aligns vendor and buyer incentives. Done poorly, it produces churn surveys full of “the bill was a surprise.” See our introduction to usage-based pricing for the foundational framework.
| Company | Product | Pricing model | Billing units | Free tier | Verified |
|---|---|---|---|---|---|
| Cursor (Anysphere) | AI code editor | hybridseat-plus-usage | creditstokensseats | Yes | 2026-05-23 |
| Intercom | Fin AI Agent + Customer Service Suite | hybridseat-plus-usageoutcome-based | seatsresolutions | No | 2026-01-30 |
| Vercel | Frontend cloud platform | hybridseat-plus-usage | seatsbandwidth-gbedge-requests+5 | Yes | 2026-05-23 |
FAQ
What is a hybrid pricing model?
A hybrid pricing model combines a fixed recurring fee — typically a per-seat subscription or platform access charge — with variable usage-based charges that scale with consumption. Both components are meaningful to the bill; neither is a token rounding error.
How is hybrid pricing different from pure usage-based pricing?
Pure usage-based pricing has no fixed component. The customer pays only for what they consume. Hybrid keeps a fixed baseline — usually for platform access, seats, or a credit pool — and meters consumption on top. The fixed component improves revenue predictability for the vendor and budget predictability for the buyer.
When does hybrid pricing fail?
Hybrid fails when the variable component overwhelms the fixed component without warning, or when the usage unit isn't intuitive to the buyer. Cursor's June 2025 incident — where heavy users hit $1,000+ unexpected overages after a silent switch to credit-based metering — is the canonical cautionary tale.
Why have AI companies moved toward hybrid pricing?
AI inference cost varies 10-100x across customers. A flat per-seat fee subsidizes heavy users at the expense of light users. A pure usage model scares off cautious buyers who want budget predictability. Hybrid threads the needle: fixed baseline for predictability, metered overage to capture cost from power users.