The founder's playbook for pricing an AI product so token costs never eat your margin.
In classic software you wrote the code once and served the millionth user for almost nothing. That single property is why traditional SaaS runs at 80-90% gross margin - Bessemer Venture Partners. AI products broke it. Every message your product sends re-runs a model, and that compute is a real, variable cost of goods sold that climbs in lockstep with usage. The average AI-native company now runs at just 52% gross margin, up from 41% in 2024 but a long way below the SaaS ideal - ICONIQ Growth.
Here is the trap that catches nearly everyone. You launch a flat monthly plan, it feels generous, and then your heaviest 10% of users, who drive 70-80% of all token consumption, quietly turn your best plan into a loss - Growth Unhinged. This is not a hypothetical. Sam Altman said out loud that OpenAI was losing money on its $200 ChatGPT Pro plan because "people use it much more than we expected" - Fortune. When the company that sets the token prices cannot make a flat plan work, your startup will not either.
This guide is the practical answer. It starts from the structural economics (why inference behaves like a factory input, not a fixed cost), then works upward: the live token prices you are pricing against in 2026, the five pricing models ranked by how well they protect margin, how to price on value instead of tokens, the margin-floor math that stops a power user from bankrupting you, the packaging and guardrails that make usage safe, the engineering levers that cut the cost side by an order of magnitude, the billing infrastructure that meters it, the repricing disasters to learn from, and where AI agents and near-free intelligence take all of this next. The goal is a pricing structure that survives contact with a real power user and gets more profitable as token prices fall.
Contents
- Why AI pricing breaks every SaaS rule you know
- The token economics you have to internalize first
- The five pricing models, scored
- Price the value, not the tokens
- The margin-floor math that stops a power user bankrupting you
- Packaging: credits, tiers, and the guardrails that save you
- Attack the cost side: caching, routing, batching, and the effort dial
- How to actually bill for it: metering and usage-based infrastructure
- Pricing disasters: what the repricing blowups teach you
- How AI agents rewrite the pricing rulebook
- The future: pricing when intelligence is almost free
- Your pricing decision framework
The pricing models at a glance
Before the deep sections, here is the whole decision compressed into one scored table. It ranks the five ways you can charge for an AI product by how well each one protects your margin against token costs, which is the single question this guide exists to answer. Each model is scored 0-10 on five weighted criteria, and every cell carries the evidence behind its score, not just a number. The weights reflect a first-principles ordering: margin protection and value alignment matter most because they decide whether the business is viable at all, predictability and implementation decide whether buyers and your own team can live with it, and expansion decides how far it scales.
| # | Pricing model | What it is | Margin protection (30%) | Value alignment (25%) | Buyer predictability (20%) | Implementation ease (15%) | Expansion (10%) | Final |
|---|---|---|---|---|---|---|---|---|
| 1 | Hybrid (platform fee + metered credits) | A predictable base plan plus a usage or outcome meter on top | 9 - a floor covers fixed cost while the meter caps power users; now the primary model for 48% of AI companies ( ICONIQ) | 8 - the meter tracks real consumption or outcomes above the base | 8 - predictable floor plus alerts and caps; Stripe finds 56% of AI leaders use hybrid ( Stripe) | 6 - needs both a subscription and a metering engine | 9 - expansion revenue is built in as usage grows | 8.1 |
| 2 | Outcome / agent-based | Charge per delivered result (resolved ticket, booking, recovered payment) | 7 - aligned to value but you absorb a risk premium and definition disputes | 10 - price equals the value the customer feels; captures 25-50% of value vs 10-20% for SaaS ( Lenny's Newsletter) | 6 - buyers fear unpredictable bills; 90% of CIOs cite cost forecasting as the top AI challenge ( The Pricing Conundrum) | 5 - attribution, dispute handling, and "what counts" are hard to build | 9 - revenue grows directly with outcomes delivered | 7.5 |
| 3 | Credit / token bundle | Sell an abstract currency that burns down as the product is used | 8 - prepaid credits cap exposure and you reprice by changing the credit-to-action ratio; adoption up 126% in 2025 ( Growth Unhinged) | 6 - credits abstract usage but weaken the link to felt value | 7 - prepaid gives cost control, though credit math confuses buyers | 6 - needs a wallet plus a meter | 8 - top-ups and auto-reload drive expansion | 7.0 |
| 4 | Pure usage / consumption | Pass the token or event meter straight through with a markup | 9 - price tracks COGS one for one, so margin holds by construction | 6 - tokens are not value to a buyer who only wants the result | 4 - zero budget certainty; 78% of IT leaders report surprise charges ( The Pricing Conundrum) | 6 - a meter is the only requirement | 8 - scales cleanly with volume | 6.7 |
| 5 | Per-seat / subscription | A flat price per user, the SaaS incumbent | 3 - power users torch margin; a modeled $20 seat flips to -21% under heavy use ( SaaStr) | 4 - one AI seat does the work of several, so seats mismeasure value | 10 - the most predictable bill a buyer can get | 9 - the easiest to build and sell | 4 - no usage expansion; growth needs more seats | 5.7 |
Criteria and weights: Margin protection (30%) is how well the model stops runaway token spend from erasing profit. Value alignment (25%) is how tightly the price tracks the value the customer actually receives. Buyer predictability (20%) is how confidently a customer can forecast their bill, which drives adoption. Implementation ease (15%) is how much billing and metering machinery you must build. Expansion (10%) is how naturally revenue grows as a customer gets more value. The ranking is not a verdict that hybrid is always right and per-seat is always wrong. It is a starting prior. A product with genuinely uniform, light usage per user can still price per seat safely, and a product whose value is a single crisp outcome can justify pure outcome pricing. The rest of the guide explains when to deviate.
1. Why AI pricing breaks every SaaS rule you know
The reason AI pricing feels so slippery is that the underlying cost structure changed shape, and most pricing intuition was trained on the old shape. Classic SaaS has what investors call "business gravity" pulling every company toward very high margins: the marginal cost of one more user is a rounding error, so you can give away generous flat plans and still print money at scale. AI has no such gravity. Every request re-invokes a model on expensive accelerators, and that inference is a variable cost of goods sold, paid again on the next request and the next. a16z's Martin Casado has argued for treating inference as a true COGS line, and the reported financials of the model labs themselves make the point: Anthropic reportedly trimmed its projected 2025 gross margin to around 40% after cloud inference ran roughly 23% over plan - The Information. When the people selling the tokens run 40% margins on them, a founder reselling those tokens has to be deliberate.
That single fact, inference is COGS, cascades into every pricing decision. It means your cost is coupled to behavior you do not fully control, because a curious user, an automated integration, or an agent that loops can multiply consumption without any change to your headline plan. It means your margin is not set once at launch but drifts continuously as usage patterns, model choices, and prices move underneath you. And it means the comfortable SaaS instinct, "charge a flat fee and let heavy users subsidize light ones," inverts into a liability, because in AI the heavy users are not a marketing anecdote but a structural margin leak. Sarah Wang of a16z goes so far as to call a sky-high AI gross margin an "orange flag," a hint that the AI is a thin overlay barely being used rather than doing real work - Mostly Metrics.
The practical consequence for how you apply this is a change in what you optimize. In SaaS you optimize willingness to pay and worry about cost almost never. In AI you optimize the gap between value delivered and cost incurred, and you defend that gap actively. Three habits follow from taking COGS seriously, and they recur throughout this guide.
- Meter what scales with cost. If token consumption varies wildly across customers, your price must vary with it too, or your margin will not survive the variance.
- Never sell unbounded consumption at a fixed price. A flat plan with no cap is a bet that your customers stay light, and you will lose that bet on exactly the customers you most want.
- Treat model choice as a pricing decision. The model you route a request to sets your COGS on that request, so architecture and pricing are the same conversation.
Each of these will get a full treatment later, but notice what they have in common. They all assume cost is a live variable you design around, not a fixed number you can forget. That is the whole mental shift. A founder who internalizes that inference is a factory input, priced per unit and consumed per request, will make better pricing decisions than one who keeps reaching for the SaaS playbook where the factory was free. The founders who struggle are almost always the ones still pricing as if the code, once written, serves everyone for nothing. We wrote a companion breakdown of exactly what an AI product costs to run before you charge a cent in our guide to what it costs to build an app with AI, and the punchline there is the same as here: the token meter is the business, so design for it first.
2. The token economics you have to internalize first
You cannot price against a cost you have not measured, so the first real work is to understand the shape of token pricing in 2026. The most important structural fact, the one that quietly determines most AI product bills, is that output tokens cost four to six times more than input tokens on every frontier model. Anthropic's Claude Opus 5 is $5 per million input and $25 per million output - Anthropic. OpenAI's flagship GPT-5.6 Sol is $5 in and $30 out - OpenAI. Google's Gemini 3.1 Pro is $2 in and $12 out - Google. If your feature generates long answers (writing, code, an agent that narrates its reasoning), your bill is dominated by the output side, and you should model your cost against output, not the friendlier input number that vendors put first.
The second structural fact is the enormous spread between the ceiling and the floor. Opus 5 output is $25 per million; OpenAI's GPT-5-nano output is $0.40 per million; Qwen3.5 9B served on Together is $0.25 per million - Together AI. That is a 60x to 100x range for the same unit. Most product features do not need a flagship. The winning pattern, covered in depth in section 7, is to route the boring majority of calls (classification, extraction, short replies) to a cheap or open-weight model and reserve the expensive frontier for the small fraction that genuinely needs frontier reasoning. Your margin lives on the blended cost, not the sticker price of the smartest model. The table below is the current lay of the land, and it is the number you build every pricing calculation on top of.
| Model | Input / output per 1M tokens | Best used for |
|---|---|---|
| GPT-5-nano (OpenAI) | $0.05 / $0.40 | High-volume classification, routing, extraction |
| Gemini 3.1 Flash-Lite (Google) | $0.30 / $2.50 | Cheap summarization, tagging, drafts |
| GPT-5.6 Luna (OpenAI) | $0.20 / $1.20 | Budget general-purpose work |
| Claude Haiku 4.5 (Anthropic) | $1 / $5 | Fast support answers, high-volume agents |
| Claude Sonnet 5 (Anthropic) | $2 / $10 | The everyday workhorse tier |
| Gemini 3.1 Pro (Google) | $2 / $12 | Long-context reasoning under 200K tokens |
| GPT-5.6 Sol (OpenAI) | $5 / $30 | Hard reasoning, top OpenAI tier |
| Claude Opus 5 (Anthropic) | $5 / $25 | Frontier coding and agentic reasoning |
Prices verified against each provider's live pricing page in August 2026; they change often, so treat this as a snapshot, not a constant - Anthropic pricing.
To make these numbers concrete, work an example the way the providers do. Anthropic publishes a worked case where a one-hour coding session on Claude Opus 5, consuming about 50,000 input and 15,000 output tokens, costs roughly $0.71 all in - Anthropic. The same page shows 10,000 support conversations handled on the cheaper Haiku 4.5 model coming to about $37 total. Those two figures bracket the range most products live in: a heavyweight agentic task is measured in cents to a dollar, while high-volume lightweight calls are measured in fractions of a cent each. The moment you know your product's real token profile, whether you sit closer to the dollar-a-task coding session or the thousandth-of-a-cent support reply, you can price with confidence instead of guessing, and you can see immediately which model tier your margin can actually afford.
The third fact is the one that should shape your whole attitude to price: the cost of a fixed capability is collapsing at a rate no other technology input has matched. a16z's Guido Appenzeller named this "LLMflation" and measured the cost of running a GPT-3-quality model falling from about $60 per million tokens in 2021 to $0.06 by late 2024, roughly 10x cheaper every year - Andreessen Horowitz. Epoch AI put a sharper lens on it: the price to reach a given benchmark score has fallen anywhere from 9x to 900x per year depending on the capability, and the cost to match GPT-4 on the MMLU benchmark dropped from $37.50 per million tokens in March 2023 to $0.18 by February 2025 - Epoch AI. Stanford's AI Index measured GPT-3.5-level inference falling 280-fold, from $20 to $0.07 per million tokens, in about eighteen months - Stanford HAI.
The picture below is the canonical version of this curve, from a16z's own analysis, and it is worth internalizing because it changes what "cheap" means over a product's life.
Why this matters for pricing is subtle and easy to get wrong. It does not mean your bill goes down. It means the cost of any fixed job you do today will be roughly 90% cheaper next year, which is a gift to your margin if you hold your price, and a death sentence if your only differentiation is being cheap. There are two crucial caveats. First, the frontier is sticky: GPT-4 launched at $30 in and $60 out in 2023, and the top tier today still sits around $5 in, so staying at the bleeding edge has barely fallen while yesterday's capability has collapsed - TechCrunch. Second, cheaper tokens invite far heavier use. Menlo Ventures found enterprise LLM spend more than doubled in six months, from $3.5B in late 2024 to $8.4B by mid-2025, because agentic and reasoning workloads exploded even as per-token prices fell - Menlo Ventures. This is Jevons paradox in miniature: efficiency drives consumption up, not down. The applied lesson is to price on the value you deliver, budget for rising volume even as unit costs drop, and let deflation expand your margin rather than tempt you into a price war you cannot win.
3. The five pricing models, scored
With the cost side understood, the question becomes which meter you put in front of it. AI product pricing has fractured into five recognizable models, and the money is visibly migrating between them. The scored table at the top of this guide ranks them; this section explains the reasoning and the real-world prices behind each score, because the choice is not fashion, it is a bet about which unit sits comfortably above your token cost with enough margin to survive a heavy user. The clean way to think about it is a ladder from cost-coupled to value-coupled: pure usage sits right on top of your COGS, per-seat sits farthest from it, and the interesting models live in between.
Per-seat subscription is the incumbent and it is not dead, but it is eroding fast. ICONIQ finds 58% of AI software companies still anchor on a subscription or platform fee, yet IDC projects 70% of vendors will abandon pure per-seat by 2028 as one AI-augmented seat starts doing the work of several - Automation Atlas. Pure usage sits at the opposite pole: you pass the token or event meter through with a markup, which perfectly protects margin but hands the buyer zero budget certainty, and 78% of IT leaders report unexpected charges under consumption pricing - The Pricing Conundrum. Between these poles live the three models most new AI products should actually consider.
- Credit or token bundle. You abstract usage into a currency, which smooths model-cost volatility and lets you reprice silently by changing how many credits an action costs. Salesforce Agentforce sells Flex Credits at $500 per 100,000, with a standard action costing 20 credits, or $0.10 - Constellation Research.
- Outcome or agent-based. You charge per delivered result. Intercom's Fin is the clean benchmark at $0.99 per resolution with no platform fee - Intercom Fin, while HubSpot's Breeze moved to $0.50 per resolved conversation and Salesforce charges $2 per conversation - Zendesk.
- Hybrid. A predictable platform fee plus a usage or outcome meter, which is where most of the market is landing because it hands buyers a floor while capturing upside.
The adoption data settles the "which is winning" question, and it contains a nuance that separates founders who read carefully from those who chase headlines. Yes, outcome pricing is the loud story: ICONIQ shows it jumping from 2% to 18% of companies in six months - SaaStr. But a field survey of teams actually monetizing AI found only 5% use pure outcome pricing, while 31% use hybrid and the rest lean on subscription or usage - Metronome. The gap between "outcome pricing is the future" and "almost nobody runs pure outcome pricing" is the single most useful thing to understand here. The reason is that pure outcome pricing concentrates all volatility and all definitional risk on you, the vendor, and buyers dislike unpredictability as much as vendors dislike absorbing it. Hybrid resolves the tension for both sides, which is exactly why Kyle Poyar's data shows it rising from 27% to 41% across B2B software - Growth Unhinged.
So how do you actually choose? The honest answer is that the decision follows from two properties of your product: how measurable your value is, and how much your usage varies between customers. If your value lands as a discrete, defensible outcome (a resolved ticket, a booked meeting, a recovered payment), outcome pricing captures the most value and aligns you with the customer. If usage varies wildly and outcomes are fuzzy, hybrid with metered credits keeps you safe while staying adoptable. If usage is uniform and light, a simple subscription can still work. The diagram below is the decision as a flow, and it is the one to keep on a whiteboard while you design your plans.
4. Price the value, not the tokens
The deepest mistake in AI pricing is to price your product as a token pass-through, adding a margin to your inference bill and calling it a day. It feels safe because it guarantees positive unit economics, but it quietly caps your business at the value of the tokens rather than the value of the work. The first-principles reason to reject it is that your customer does not buy tokens. They buy an outcome: a ticket resolved, a contract reviewed, a candidate sourced, a video edited. The tokens are your cost of producing that outcome, and the price should be anchored to what the outcome is worth to the customer, not to what the tokens cost you. Madhavan Ramanujam of Simon-Kucher, who has advised on pricing for hundreds of companies, argues that AI products can capture 25-50% of the value they create, versus 10-20% for legacy SaaS, precisely because the software now does the work rather than merely enabling a human to do it - Lenny's Newsletter.
That reframing changes the size of the opportunity. When a16z looked at customer support, they noted that legacy support software charged around $115 per seat per month, but when an AI resolves the ticket outright, "the natural pricing metric becomes successful outcomes," and the budget you are competing for is no longer the software-tools line but the far larger labor line - a16z. Kyle Poyar makes the same point with a concrete anchor: a $2,000 per month agent that stands in for a $60,000 per year junior employee is unlocking a headcount budget roughly 10x larger than the tools budget it would have competed for as a per-seat product - Growth Unhinged. Pricing on value is not a trick to charge more for its own sake. It is the recognition that AI moved your product from the tools budget into the labor budget, and the labor budget is where the real money is.
The founders who have shipped agent products against exactly these unit economics tend to reason this way instinctively. Yuma Heymans (@yumahey), founder of the AI workforce platform O-mega and co-founder of the autonomous recruiter HeroHunt.ai, has spent years turning raw model tokens into agent products that companies pay for by the outcome rather than the token, which is the same discipline this section is arguing for. The lesson from that kind of work is that the pricing conversation and the product conversation are the same: you decide what outcome you are accountable for, and you price that.
The following short video is the most useful single explainer of the value-capture argument, from the practitioner who quantified it. It walks through why AI products can price so differently from SaaS and how to structure the conversation with customers.
None of this means you should ignore tokens. It means tokens set your floor and value sets your ceiling, and you price in the band between them. The practical method is to compute your fully loaded cost per unit of value (the tokens, plus retries, plus context, plus tool calls, for one resolved ticket or one edited video), then price at a healthy multiple of that floor while staying well below the value the customer receives. When Intercom charges $0.99 to resolve a ticket that would have cost a human several dollars of handling time, both sides win: the customer saves money and Intercom captures a fraction of the value while paying a few cents of tokens. That is the whole game. Charge for the resolved ticket, not the tokens that resolved it, and make sure the floor holds even on your messiest, most expensive cases.
Put numbers on the band and the logic becomes obvious. If resolving a support ticket costs you perhaps three to eight cents of tokens on a cheap model, while a human agent handling the same ticket costs the customer several dollars in loaded labor, then your floor is under a dime and your ceiling is a few dollars. Pricing at $0.99, as Intercom does, captures a meaningful slice of that value, leaves the customer a large saving, and leaves you a ten-to-one margin over token cost. Contrast that with token pass-through pricing, where you would charge the customer a few cents plus a markup and leave almost all of the value on the table. The band between floor and value is where the business lives, and pricing on tokens collapses that band to nothing. The discipline is to find the value metric the customer already understands, price a fraction of it, and confirm your token floor holds even on the hard cases that cost several times the average.
Our guide to building a support agent for your site walks through what a "resolution" actually involves under the hood, which is exactly the definition you will end up billing against.
5. The margin-floor math that stops a power user bankrupting you
Value pricing sets your ceiling, but a real business needs a floor that holds under the worst customer you will actually get, and that customer is the power user. The mechanics are unforgiving. Because output tokens cost multiples of input, and because reasoning models emit long hidden "thinking" tails while agents loop through plan, tool-call, and re-read cycles, a single heavy user can consume many multiples of an average one. Kyle Poyar's data shows 70-80% of token consumption comes from about 10% of users - Growth Unhinged. On a flat plan, that 10% is not a rounding error, it is the difference between profit and loss. SemiAnalysis modeled that a $200 ChatGPT Pro plan could cost OpenAI as much as $14,000 in inference if fully used, and that OpenAI starts losing money once usage crosses about 11.4% of capacity - TechSpot. If the company setting token prices can be underwater on a flat plan, your markup will not save you.
The way margin actually leaks is worth seeing as a picture, because most founders model the average user and forget that the average is meaningless when the distribution has a fat tail. Your revenue per customer is roughly fixed by the plan, but your cost per customer is a random variable with a long right tail, and it is the tail that decides your margin. The diagram traces where a single request's cost balloons between the price you charged and the tokens you burned.
Turning that into numbers is a five-minute exercise every founder should do before setting a price, and it is more useful than any benchmark. Take your heaviest realistic user, not your average one. Estimate the tokens they consume in a month at your real blended model mix, with caching on, and multiply by the current per-million rates. Add a buffer for retries, context growth, and the fact that Anthropic's newer models emit roughly 30% more tokens for the same text under a new tokenizer, a subtle cost creep that catches people who priced against last year's token counts - Anthropic. Then make sure your lowest paid tier still clears that number with margin to spare. If it does not, your plan is a subsidy program for power users, and you either raise the price, cap the usage, or move the meter.
Here is that exercise with real numbers. Say your product answers questions over a customer's documents, and a heavy user sends 2,000 questions a month, each pulling in about 8,000 tokens of retrieved context and generating a 500-token answer. On Claude Sonnet 5 at $2 input and $10 output per million, that is roughly 16 million input tokens ($32) and 1 million output tokens ($10) before optimization, about $42 a month for that one user. Turn on prompt caching for the repeated document context and the input side falls by most of its cost, pulling the bill toward $15 to $20. If your cheapest paid plan is $29 a month, the unoptimized version loses money on this user and the optimized version barely clears, which tells you to either raise the entry price, cap the questions, or route the easy ones to Haiku. That single calculation, run against your real heaviest user rather than your average, is worth more than any benchmark, because it converts an abstract margin worry into a specific number you can design around.
This is the concrete reason AI gross margins sit where they do: ICONIQ pegs the average at 52%, with inference alone running 20-23% of total spend at scale - SaaStr. The chart below shows how far that sits below the SaaS world founders are often benchmarking against.
The how-to-apply here is a design rule, not just an accounting one. Build your plans so that the price a customer pays and the cost you incur move together at the margins. A pure flat plan violates this rule by construction, which is why so many AI products have quietly bolted a meter onto their subscription. You do not have to expose the meter as raw tokens (section 6 covers friendlier packaging), but somewhere in your pricing there must be a mechanism, a cap, an overage, a credit balance, that ties revenue to consumption for the users who consume the most. The Anthropic and OpenAI margin numbers above are not a warning that AI is a bad business. They are a warning that AI is a business where the floor has to be engineered, and where "we will figure out monetization later" means "we will discover our worst customers are our biggest losses later."
6. Packaging: credits, tiers, and the guardrails that save you
Once you accept that you need a meter, the next problem is that raw meters are hard to sell. Customers hate opening a bill they cannot predict, and "you will be charged per output token" is a sentence that kills deals. This is why credits became the packaging primitive of 2025 and 2026, with adoption up 126% in a single year - Growth Unhinged. A credit is a stable, brandable unit that sits on top of your volatile token cost. It lets a customer buy a predictable bundle, lets you reprice individual actions by changing how many credits they cost without renegotiating a contract, and lets you absorb model-cost swings behind a number that does not move. The near-universal convention is 1 credit equals $0.01, the same unit GitHub Copilot adopted when it moved to AI Credits - GitHub Blog, while Anthropic's marketplace uses Claude Consumption Units where 100 units equal $1.00 - Anthropic.
Credits solve the presentation problem, but they do not by themselves solve the margin problem. A credit system with no limits just recreates the power-user blowout in a prettier wrapper. What actually protects you is a small set of guardrails layered onto whatever meter you choose. Stripe, which now sits at the center of AI billing after acquiring Metronome, prescribes three: usage thresholds with alerts so nobody is surprised, prepaid credits so the customer funds consumption before it happens, and hard rate limits and caps so a runaway query or a misbehaving integration cannot generate an unbounded bill - Stripe. These are the price fences that stop the 10% from eating the 90%, and they are the difference between usage pricing that scales and usage pricing that produces an angry support ticket and a chargeback.
- Alerts and thresholds. Notify at 50%, 80%, and 100% of an allowance so bills are never a shock.
- Prepaid balances. Take the money first and let it burn down, which also protects you against uncollectible cards on linearly scaling compute.
- Hard caps and rate limits. Put a ceiling on spend per user per period, with an explicit upgrade path when they hit it.
The reason these guardrails matter more in AI than in any prior software category is that the downside is unbounded and fast. A traditional SaaS overage might be an extra seat. An AI overage can be a script that loops a frontier model ten thousand times overnight. The prepaid-plus-cap pattern turns that from an existential risk into a stopped meter and a prompt to buy more, which is exactly the behavior you want. It is worth being honest that credits are not a permanent answer. Metronome calls them a "transitional architecture" priced at a 30-50% cost-plus markup, useful while the market matures toward clearer value metrics - Metronome. But transitional is not the same as wrong, and for most founders shipping today, credits with guardrails are the most practical way to make metered pricing feel safe to a buyer while keeping your margin intact.
Designing the credit economy itself takes a little care. The credit-to-action ratio is your hidden price lever: if a standard action costs 10 credits at a penny each, you are charging a dime, and you can reprice that action to 12 credits overnight without touching a contract or a plan page. Set the ratio so that even your most token-hungry action still clears your margin floor after caching and routing, then leave headroom so that a future frontier model with a higher cost does not immediately put you underwater. Decide deliberately whether credits expire, since expiry protects your forecasting but annoys buyers who feel they lost what they paid for, and whether unused credits roll over, which is friendlier but complicates revenue recognition. These are small decisions with large consequences, because the credit system is exactly where your margin defense and your customer's sense of fairness meet.
This is also where the build-versus-buy question first appears, because credits, wallets, meters, and caps are real engineering. Some founders wire it themselves on top of Stripe, some adopt a metering vendor (section 8), and some let an autonomous platform stand up the whole billing surface for them. Founden, for instance, builds and operates a complete company from a single description, including the app, the billing, the credit ledger, and the admin, so the packaging machinery this section describes is generated rather than hand-built. That is one option among several; the point for now is that packaging is not just a pricing decision, it is an infrastructure decision, and you should know which parts you intend to build. Our deeper look at the AI-native company tech stack lays out where billing sits in a modern stack you can run for a few hundred dollars a month.
7. Attack the cost side: caching, routing, batching, and the effort dial
Pricing is only half the equation. The other half is driving your actual token cost down so the gap between price and COGS widens, and this is where a lot of margin is won or lost invisibly. The good news is that the two largest discounts are structural, not negotiated, and available to anyone. Prompt caching drops repeated input (a long system prompt, a document, few-shot examples) to a fraction of the base price: on Anthropic a cache read costs 0.1x the input price, a 90% discount on the cached portion - Anthropic. The Batch API halves both input and output for anything you can process asynchronously, a flat 50% off - OpenAI. A retrieval or support product that resends the same context on every call without caching is leaving most of its input bill on the table. The rule that follows is blunt: design for caching and batching before you design your price, because they change what your real COGS is.
Beyond the structural discounts, the highest-leverage tactic is model routing: sending each request to the cheapest model that can handle it rather than defaulting everything to a flagship. Given the 60x to 100x spread between the floor and the ceiling documented in section 2, routing is often the single biggest cost lever a product has. The pattern is to classify each request and dispatch the boring majority (short answers, extraction, formatting) to a cheap or open-weight model, escalating to a frontier model only when the task genuinely needs it. Be honest about the size of the win: independent benchmarking puts realistic routing savings near 35% at under 2% accuracy loss, well below the 80-98% that router vendors advertise - Digital Applied. Academic cascades such as FrugalGPT have reached far higher ceilings in controlled tests, but 35% is the honest production number, and even that is large because most requests never needed the expensive model - arXiv. We wrote a full playbook on this in cut AI agent costs with model routing, and a companion piece on the related lever of dialing down reasoning effort so a model does not "overthink" a simple task in set the effort dial to cut AI costs. Choosing which model anchors each tier is its own decision, which we break down in Claude Opus 5 vs Sonnet 5 and GPT-5.6 Sol vs Terra vs Luna.
The cost-control levers stack, and the right way to see them is as a layered stack sitting under your product, each layer shaving cost before the request ever hits an expensive token. The diagram groups the levers you control (how you call the model) against the meter you then price above, which is the whole point: the lower your real cost, the more room your price has.
The savings are large enough to change a business, which is why this belongs in a pricing guide and not only an engineering one. Two further levers stack on top. Semantic caching returns a stored answer when a new query is close enough to a past one, cutting API calls by 60-69% on repetitive traffic - arXiv. Prompt compression tools such as LLMLingua prune low-information tokens for up to 20x smaller prompts with minimal quality loss - Microsoft Research. The chart below shows the order-of-magnitude reductions available from the main levers, and the practical takeaway is that a founder who applies caching, batching, and routing together can operate at a fraction of the naive per-call cost their competitor pays. That difference shows up directly as margin or as a lower price you can afford to offer. The failure mode to avoid is treating cost control as a later optimization. If you price against your naive, unoptimized cost, you will either price too high and lose deals or price low and lose money; if you price against a realistically optimized cost, you get room to do both well. It is also worth watching the cost drivers that quietly work against you: reasoning-model output priced at five times input, the tokenizer drift that adds tokens per request, long-context step-ups that roughly double the price above 200K tokens on some models, and agent tool line items such as $10 per 1,000 web searches on Anthropic - Anthropic. Optimizing cost is not a one-time project. It is a discipline you meter continuously, the same way you meter revenue.
8. How to actually bill for it: metering and usage-based infrastructure
Deciding to charge for usage is one thing; wiring up the machinery to count events, turn them into money, and collect it reliably is another, and it is where many founders stall. The 2026 story here is consolidation, and it tells you how seriously the industry now takes metered pricing. Stripe acquired the usage-based billing platform Metronome for roughly $1 billion in December 2025, with CEO Patrick Collison calling metered pricing "the native business model for the AI era" - Upstarts Media. Salesforce is buying the metering platform m3ter for the same reason, to bill Agentforce agents by consumption rather than per seat - The Next Web. When the two largest players in software billing both buy a metering company in the same quarter, the signal is unambiguous: usage billing is now table stakes, not an edge case.
The architecture you need has three layers, and understanding them makes the vendor landscape legible. First, a meter counts billable events (input tokens, output tokens, API calls, GPU-seconds). Second, a rating engine converts those events into money using your price book, with its tiers, minimums, and free allowances. Third, a credit wallet holds prepaid dollars that draw down as usage accrues, with optional auto-reload. Metronome, the engine behind OpenAI, Anthropic, Databricks, and NVIDIA billing, sits at the enterprise end and lets a company like OpenAI change prices in under an hour with no engineering work - Metronome. But you do not have to start there. The table maps the realistic options by fit and cost.
| Platform | Pricing | Best for |
|---|---|---|
| Stripe Billing (with Metronome) | 0.7% of billing volume, 100M events/mo included | Founders already on Stripe who want one system |
| Orb | Custom (contact sales) | Developer-first usage billing; used by Vercel, Replit, Perplexity |
| Lago (open source) | Free self-hosted; cloud on request | Teams who want to own the billing stack |
| Amberflo | Overage $0.075/1K events + 0.75% invoiced | Real-time metering with published tiers |
| Togai | ~0.5-0.8% of invoiced volume, no flat fee | Pre-revenue founders who want near-zero fixed cost |
| Paddle (Merchant of Record) | 5% + $0.50 per transaction | Early global sellers who want tax handled for them |
The counterweight to include in your decision is that metering fees stack on top of payment processing, so a metering vendor's 0.7% sits on top of Stripe's 2.9% plus $0.30 card fee, and a Merchant of Record like Paddle at 5% plus $0.50 can dwarf a flat platform fee once volume scales, in exchange for taking global sales tax and compliance off your plate. The right choice depends on stage: a pre-revenue founder benefits from Togai or Lago's near-zero fixed cost, a global consumer product may accept Paddle's take rate to avoid tax headaches, and a company already deep in Stripe often just turns on its usage features. Whatever you pick, the credit convention (1 credit equals $0.01) and the prepaid-wallet pattern from section 6 are what you implement on top. If you would rather not assemble this yourself, our comparison of the best payment platforms for your business goes deeper on the processing layer, and our roundup of the top integrations for your online business covers how billing connects to the rest of your stack.
The practical build sequence matters as much as the vendor choice. You instrument your product to emit a billable event on every model call (or every completed unit of work), pipe those events into a meter that aggregates them per customer, attach a price book that turns aggregated usage into a running charge, and expose that running total to the customer in real time so nobody is surprised at month end. The reason the incumbents paid up for metering companies is that this pipeline is deceptively hard at scale: events arrive out of order, prices change mid-cycle, customers dispute counts, and a single dropped event is lost revenue. Metronome's whole pitch is that it survived that scale, running billing for the largest AI companies and letting them reprice in under an hour, which is agility a founder editing a hard-coded price in application logic will never have. If you are early, the honest move is to start with the simplest thing that meters accurately, then graduate to a dedicated engine once usage volume and pricing complexity justify the fee.
The following conversation between a16z and Metronome's CEO is the clearest short articulation of why the industry moved from pricing per user to pricing per unit of work, and it is worth watching if you are weighing how aggressively to meter.
9. Pricing disasters: what the repricing blowups teach you
Nothing teaches pricing like watching well-funded companies get it wrong in public, and the last two years have offered a masterclass. The clearest cautionary tale is Cursor, the AI coding tool, which in June 2025 replaced its flat plan's generous allowance with "$20 worth of usage billed at API rates," so heavy users hit a wall and faced surprise charges once the allowance ran out. The backlash was severe enough that CEO Michael Truell issued a public apology on July 4, 2025, promising refunds and blaming models that "spend more tokens per request on longer-horizon tasks" - TechCrunch. The math underneath is what forced the change: a modeled $20 seat flips to a -21% margin under an enterprise-heavy usage mix - SaaStr. The lesson is not "never offer generous plans," it is "never anchor users on economics you cannot sustain," because clawing back an expectation is far more damaging than setting the right one from the start.
The same pattern repeated across the category with almost mechanical regularity, which is what makes it a structural lesson rather than one company's misstep. Anthropic introduced weekly rate limits on Claude Code in July 2025 after a minority of users ran it "continuously in the background, 24/7," straining constrained compute - TechCrunch. Replit moved its agent to effort-based checkpoint pricing, and after launching Agent 3 in September 2025 some users reported weekly bills near $1,000 against a prior $180 to $200 per month, prompting the company to reimburse affected checkpoints - Replit. Windsurf scrapped its confusing credit system for refreshing usage quotas and met a user revolt over what felt like a roughly 4x effective price increase - Product Hunt. In every case a flat or bundled plan met the power-user tail and buckled.
The migration reached the model labs' own enterprise deals, which is the clearest sign that flat pricing for heavy AI usage is structurally over. Anthropic began stripping the bundled token allowance out of enterprise seats through late 2025 and 2026, moving to a roughly $20-per-employee base fee for platform access with every token metered on top, after finding that for some clients the seat fee was only about 20% of the real bill - The Register. GitHub Copilot made the same move for developers, shifting to usage-based AI credits in June 2026, with some agentic users reporting 10x to 50x cost jumps as real inference cost passed through - GitHub Blog. And the canonical proof sits at the very top: OpenAI's Sam Altman conceded in January 2025 that the company was losing money on its $200 ChatGPT Pro plan because usage outran expectations - TechCrunch. The founders reading this have an advantage the pioneers did not: they already know how the story ends, so they can start where these companies finished.
There is a second, quieter lesson in these episodes about the danger of overcorrecting into pricing that buyers cannot forecast. When the swing from "unlimited" to "metered" is abrupt and opaque, users experience it as a bait and switch even when the economics justify it. The takeaway is not just "meter earlier" but "meter transparently," with the alerts, caps, and predictable credits from section 6, so that a usage model feels like a fair deal rather than a hidden tax. It is also a reason to be skeptical of the loudest pricing narratives. Outcome pricing in particular is often sold as a panacea, but a Forbes analysis called it "the most expensive myth in enterprise AI," warning that defining and defending what counts as a billable "resolution" embeds a permanent risk premium the vendor ends up absorbing - Forbes. The disasters were not caused by choosing the wrong model in the abstract. They were caused by pricing against hope: hope that users would stay light, hope that costs would fall fast enough, hope that a clean outcome definition would hold up. The antidote is to price against the worst realistic case and let good news be upside.
10. How AI agents rewrite the pricing rulebook
Everything so far assumed a human on the other end consuming tokens at human speed. Agents break that assumption, and they break it hard, which is why agentic products force the pricing questions in this guide to their logical conclusion. An agent does not send one message and wait. It plans, calls tools, reads files, re-feeds accumulated context, and loops, so a single agentic task can fire ten or twenty model calls and consume many multiples of a chat turn. That is the mechanism behind the Jevons effect from section 2: cheaper tokens did not lower bills because agents arrived to consume the savings. For a founder, this means the power-user problem is not an edge case in an agentic product, it is the default case, because every task is a power user. Pricing an agent per seat is close to malpractice, which is exactly why the market moved so fast toward per-action, per-workflow, and per-outcome models for agents specifically - Growth Unhinged.
The choice among the agent-specific meters is a trade-off between how measurable the work is and how much risk you carry. Per-action pricing (a fixed charge per tool call, per document processed, per message) is the easiest to meter and the closest to your token cost, so your margin is safe, but it charges for effort rather than results and a buyer can feel nickel-and-dimed. Per-workflow pricing bundles a whole multi-step task into one price, which reads cleanly to a buyer, but it exposes you to margin risk when a workflow loops more than expected, and standardized workflows invite competitors to undercut you. Per-outcome pricing aligns you perfectly with the customer's value but hands you all the definitional and volatility risk, which is why so few products run it in pure form. Most agent products end up per-action or per-workflow underneath, wrapped in a platform fee, and reserve pure outcome pricing for the narrow cases where the outcome is crisp, high-value, and hard to dispute.
Agents also change who is buying, and this is the more structural shift. As commerce opens up to machine buyers, your customer may itself be an agent comparing options and transacting on a human's behalf, which rewards clean, machine-readable, outcome-priced offers over opaque human-oriented plans. The pricing implication is that your offer needs to be legible to an agent: a clear unit, a clear price, a clear outcome, with none of the "contact sales" friction that a human tolerates and a machine simply routes around. This is a genuinely new surface, and we mapped how to prepare a business for it in sell to AI agents. The first-principles point is that agent buyers optimize ruthlessly on price-per-outcome, so a value-aligned, transparent price is not just cleaner for humans, it is what wins the machine-mediated purchase.
Pricing per outcome for agents is powerful but carries the definitional risk the disasters section warned about, and agents make that risk sharper because they operate at volume and at speed. If you charge per resolved ticket and an agent resolves ten thousand overnight, a fuzzy definition of "resolved" becomes a ten-thousand-line billing dispute rather than a conversation. The mitigations are the same guardrails, applied with more rigor: a crisp, contractual definition of the billable outcome, caps that bound spend per period, and prepaid balances that make the customer fund consumption before an agent runs away with it. The founders who will win agentic pricing are the ones who treat the outcome definition as a first-class product decision, tested against adversarial usage, rather than a marketing phrase. If you are building a business where agents do the work end to end, our guides to hiring an AI workforce to run your company and the autonomous business go deeper on the operating model that sits behind agent pricing.
11. The future: pricing when intelligence is almost free
Project the curves forward and the strategic picture sharpens. If the cost of a fixed capability keeps falling at anything like the historical 10x per year, then whatever a feature costs you today, it costs almost nothing in a few years - Andreessen Horowitz. Naively that sounds like a race to zero, where nobody can charge for anything because the underlying intelligence is free. The first-principles reason that conclusion is wrong is the same reason it was wrong for compute, bandwidth, and storage, which all fell just as dramatically: when an input becomes cheap, the businesses that use that input to deliver valuable outcomes flourish, because value migrates from the commodity input to the applied output. The labs win the token layer, but every cheap token gets multiplied into far more valuable outcomes by the companies that combine it with domain expertise, workflow, data, and customer relationships. Cheap intelligence is an opportunity for anyone selling outcomes and a threat only to anyone selling the raw intelligence itself.
That framing resolves the apparent paradox of falling prices and rising bills. Per-token prices fall, but consumption rises faster as the newly cheap intelligence gets applied to more and larger jobs, which is why enterprise AI spend tripled to $37B in 2025 even as unit prices collapsed - Menlo Ventures. For your pricing, the implication is to anchor on value and treat the falling cost as expanding margin rather than a reason to cut price. Kyle Poyar makes the sharp version of this point: a current flagship output token still runs around $10 to $30 per million, roughly where the frontier sat in early 2024, because "nobody wants yesterday's newspaper" and users always demand the newest, priciest model - Growth Unhinged. The frontier stays expensive even as the commodity floor drops, so if you always ship the newest model your COGS barely falls, while if you sell a fixed outcome your margin quietly expands underneath you. Both facts argue for the same move: price the outcome, hold the line, and let deflation be your friend.
The log-scale version of the a16z curve below makes the two-speed reality visible: the commodity tier plunges while the higher-quality frontier tier sits above it, both falling but from very different starting heights.
The furthest-out implication is that pricing itself becomes something an autonomous system runs rather than a spreadsheet a founder revisits quarterly. When the entire business (the product, the billing, the model routing, the margin monitoring) is operated by AI, price can be set and adjusted continuously against live cost and value data rather than annually against a hunch. This is the direction platforms that build and run whole companies are heading, and it is part of why the solo founder can now operate at a scale that used to require a team, a theme we explored in the rise of the solopreneur. The founder's job shifts from setting a price to designing the policy that sets prices: the margin floor, the value metric, the guardrails, and the rule for how price responds as costs fall. Get that policy right and the system defends your margin around the clock. For the broader arc of where AI is taking company-building, our guide to how to start a company in 2026 sets the wider context this pricing discipline sits inside.
12. Your pricing decision framework
Pulling the whole guide into a decision, the sequence is the same for almost every AI product, and it is deliberately ordered so that the cost side is understood before the price side is set. Start by measuring your fully loaded cost per unit of value, the tokens plus retries plus context plus tool calls for one resolved ticket, one edited video, one sourced candidate, computed at your real blended model mix with caching and batching on. That number is your floor, and it is almost always lower than your naive per-call cost, which is why the cost-control work in section 7 comes before pricing rather than after. Then identify the value metric the customer actually feels, the outcome they would happily pay for, and confirm it is measurable and defensible enough to price against. The band between that floor and that value is where your price lives.
With the floor and ceiling known, choose the model that fits your value's measurability and your usage variance, using the scored table and decision tree from section 3. In practice most products land on hybrid: a predictable platform fee that covers baseline cost plus a metered or outcome component that captures upside and caps the power-user tail. Package the variable part as credits so it is legible to buyers, and wrap the whole thing in the three guardrails, alerts, prepaid balances, and hard caps, so no single user or agent can generate an unbounded bill. This is not the exciting part of building an AI product, but it is the part that decides whether the product is a business, and it is worth as much founder attention as the model choice or the feature set.
- Measure the floor. Loaded cost per unit of value at your optimized, blended model cost.
- Find the value metric. The outcome the customer pays for, measurable and defensible.
- Pick the model. Usually hybrid; outcome if value is a clean result, subscription only if usage is genuinely uniform.
- Package and fence it. Credits for legibility, plus alerts, prepaid balances, and hard caps.
Finally, treat pricing as a living system, not a launch decision. Token prices move monthly, your model mix evolves, your usage distribution shifts as you grow, and each change moves your margin. The founders who win are the ones who meter margin as closely as they meter revenue and adjust deliberately as costs fall, letting deflation widen the gap between price and cost rather than collapsing their price into it. If assembling all of this by hand is not where you want to spend your time, autonomous company builders such as Founden can generate the app, the billing, the credit ledger, and the admin from a single description, which turns much of this framework from a build project into a configuration choice. However you get there, the discipline is the same: know your floor, price the value, fence the downside, and let the falling cost of intelligence quietly compound into margin. That is how you price an AI product to beat token costs, not just this year, but as the whole cost curve keeps bending down beneath you. For a wider tour of the tools and disciplines this sits alongside, our guide to building software with AI is the natural next read.
This guide reflects the AI pricing landscape as of August 2026. Token prices, model names, and pricing models change frequently in this market, so verify current details on providers' own pricing pages before making decisions.