Jake Friedberg

Is usage-based pricing becoming the norm for AI tools?

by

Hey everyone,

I've built my product around traditional SaaS pricing (monthly tiers), but I’m starting to wonder if that model is getting outdated, especially with more AI-powered and compute-heavy tools entering the market.

That shift requires real architectural changes, instrumentation, metering, billing logic, and UI changes, not just pricing tweaks. It’s something I’m starting to seriously think about for my own product.

In particular, AI usage has real COGs (every prompt costs money), and I’m seeing more platforms experimenting with usage-based models, or hybrids like “SaaS base + usage + overage.”

For those of you building AI or compute-intensive tools:

  • Are you sticking with SaaS pricing?

  • Have you considered switching to usage-based or hybrid models?

  • Is it helping or hurting conversions?

Would love to hear what others are doing and whether you're seeing buyer preferences shift, too.

1.1K views

Add a comment

Replies

Best
Prabhu M

Hybrid like Claude pro is better. Customers get both stability with subscription fee and feel right with additional usage fee. Also read Salesforce rolling back from pure usage to this hybrid model as their customers didn't like volatility of pure usage

Jonathan Song

been thinking about this a lot while building a conversational AI project. the pricing model really depends on your product architecture and user behavior patterns.

for us, we went with a hybrid approach — base subscription + usage tiers. here's why:

1. **predictability matters**: users (especially non-technical ones) hate surprise bills. a base tier gives them peace of mind

2. **real COGs alignment**: AI inference costs are real, but they vary wildly by user. some people chat casually, others go deep. usage tiers let us stay profitable without overcharging light users

3. **conversion psychology**: pure usage-based pricing creates friction at signup. people don't know what they'll spend, so they hesitate. a clear base price removes that barrier

the key insight: it's not just about covering costs — it's about perceived value and control. if users feel like they're being "metered" on every interaction, engagement drops. but if they have a generous base allowance + transparent overages, they're way more comfortable.

curious what others have found — does anyone have data on conversion rates between pure SaaS vs hybrid vs pure usage?

Emmanuel Mwangi

AI for the forseeable future will have wildly dynamic prices, if you make a Saas subscription, you will constantly be either undercut or eaten alive by provider's fees. All AI is heavily subsidized right now. That will change in the next 18mo unless some breakthrough happens in AI algorithms.

David Martín Suárez

I’ve been thinking about this a lot too. I run LovablePrompts, and I started with classic SaaS tiers, but after talking to users I kept hearing the same thing: “I don’t want another subscription.”

So I added a credit-based option. I priced the pack roughly equivalent to ~5 months of the subscription, and it immediately unlocked a different buyer segment: people who use the tool in bursts, or just hate recurring bills.

Right now it’s almost a 50/50 split between subscribers and credit-pack buyers. Subscriptions still work great for heavy users, but credits reduced friction for everyone else.

For me the takeaway is: subscriptions aren’t dead, but hybrid is becoming the default for AI tools.

Now I’m thinking about pricing again for BenchCanvas (a new side project), and it’s a good reminder that I need to get back on calls with early users and decide what model makes the most sense this time.

Joe

The market didn’t suddenly invent unpredictability because AI showed up

Umair

IMO the entire thread is overthinking this. the real question isn't SaaS vs usage-based, it's whether your users are getting enough value to pay at all. if they are, the pricing model is a rounding error. if they're not, no amount of creative billing saves you.

fwiw i'm building an open source AI video tool and went with free from day one specifically because the underlying model costs are dropping so fast that charging per-token today feels like charging per-SMS in 2008. everyone in this thread is optimizing for margins on compute that's going to be 10x cheaper in 18 months.

the hybrid crowd is probably right for B2B right now but TBH if your product is good enough that people actually use it heavily, you should want those power users - they're the ones who tell other people about you. subsidizing them with casual user margins isn't a bug, it's literally how every successful consumer product works

Albin Pollack

Great observation. The 'Seat Apocalypse' is real for agentic AI. If an agent replaces the work of 5 people, charging for 1 seat is suicide for the vendor, but charging for 5 seats feels unfair to the buyer. At my Agentfarm, we’re moving toward an 'Outcome-based' mindset. We’re exploring models where you pay for 'successful resolutions' rather than just tokens or seats. It aligns our margins with the user's ROI. Launching on PH tomorrow to see how the market reacts to this shift!

Modassir Alam

Usage-based pricing makes sense in theory, but for the end user it creates anxiety, you're always mentally calculating "how much is this costing me right now?"

Building in this space myself, and we went with a flat subscription model instead. The reason was simple, our users are freshers and students in India applying to jobs. The last thing they need is bill shock on top of job hunting stress. Predictable pricing = trust.

That said, usage-based works really well when the value per action is crystal clear - like if I save you 2 hours per job application, charging per application makes sense emotionally. The math is obvious.

I think the real question isn't usage vs subscription - it's whether users can clearly see the value they're getting per rupee/dollar spent. If yes, usage-based wins. If not, flat rate feels safer.

Umair

hybrid is winning in practice from what ive seen. pure usage based scares away customers because they cant predict their bill, and pure subscription means you either overprice for light users or lose money on heavy ones. neither is great.

what i ended up doing for my own project was a low base subscription + usage credits included + overage at a clear per-unit rate. the base covers my fixed costs, the included credits handle 80% of users comfortably, and the overage only hits power users who are already getting massive value and dont mind paying more. the key was making the overage rate visible upfront so nobody feels surprised.

the subsidized consumer pricing from anthropic and openai is a real problem for anyone building on top though. youre basically competing with your own supplier on price which is a terrible position to be in. only way out is adding enough value on top that people pay for the workflow not the tokens.

Rob Davis

I went usage based on my AI-powered MicroSaaS 3D Figurine Generator, for most of the reasons people have already mentioned here. I found it pretty easy and had Claude Code do most of the heavy lifting. It was pretty easy to setup.

I just used PayPal for processing since I had the account already laying around.