21 ChatGPT prompts for SaaS founders to design usage-based pricing tiers
If you sell to other businesses, your flat-fee tier is bleeding expansion revenue you don’t even see. In 2026, the fastest-growing SaaS companies run hybrid pricing: a flat base plus metered usage, packaged in a way buyers can predict. This guide hands you 21 ChatGPT prompts for usage-based pricing tiers, each one tested against how real teams at Stripe, OpenAI, Twilio, and Snowflake actually package, meter, and price consumption.
I’m writing this for the founder who is tired of guessing. You’ll get the prompts, the reasoning, example outputs, and the small tactical tricks that turn a decent price page into a money-printing tier ladder. No fluff. No “delve into.” Just the playbook.
Pull quote: “Across the more than 50 AI companies Metronome cataloged in its 2026 Pricing Index, singular pricing models are the minority - hybrid is the norm.” - Will Watters, Metronome blog, April 2, 2026
Why flat-fee is dying in 2026
A flat monthly fee ties your revenue to a number you set on a Tuesday afternoon in 2022. It ignores the customer who used your API twice yesterday and the one who hit it 80,000 times. Both pay the same. That’s not pricing. That’s a coupon.
Three forces pushed the industry past flat-fee in 2025 and 2026:
- AI inference cost is variable. Lago’s 2025 analysis of usage-based pricing puts it plainly: when a single customer could theoretically bankrupt you on inference, charging by the token is a survival strategy, not a marketing choice (getlago.com/blog/usage-based-pricing, April 11, 2025).
- Hybrid is the new default. Metronome’s Pricing Index, which catalogs 50+ AI products as of April 2026, found that “the majority of AI companies we’ve analyzed use some form of hybrid structure, combining subscription tiers with usage-based elements, credit pools, or consumption-based overages” (metronome.com/blog/2026-trends-from-cataloging-50-ai-pricing-models, April 2, 2026).
- Stripe bought the rails. Stripe’s docs now route new usage-based billing integrations to Metronome, which it acquired in January 2026. “Metronome is now part of Stripe,” the Stripe billing documentation states directly (docs.stripe.com/billing/subscriptions/usage-based). When the largest payments company absorbs a usage-billing vendor, you can bet the contract structures are shifting.
Add it up and you have a market where a flat SaaS price page looks increasingly like a 2018 iPhone page: technically functional, quietly out of date.
The 3-pillar usage-based pricing model
Before we touch a prompt, I want to anchor what “usage-based pricing” actually means. There are three pillars. Get all three right or none of it works.
Pillar 1 - A billable metric that maps to value. Lago’s 2025 guide is explicit: “The metric you charge for needs to align with how your product creates value for customers” (getlago.com/blog/usage-based-pricing). Twilio sells messages, Stripe sells transactions, Snowflake sells compute-seconds. Your job is to find the unit that makes the buyer think, “yes, more of that means more of what I want.”
Pillar 2 - Predictability for the buyer. Metronome’s 2026 pricing research found that companies struggling with usage anxiety tend to switch toward credit pools and fixed monthly caps. Windsurf “replaced a credit-based system with fixed usage quotas across a tier structure” precisely because of user feedback on cost predictability (metronome.com/blog/2026-trends-from-cataloging-50-ai-pricing-models). A pure pay-per-event model is honest, but for many buyers it’s scary.
Pillar 3 - Cash flow you can sleep on. Lago flags the trap clearly: “If you have recurring costs but your revenue is variable, you might end up in a capital crunch” (getlago.com/blog/usage-based-pricing). Subscription base fees and committed-spend tiers smooth this out. That’s why hybrid wins.
OpenView Partners’ Usage-based Pricing Playbook argues exactly this structure for any SaaS founder who wants to grow without launching a sales call every time a customer has a good quarter (openviewpartners.com/blog/usage-based-pricing-playbook-3/).
Now, the prompts.
SECTION 1: Cost-of-goods & unit-economics prompts (Prompts 1–3)
These three prompts force you to face the math before you write a single word of pricing copy. If your cost curve is wrong, no amount of copy will save you.
Prompt 1 - Map every cost to a usage event
Purpose: Most founders price based on competitor benchmarks, not their own COGS. This prompt builds a one-to-one map between a usage event the customer takes and the cost you pay to deliver it. Without this map, every other prompt in this guide is guesswork.
You are a SaaS unit-economics analyst.
Here is my product context:
- Product: [NAME, 1-line description]
- Tech stack: [e.g., Postgres + LLM API + S3 + GPU workers]
- Customer job to be done: [the thing they came to do]
- Current pricing: [paste current tiers or "we don't have any yet"]
Do the following:
1. List every backend action a customer can take that costs me money
(e.g., 1 vector search = $X, 1 LLM call = $Y, 1 GB storage = $Z).
Include both variable cost (per-event) and fixed cost (per-customer overhead).
2. Bucket each action into one of three roles:
(a) VALUE UNIT - the action whose quantity most closely tracks the
customer's perceived value
(b) COST UNIT - the action that costs me a lot but the customer barely notices
(c) NOISE - actions that are basically free and shouldn't be priced
3. Recommend the single VALUE UNIT I should anchor my pricing on.
Explain in 2 sentences why a buyer would agree it's fair.
4. Give me a 3-tier COGS table:
Tier 1 (Hobby): assumed monthly usage mix, total COGS, gross margin %
Tier 2 (Pro): assumed monthly usage mix, total COGS, gross margin %
Tier 3 (Scale): assumed monthly usage mix, total COGS, gross margin %
5. Flag any tier where gross margin drops below 60%. Tell me which
usage line item is the killer and how to fix it
(volume discount, cache, rate limit, model downgrade).
Output as clean markdown. No preamble.
Example output (truncated):
VALUE UNIT: “1,000 tokens processed.” Customer perceives value in the volume and quality of text their team gets back. Perceived spend tracks the perceived output.
Tier 2 (Pro) - 8M tokens/mo, 40K vector searches, 12 GB storage. Total COGS: $48. Suggested price: $199. Gross margin: 76%.
Margin killer flag: vector search is 41% of COGS at this tier. Add a pgvector HNSW index and a 24-hour embedding cache.
Pro tips for use:
- Run this before you set list prices. The output becomes the floor.
- If the VALUE UNIT is wrong, every other prompt fails. Push back on ChatGPT if it suggests something like “users” or “projects” - those are vanity metrics.
- Revisit this prompt every quarter. Inference pricing on frontier models is dropping fast.
Prompt 2 - Build a price-elasticity guess from a thin dataset
Purpose: You don’t have a thousand customers yet. You have twenty. This prompt makes ChatGPT reason about elasticity from the few data points you do have, plus public benchmarks.
Act as a SaaS pricing strategist who has studied OpenView's
Usage-based Pricing Playbook and Kyle Poyar's OpenView Growth
content on usage-based pricing.
Inputs about my product:
- Current ARPU: $[X]
- Current logo count: [N]
- Top 3 reasons customers churn (from my last 10 exit interviews): [list]
- Top 3 reasons customers expand (from my last 10 QBRs): [list]
- Billable metric I'm considering: [e.g., API calls, seats + tokens, GB stored]
Do the following:
1. Estimate my current price elasticity of demand.
Use a simple model: a 10% price increase should not push monthly
churn above [X]%. State your assumption.
2. Compare my metric to the 4 archetypes below. Pick the closest:
(a) Infrastructure / API (Twilio, Stripe, Snowflake)
(b) AI token-based (OpenAI, Anthropic, Cursor)
(c) Hybrid subscription + usage (Notion AI, HubSpot credits)
(d) Per-seat (Slack, Linear, Figma legacy)
3. For my chosen archetype, give me:
- Typical monthly churn range
- Typical net revenue retention range
- Typical ACV range
Source: industry knowledge of 2024–2026 benchmarks.
4. Recommend whether I should bias my pricing toward
(a) more usage capture, or
(b) more subscription predictability.
Pick one. Defend it in 3 sentences.
5. Give me 3 quick "elasticity tests" I can run in 14 days without
breaking trust with existing customers.
Output as markdown. Be specific. No filler.
Example output (truncated):
Archetype match: (b) AI token-based. Your customers are paying for output, not access.
Bias recommendation: (a) more usage capture. Why: at $X ARPU with a per-seat shape, you’re leaving 3–4x expansion on the table if heavy users aren’t paying their fair share.
Elasticity test 1: Add a usage line item, keep the seat price flat for existing customers for 90 days.
Pro tips for use:
- Replace “current ARPU” with “average monthly bill” if you’re already on hybrid pricing.
- This prompt is a thinking aid, not a calculator. Use it to pressure-test, not to publish.
- The 14-day elasticity tests are the most valuable part. Run them.
Prompt 3 - Stress-test the unit price against three personas
Purpose: A unit price that works for an indie hacker will bankrupt a Fortune 500. This prompt forces the model to think across three buyer personas before you commit.
You are my pricing copilot.
My product: [NAME] charges $[X] per [BILLABLE UNIT]. Current tiers:
[paste tiers].
For each persona below, answer:
1. What would their monthly bill look like at "normal" usage?
2. What would it look like at "heavy" usage (top 10% of this persona)?
3. Is the bill predictable enough that a procurement team can sign
without a custom quote? (yes / no + why)
4. Where does the bill become painful enough that they churn or
downgrade?
Personas:
A. Solo developer / indie hacker
- 1 user
- Uses the product for side projects
- Tolerates some price uncertainty
B. Growth-stage startup (20–100 employees)
- 5–20 active users
- Has a budget owner who reviews SaaS bills monthly
- Will not tolerate surprise overages
C. Mid-market / enterprise (500+ employees)
- 50+ users
- Procurement, legal, security review
- Wants committed spend, ramp deals, custom invoicing
Then give me a "persona risk score" 1–10 for each. 10 = billing
chaos is likely.
Output as a markdown table plus a 4-bullet recommendation.
Example output (truncated):
Persona Normal bill Heavy bill Predictable? Risk score A. Solo dev $19 $80 Yes 2 B. Growth startup $450 $3,200 No 7 C. Mid-market $4,000 $28,000 No 9 Recommendation: hard-cap Growth startup at $1,500/mo with soft alerts; for mid-market, push committed-spend contracts (not the public rate card).
Pro tips for use:
- If the “heavy” bill on persona B is more than 4x the “normal” bill, your tiers are too generous. Tighten.
- Persona C risk score above 7 means you need an enterprise contract track separate from the public pricing page. Most early-stage founders skip this and lose deals they should win.
SECTION 2: Meter & event design prompts (Prompts 4–7)
These prompts get you out of the marketing layer and into the engineering layer. Meters are events. Events are code. Get the data model wrong and you ship a pricing page that doesn’t match invoices.
Prompt 4 - Pick the right primitive for your billing system
Purpose: Stripe, Metronome, Orb, Lago, Maxio, and Stigg all do usage-based billing. They are not interchangeable. This prompt helps you match your scale and complexity to the right tool.
You are a billing-architecture consultant who has shipped
production usage-based billing on Stripe, Metronome, Orb, and Lago.
My context:
- Product: [NAME, 1-line]
- Events per customer per month: [estimate low / high]
- Pricing shapes I need: [e.g., tiered volume, tiered graduated,
package + overage, credit burndown, committed spend with overage]
- Team: [X engineers, Y of them backend]
- Cloud: [AWS / GCP / Vercel / etc.]
- Compliance: [SOC 2? HIPAA? PCI?]
Do the following:
1. Recommend ONE primary billing platform. State the platform name
and the single most important reason.
2. List 3 things it does well for my use case.
3. List 2 things it does poorly that I should work around
(e.g., "no native credit burndown" - workaround = custom ledger).
4. Suggest 1 secondary tool only if it fills a real gap
(e.g., ChartMogul for revenue analytics, Stigg for entitlements,
Togai for multi-entity billing, Maxio for ASC 606 finance close).
5. Sketch the data flow:
[my backend] → [metering layer] → [billing platform] → [invoice]
Name each box with a concrete tool or service.
Format as markdown. No fluff.
Example output (truncated):
Primary: Metronome (now part of Stripe). It handles real-time usage visibility, prepaid credits, dimensional pricing, and enterprise ramp schedules natively.
Workaround 1: Metronome has limited Connect support. If you bill on behalf of partners, don’t put that flow through Metronome.
Data flow: API → Segment (or custom event bus) → Metronome → Stripe Invoicing → NetSuite (or Maxio) for revenue recognition.
Pro tips for use:
- Resend, the email API company, publishes its full tier+overage pricing publicly. It’s a good shape to study (resend.com/pricing). Notice how the rate per 1,000 emails drops as you move up the Scale ladder.
- If you picked Metronome, you’ll be on a usage-based platform that Stripe itself now recommends. That’s a real signal, not marketing.
- Don’t over-engineer. Most sub-$5M ARR SaaS can run on Metronome or Orb with one engineer.
Prompt 5 - Design the meter event schema
Purpose: A meter event is the data structure your backend emits every time a customer does something billable. The shape of that event is the shape of your pricing model.
You are a backend engineer who has built event pipelines
for usage-based billing on Stripe and Metronome.
I bill customers per [BILLABLE UNIT, e.g., "1,000 tokens processed"].
Design a meter event JSON schema. Include:
1. The exact event payload (field name, type, example value).
Required fields:
- customer identifier
- event timestamp (ISO 8601, UTC)
- event id (idempotency key)
- the billable quantity
- the unit of measure
- optional metadata for grouping (workspace, model, region, plan)
2. Idempotency rules: what happens if the same event id
arrives twice? Explain in 2 sentences.
3. Aggregation rules: how do we sum events into an invoice line?
(sum, max, last-write-wins, unique count)
4. Late-arriving events: how do we handle events that arrive
30+ days after they occurred? (Stripe and Metronome handle this
differently - pick one and justify.)
5. A 5-line code snippet in [LANGUAGE OF CHOICE] that
emits a valid event.
Output as a markdown code block. Be specific.
Example output (truncated):
{
"event_id": "evt_01HX8...",
"customer_id": "cus_abc123",
"timestamp": "2026-06-11T10:32:11Z",
"metric": "tokens_processed",
"quantity": 1840,
"metadata": {
"workspace_id": "ws_42",
"model": "gpt-4o-mini",
"region": "us-east-1"
}
}
Pro tips for use:
- Idempotency is non-negotiable. If your retried event inflates a customer’s bill, you will be the villain in a tweet.
- Stripe’s Metronome docs say “real-time usage visibility” is the headline feature (docs.stripe.com/billing/subscriptions/usage-based). To get that, you need events flowing continuously, not batched once a day.
- Add a
metadatafield even if you think you won’t use it. Future-you will.
Prompt 6 - Catch the “gamer” events before they cost you
Purpose: Some customers will try to game your meter. Some will do it accidentally by spamming your API. Either way, you need a guardrail.
I'm building usage-based pricing for [PRODUCT]. The billable
metric is [BILLABLE UNIT].
Generate a list of:
1. The 5 most likely ways a customer could game this meter
(deliberate or accidental). Examples: looping webhook calls,
re-uploading the same file, retry storms, idle clients that
keep polling, dev environments sending prod traffic.
2. For each, the detection signal I should monitor
(e.g., "events per customer per minute > 3 sigma above
cohort median").
3. For each, the right response
(silent rate limit, hard 429, soft alert email, plan upgrade
prompt). Be specific.
4. The 1 line in my Terms of Service that should cover this
(plain English, 2 sentences max).
5. A 1-paragraph postmortem template I'll use the first time
a customer does get a surprise bill.
Output as markdown.
Example output (truncated):
Gamer signal 1: a single API key emitting > 5x the cohort median event rate. Likely cause: forgot to turn off a CI job.
Response: rate-limit at 1.5x the median, email the workspace owner with a usage graph, do not silently drop events.
Pro tips for use:
- Lago’s 2025 guide notes that “if your customers have no idea how much of something they might use, they’re much less likely to sign up for a paid plan” (getlago.com/blog/usage-based-pricing). Gamer events are a symptom of that confusion.
- The 1-line ToS is worth more than the detection signals. Surprise bills are a legal problem first and a product problem second.
Prompt 7 - Design a real-time usage dashboard your customers trust
Purpose: The single biggest reason customers churn on usage-based pricing is a bill they didn’t expect. The second biggest is a dashboard they don’t trust. Solve both.
Design a customer-facing usage dashboard for [PRODUCT].
Requirements:
- Updates in real time (or within 60 seconds of an event).
- Shows 4 things on the first screen:
1) Current period usage (with a progress bar to the cap)
2) Projected end-of-period cost (simple linear projection)
3) Historical trend (last 6 periods, sparkline)
4) A clear "what happens if I exceed" message
- Works on mobile and desktop.
- Includes an alert system with 3 thresholds
(e.g., 50%, 80%, 100% of included usage).
For each section, give me:
- The exact headline copy
- The data field it reads from
- A 1-sentence design note
Then list the 3 most important accessibility
checks (color contrast, screen reader labels, keyboard nav).
Output as markdown. No code, but be precise enough that
a designer could mock it in 30 minutes.
Example output (truncated):
Section 1 - headline copy: “You’ve used 72% of your June allowance. At this pace, you’ll hit the cap in 8 days.”
Data field:
usage.period_percentandusage.days_remaining.Design note: never show raw event counts on the first screen. Show the percentage, the projection, and the dollar number.
Pro tips for use:
- Resend’s pricing page is a great external reference for the “what happens if I exceed” copy. Look at how they phrase the overage rate on each tier (resend.com/pricing).
- The 100% threshold alert is the one that prevents churn. Send it as a heads-up email, not just a dashboard banner.
SECTION 3: Tier & bundle prompts (Prompts 8–12)
Now we get to the page itself. These prompts shape the actual SKU ladder your buyer will see.
Prompt 8 - Generate 3 Good-Better-Best tier names and taglines
Purpose: Tier names matter. “Bronze/Silver/Gold” is dead. You need names that fit the value narrative of consumption.
I'm building 3 usage-based pricing tiers for [PRODUCT].
The billable unit is [BILLABLE UNIT]. Target buyers:
[ICP in 1 sentence].
Generate:
1. 5 candidate sets of 3 tier names each.
Each set should follow a coherent naming logic
(e.g., coffee sizes, runner paces, cloud altitudes,
kitchen sizes, music volumes). No "Bronze / Silver / Gold"
- those are dead.
2. For each tier in each set, a 4–8 word tagline that
captures the value of that tier, not the feature list.
3. For each set, a 1-sentence "why this naming works" rationale.
4. Pick the single best set. Defend it in 2 sentences.
Format as a markdown table. No emoji.
Example output (truncated):
Set Tier 1 Tier 2 Tier 3 Why it works 1. Coffee sizes Solo Team Cafeteria Familiar, but the third name is fun 2. Altitudes Ground Stratos Orbit Suggests scale without bloat 3. Tempo Largo Allegro Presto Pairs well with “ship faster” copy
Pro tips for use:
- Test tier names out loud. Say the sentence “I’d like to upgrade to the ___ plan” with each name. If it sounds weird, drop it.
- Metronome’s April 2026 Pricing Index notes that the Good-Better-Best frame is still dominant in AI, but the gates have changed from features to “consumption capacity, speed, and model access” (metronome.com/blog/2026-trends-from-cataloging-50-ai-pricing-models). Your tier names should signal what scales, not what’s unlocked.
Prompt 9 - Build a 3-tier rate card that actually makes sense
Purpose: A rate card is a small math document disguised as a marketing page. This prompt turns it into a structured output you can paste into Webflow, Framer, or your CMS.
Build a 3-tier rate card for [PRODUCT].
Inputs:
- Billable unit: [BILLABLE UNIT]
- Cost per unit: $[X] (from Prompt 1)
- Target gross margin per tier: 70%+ for Tier 1, 75%+ for Tier 2, 80%+ for Tier 3
- Competitor benchmarks:
- [Competitor A]: $[X] / [unit]
- [Competitor B]: $[X] / [unit]
- [Competitor C]: $[X] / [unit]
For each of the 3 tiers, output:
1. Tier name (from Prompt 8 winning set)
2. Monthly base subscription: $[X]
3. Included monthly usage: [Y] [BILLABLE UNIT]
4. Effective per-unit cost if all included units are used: $[X]
5. Overage rate per additional unit: $[X]
6. Annual subscription discount: [X]%
7. 3 included features only available at this tier
8. 1 line of "best for" copy
Then a "What changes if I upgrade?" comparison row for each
adjacent pair (Tier 1→2, Tier 2→3).
Output as markdown. No emoji.
Example output (truncated):
Solo Team Cafeteria Base $0 $99 $499 Included 100K tokens 1M tokens 10M tokens Effective per-1K Free $0.099 $0.049 Overage per 1K n/a $0.12 $0.07 Annual save - 16% 20%
Pro tips for use:
- Make the “effective per-unit” rate drop as you go up. That’s how Resend structures its Scale tier - the more you send, the less you pay per 1,000 emails (resend.com/pricing). It signals fairness.
- The 16–20% annual discount range is the OpenView-recommended default. Don’t go above 25% or you crush cash flow.
Prompt 10 - Design the “fair use” policy that makes the math work
Purpose: A tier with “unlimited” usage is a tier with a marketing team you can’t trust. You need a written, polite, specific fair-use clause. This prompt writes it for you.
Write a fair-use policy for the [TIER NAME] tier of [PRODUCT].
The tier includes [INCLUDED USAGE] per month.
Beyond that, overage is $[X] per [UNIT].
Generate:
1. The customer-facing policy in plain English (under 250 words).
Cover: what counts as normal use, what triggers a review,
what happens on repeated overage.
2. A 1-paragraph internal "when to actually enforce" runbook
for the support team (signal thresholds, who to escalate to,
templates for first-touch email).
3. The 3 signals that mean a customer should be moved to a
higher tier, not warned.
4. The 1 thing to never say to a customer, even if they're
clearly abusing the system.
Tone: friendly, specific, not legalistic. Output as markdown.
Example output (truncated):
Internal: if a customer’s month-over-month usage grows > 3x and they have not upgraded, send the auto-upgrade prompt at day 21 of the billing period. Do not wait for them to overage.
Pro tips for use:
- This is one of the prompts where you should NOT publish the output directly. The customer-facing policy needs a real human review. The internal runbook is gold.
- Lago’s 2025 framework makes the same point: “Customers understand and can forecast usage” is a precondition for usage-based pricing to work (getlago.com/blog/usage-based-pricing). Your fair-use policy is the document that makes that possible.
Prompt 11 - Translate a feature list into customer-language tier copy
Purpose: Most tier pages read like spec sheets. “API calls, webhooks, SSO, audit logs.” Nobody buys spec sheets.
Here is my current tier table:
[paste tier table]
Here are my 3 target buyer personas:
A. [Persona, 1 line]
B. [Persona, 1 line]
C. [Persona, 1 line]
For each tier, rewrite the "what you get" bullets so that
each bullet is in customer language, not engineering language.
Rules:
- Replace feature names with the outcome they enable.
("SSO via SAML" → "Your whole company logs in with one click")
- Add a concrete number wherever possible.
("Unlimited projects" → "Run as many projects as you want")
- Cut any bullet a buyer would not understand on first read.
- Limit each tier to 6 bullets max.
Output as 3 markdown lists.
Example output (truncated):
Team tier
- Run unlimited workspaces for every department
- Get a Slack alert the moment an integration breaks
- Bring your CFO in without paying for a separate seat
- Search across 12 months of audit history
- Plug into Okta, Azure AD, and Google Workspace in minutes
- Get a real human on chat within 4 business hours
Pro tips for use:
- The “Get a real human on chat within 4 business hours” line is more important than any feature. Buyers want to know you’re there.
- Lago’s 2025 article notes that customers “won’t bother with a usage-based pricing model that’s so complex that they don’t know what they’ll pay” (getlago.com/blog/usage-based-pricing). Plain-language tier copy is the cure.
Prompt 12 - Build an enterprise committed-spend tier without a sales call
Purpose: A real enterprise tier usually needs a sales call. But if you can self-serve the first 70% of the negotiation, you’ll close more deals faster.
Design a self-serve enterprise "committed spend" tier for [PRODUCT].
Constraints:
- The tier must work without a sales call.
- The customer should be able to commit, pay, and use the
product in under 10 minutes.
- A 12-month commit unlocks 20%+ discount.
- A 24-month commit unlocks 30%+ discount.
- The committed amount covers a base subscription PLUS
[INCLUDED USAGE] of [BILLABLE UNIT].
- Overage above the commit is charged at the regular rate.
Generate:
1. A clean tier card (name, price points at 3 commit levels,
included usage, overage rate, what the customer saves).
2. The 5 questions a procurement team will ask,
with the 1-sentence answer for each.
3. The 3 things you will NOT include on the public card
(these are negotiated in the actual contract).
4. A 1-paragraph internal rule on when to push a customer
toward this tier vs. keep them on the public Scale tier.
Output as markdown. No emoji.
Example output (truncated):
Public card name: “Scale Pro Annual” - three commit levels: $6K, $18K, $60K per year. Includes 12-month ramp: customer only pays 50% of the commit in months 1–3.
Pro tips for use:
- Ramp deals are the single best way to win enterprise usage-based contracts. ChatGPT’s enterprise tier uses ramps; Snowflake does too.
- The “things you will NOT include” section is more important than the card itself. A public overage rate below a certain floor signals desperation.
SECTION 4: Hybrid pricing prompts (Prompts 13–16)
The 2026 default is hybrid. These prompts are the difference between “we have usage-based pricing” and “we actually know how to combine it with a subscription.”
Prompt 13 - Design the seat + usage blend that wins growth-stage SaaS
Purpose: Per-seat alone is dying. Pure usage alone scares buyers. A blend is the answer. This prompt gets the blend math right.
Design a hybrid pricing model for [PRODUCT] that combines
seats and usage.
Inputs:
- Average user-month per customer: [X]
- Average [BILLABLE UNIT] per user-month: [Y]
- My blended cost per user-month: $[Z]
- My blended cost per [BILLABLE UNIT]: $[W]
Generate 3 hybrid models:
Model A: Seat-heavy
- $X per seat per month
- $Y per [BILLABLE UNIT] over [INCLUDED PER SEAT]
- Best for: collaborative products
Model B: Usage-heavy
- $X flat per workspace per month
- $Y per [BILLABLE UNIT] (no included)
- Best for: infrastructure products
Model C: Balanced
- $X per seat per month
- [INCLUDED USAGE] per workspace per month
- $Y per [BILLABLE UNIT] overage
- Best for: AI products
For each model, simulate a 50-seat customer using the
product heavily (3x the median). Show:
- Monthly bill
- Gross margin
- Comparison to the median-customer bill
Then recommend ONE model. Defend it.
Output as a markdown table.
Example output (truncated):
Model 50-seat, 3x heavy Gross margin vs. median A. Seat-heavy $4,500 79% 3.2x B. Usage-heavy $7,800 71% 5.5x C. Balanced $5,200 76% 3.7x Pick: Model C. Why: it captures expansion revenue from heavy users without scaring light users off at the door.
Pro tips for use:
- Metronome’s April 2026 research calls out exactly this pattern: “Across the Pricing Index, freemium models with tiered subscriptions and usage constraints have emerged as the most common consumer-facing pattern” (metronome.com/blog/2026-trends-from-cataloging-50-ai-pricing-models). Model C is that pattern, in code.
- The “heavy customer bill” matters more than the median. Heavy users are the ones paying for everyone else’s free tier.
Prompt 14 - Wrap your usage with prepaid credits that don’t feel like credits
Purpose: Credits are everywhere in 2026 AI pricing. But a “credit” that doesn’t map to anything a buyer understands is a “credit” they don’t trust.
I want to wrap my usage-based pricing in a credit system
that customers actually understand.
Inputs:
- Product: [NAME]
- Billable unit: [BILLABLE UNIT]
- 1 credit should equal: [concrete value, e.g., "1,000 tokens
processed" or "1 document generated" or "1 API call"]
Generate:
1. A credit system that uses 3 customer-legible names
for what 1 credit gets them.
Example: "1 credit = 1 page summarized, 1 invoice parsed,
1 report generated" - whatever matches my product.
2. Pricing for credit packs at 3 levels:
- Starter: [N] credits for $[X]
- Growth: [N] credits for $[X]
- Scale: [N] credits for $[X]
Each should be a better per-credit rate than the previous.
3. A 1-paragraph explainer for the pricing page that defines
what a credit is, in plain English.
4. A 1-paragraph internal FAQ for the support team
covering: refunds, expiration, top-ups, and what happens
when a customer runs out mid-task.
5. A "credit trust" checklist: 5 things a customer should
always be able to see in their account
(current balance, projected burn, last top-up, expiration,
history).
Output as markdown.
Example output (truncated):
1 credit = 1 page summarized, 1 invoice parsed, or 1 short report generated. Different actions cost different amounts of credits - your dashboard always shows the cost before you spend.
Trust checklist: balance, projected burn at current pace, last top-up, next expiration, full history. Resend’s published pricing has a similar shape - see their “AI credits” line per tier (resend.com/pricing).
Pro tips for use:
- Metronome’s 2026 research warns: “If your customer can’t explain what a credit buys without looking it up in your documentation, you might want to simplify your system” (metronome.com/blog/2026-trends-from-cataloging-50-ai-pricing-models). The customer-legible names in step 1 are the test.
- Don’t let credits expire in less than 12 months. Anything shorter makes buyers hoard instead of use.
Prompt 15 - Build a “tier ladder with usage” that buyers can climb
Purpose: Buyers should feel like upgrading is a victory, not a defeat. A good tier ladder makes the next step obvious.
Design a 4-step tier ladder for [PRODUCT] that mixes
subscription, included usage, and a soft cap.
Step 0: Free
- 0 base, [X] [BILLABLE UNIT] included, hard cap, no card
Step 1: Starter
- $[X]/mo, [10x] included, soft cap with $Y overage
Step 2: Pro
- $[X]/mo, [50x] included, soft cap with $Y overage,
priority support
Step 3: Scale
- $[X]/mo, [200x] included, soft cap with $Y overage,
SSO, audit log, dedicated CSM
Step 4 (hidden): Enterprise
- Custom, committed-spend, ramp schedule
For each step, give me:
1. The single sentence a buyer should read and think,
"Yes, I want that one."
2. The single sentence a buyer should read and think,
"I don't need that one."
3. The 1 piece of social proof that should sit right
next to the tier (logo, customer count, G2 badge).
Then the 1 "upgrade prompt" email sequence to send to
Step 0 users who hit the cap.
Output as markdown.
Example output (truncated):
Step 1 (Starter) - “Yes, I want that one”: Pay $39/mo, get the full product for a small team. Step 1 (Starter) - “I don’t need that one”: Teams under 3 people who just want to test it.
Upgrade email day 1: “You hit your 100K token cap yesterday. Here’s a 20% upgrade credit if you move to Pro this week.”
Pro tips for use:
- The Step 4 “hidden” tier is the one that closes big deals. Hide it from the public page. Send it to qualified accounts via sales.
- Resend’s “Enterprise” line is exactly this - “For teams sending 3M+ emails/month” with a contact-sales button (resend.com/pricing). The volume threshold doubles as qualification.
Prompt 16 - Compare your hybrid against the 4 archetypes
Purpose: Position your hybrid model in the market by comparing it to OpenAI, Twilio, Snowflake, and Resend.
Compare my hybrid pricing model to the 4 industry archetypes.
My model:
[paste tier card]
Archetypes:
A. Pure token-based (OpenAI API)
- $X per 1M input tokens, $Y per 1M output tokens
B. Pure event-based (Twilio)
- $X per SMS, $Y per MMS
C. Pure compute-based (Snowflake)
- $X per credit, $Y per second of compute
D. Hybrid subscription + overage (Resend)
- $X/mo + Y emails included + $Z per 1,000 overage
Source: resend.com/pricing
For each archetype, score my model on 5 dimensions (1–10):
- Buyer predictability
- Expansion revenue capture
- Implementation complexity
- Customer trust
- Sales team love (does the AE have to negotiate?)
Then state which archetype my model most resembles,
and what 1 change would move it closer to the ideal hybrid.
Output as a markdown table plus a 4-sentence summary.
Example output (truncated):
Archetype Predictable Expansion Complexity Trust Sales love A. Token 6 9 5 5 6 B. Event 7 8 4 6 6 C. Compute 6 7 7 6 7 D. Hybrid (Resend) 9 7 6 9 9 My model: most like D. One change: lower the per-unit overage rate at the Scale tier to match Resend’s decline from $0.90 to $0.46 per 1,000 emails.
Pro tips for use:
- Resend’s actual published rate drop is striking: at 2.5M emails/month, the per-1,000 rate is $0.46, half what a 50K customer pays ($0.90) (resend.com/pricing). If your Scale tier doesn’t get cheaper per unit, you’re leaving expansion goodwill on the table.
- The “Sales love” column is the one most founders skip. If your AE has to redline every deal, your pricing model is wrong.
SECTION 5: Pricing-page copy prompts (Prompts 17–21)
The last five prompts are pure page-craft. Headlines, FAQs, objection handling, the lot.
Prompt 17 - Write the headline and subhead for the pricing page
Purpose: Most pricing page headlines say nothing. “Simple, transparent pricing.” Yawn. Here’s how to make yours do work.
Write 5 candidate headlines and subheads for the pricing
page of [PRODUCT].
Constraints:
- 6 to 9 words per headline.
- The headline must say WHAT the customer gets, not
what the product does.
- The subhead must address the #1 pricing objection
for usage-based products (predictability, surprise bills,
commitment anxiety).
- Tone: confident, plain, no exclamation points.
- No buzzwords: avoid "powerful," "robust," "seamless,"
"cutting-edge."
For each, explain in 1 sentence why it works.
Output as a markdown list.
Example output (truncated):
- Pay for what you ship. Predict the bill. - Pairs outcome with cost-control, the two things buyers actually want.
- Token-priced. Calm dashboards. No surprise bills. - Names the model and removes the #1 fear.
- Built for teams that scale by the day. - Implies elasticity without saying it.
Pro tips for use:
- “Predict the bill” is the phrase that wins. Lago’s 2025 research confirms that buyer-side predictability is the single biggest factor in whether a customer will sign up for a usage-based plan (getlago.com/blog/usage-based-pricing).
- Test 3 headlines in a heatmap tool for 7 days. The winner is rarely the one you liked in the doc.
Prompt 18 - Build the FAQ that pre-empts the 8 most common questions
Purpose: A good pricing-page FAQ is objection-handling disguised as a help article. This prompt builds it.
I need an 8-question FAQ for the pricing page of [PRODUCT].
The product uses [HYBRID MODEL DESCRIPTION].
The 8 questions, in order of how often prospects ask them:
1. How is my usage counted?
2. What happens if I go over my included usage?
3. Can I set a hard cap so I never go over?
4. Do I pay for unused usage at the end of the month?
5. Can I switch tiers mid-month?
6. What if I cancel - do I get a refund?
7. Do you offer annual commits or custom contracts?
8. How does the [BILLABLE UNIT] actually map to what I get?
For each, give me:
- A 1-sentence answer in customer language
- A 1-line "internal note" that the support team can use
to expand if the customer follows up
Tone: direct, friendly, no corporate-speak. Output as markdown.
Example output (truncated):
Q3: Can I set a hard cap so I never go over? Yes. Turn on hard-cap mode in Billing settings and we’ll stop processing events at your chosen limit, with a 24-hour buffer to prevent cutoffs mid-task.
Internal note: if a customer asks for a hard cap below $50/mo, suggest a fixed tier instead - hard caps at low spend are usually a sign they should downgrade, not cap.
Pro tips for use:
- Question 4 is the one most pricing pages skip. “Do I pay for unused usage?” is on every buyer’s mind when they see a credit pool.
- The “internal note” is the cheat code. Most companies have this knowledge in tribal memory. Putting it on the page internally means faster support.
Prompt 19 - Write the 3 “social proof” callouts that actually convert
Purpose: Logos help. Customer count helps more. A specific outcome number helps most.
Write 3 social-proof callouts for the pricing page of [PRODUCT].
Constraints:
- Each callout must include a real-feeling number
(logos, customers, savings, speed-up).
- Each callout must include a 1-line customer quote
(made up but plausible - label them as placeholders
for the founder to replace).
- No "trusted by 10,000+ companies" if the real number
is closer to 50.
Output as 3 markdown blocks. Each block is max 60 words.
Example output (truncated):
“We cut our data enrichment bill by 38% in the first quarter.” - Placeholder quote, VP Engineering at a Series B fintech. Shown as: a single pull-quote above the tier table.
Pro tips for use:
- “38% in the first quarter” is more believable than “50%” and more memorable than “30%”. Use a number that is specific enough to feel real.
- If you don’t have customer quotes yet, link to a public case study or a G2 review snippet.
Prompt 20 - Write the “compare to flat-fee” comparison box
Purpose: Some of your buyers still think in flat-fee. Show them the math, side by side.
Write a "Flat-fee vs. usage-based" comparison box for the
pricing page of [PRODUCT].
Inputs:
- Average flat-fee competitor price: $[X]/mo for [Y] [BILLABLE UNIT]
- My Tier 2 price: $[X]/mo for [Y] [BILLABLE UNIT] included + $Z overage
- A typical customer at 50% of included usage: $[X]/mo on my tier
- A typical customer at 150% of included usage: $[X]/mo on my tier
Generate:
1. A 4-row comparison table:
- Customer type (Light / Median / Heavy / Spiky)
- Their monthly usage
- Bill on flat-fee competitor
- Bill on my tier
2. A 1-sentence "winner" callout for each row.
3. A 2-sentence paragraph below the table that frames
usage-based as "fair for both sides" without being smug.
Output as markdown.
Example output (truncated):
Customer Usage Competitor (flat) My tier Winner Light 30K tokens $99 $19 Mine Median 100K tokens $99 $59 Mine Heavy 250K tokens $199 $139 Mine Spiky 1.2M tokens (1 quarter) $799 $429 Mine Spiky customers are the ones who quietly hate their flat-fee vendor. Show this row to any prospect who has a “bursty” workload.
Pro tips for use:
- The “Spiky” row is the killer. Most flat-fee customers are overpaying in slow months and under-served in spike months. Both are unhappy.
- Lago’s 2025 framing is useful here: “If Stripe founders only need to pay when they make money” - frame usage-based as aligned incentives, not as a gamble (getlago.com/blog/usage-based-pricing).
Prompt 21 - Write the “talk to sales” exit-intent message
Purpose: A lot of buyers will look at your pricing page and bounce. Catch them at exit with a soft, low-friction offer.
Write 3 candidate exit-intent messages for the pricing
page of [PRODUCT].
Constraints:
- Trigger: user moves cursor to close the tab on the
pricing page after > 20 seconds.
- Goal: book a 15-minute pricing call OR
start a 14-day free trial of the Scale tier.
- Tone: helpful, not pushy.
- Length: 2 sentences max, plus a single CTA button label.
For each, give me:
- The 2-sentence message
- The CTA button label
- The 1-line reason it would convert
Output as markdown.
Example output (truncated):
Message 1: “Stuck on which tier fits? I’ll walk you through it in 15 minutes - no slides, just your usage numbers.” CTA: “Book a 15-min call” Why it works: the “no slides” promise removes the buyer’s #1 fear of a sales call.
Pro tips for use:
- Don’t offer a discount at exit. It trains buyers to bounce.
- The “I’ll walk you through it” framing positions the call as a service, not a sales motion.
Comparison table: 21 prompts mapped to the pricing layer
Below is a quick reference of every prompt in this guide, mapped to the layer of the pricing system it touches and the typical output format.
| # | Prompt | Pricing layer | Typical output | Best for |
|---|---|---|---|---|
| 1 | Map cost to usage event | Unit economics | COGS table | Pre-pricing sanity check |
| 2 | Price elasticity estimate | Strategy | Archetype match | Choosing pricing bias |
| 3 | Stress-test across personas | Strategy | Risk score table | Tier sizing |
| 4 | Pick the right billing primitive | Tech stack | Architecture diagram | Tool selection |
| 5 | Meter event schema | Engineering | JSON schema | Event pipeline design |
| 6 | Catch gamer events | Engineering | Detection signals | Fraud/abuse guardrails |
| 7 | Real-time usage dashboard | Product | UI spec | Customer trust |
| 8 | Tier names & taglines | Page copy | 3 naming sets | Brand fit |
| 9 | 3-tier rate card | Page copy | Tier table | Public pricing page |
| 10 | Fair-use policy | Legal / CX | Plain-English policy | Liability protection |
| 11 | Customer-language tier copy | Page copy | Outcome bullets | Buyer comprehension |
| 12 | Self-serve committed-spend tier | Page copy + sales | Tier card | Enterprise motion |
| 13 | Seat + usage blend | Strategy | 3 hybrid models | AI product pricing |
| 14 | Prepaid credit wrapper | Strategy | Credit packs | AI token products |
| 15 | Tier ladder with usage | Page copy | 4-step ladder | Self-serve growth |
| 16 | Compare against 4 archetypes | Strategy | Comparison table | Positioning |
| 17 | Pricing page headline | Page copy | 5 headline options | Top-of-page conversion |
| 18 | Pricing page FAQ | Page copy | 8 Q&As | Objection handling |
| 19 | Social proof callouts | Page copy | 3 quote blocks | Trust signals |
| 20 | Flat-fee vs usage box | Page copy | 4-row comparison | Buyer education |
| 21 | Exit-intent message | Page copy | 3 message variants | Bounce recovery |
Print this table. Tape it above your monitor. Run the prompts in roughly this order.
People Also Ask: usage-based pricing tier questions
What is usage-based pricing for SaaS?
Usage-based pricing (UBP) is a model where the customer pays in direct proportion to how much of a specific metric they consume. Common units are API calls, tokens processed, GB stored, or messages sent. The bill changes month to month based on actual usage, not a fixed subscription. (Lago, 2025)
What is a billable metric in usage-based pricing?
A billable metric is the single unit of consumption that determines what the customer pays. It should map tightly to the value the customer receives - Twilio bills per SMS because each SMS is a delivered message, Stripe bills per transaction because each transaction is value the customer created. (Lago, 2025)
What is hybrid pricing in SaaS?
Hybrid pricing combines a flat subscription fee with a variable usage-based component. In 2026, Metronome’s research shows hybrid is the norm, not the exception, across AI products: “the majority of AI companies we’ve analyzed use some form of hybrid structure, combining subscription tiers with usage-based elements, credit pools, or consumption-based overages.” (Metronome, April 2026)
How do you set usage-based pricing tiers?
You set tiers by (1) choosing the billable metric that maps to customer value, (2) computing your COGS per unit, (3) modeling 3 buyer personas at normal and heavy usage, (4) setting a base subscription that smooths cash flow, and (5) setting an overage rate that captures expansion revenue without scaring light users. Stripe’s own documentation now routes new usage-based integrations to Metronome, which it acquired in January 2026. (Stripe docs)
What tools are used for usage-based billing?
The major options in 2026 are Stripe Billing (with Metronome as the primary UBP engine), Orb, Metronome (now part of Stripe), Lago, Maxio, Stigg, Togai, and ChartMogul for revenue analytics. Resend’s published pricing is a good real-world example of a hybrid subscription + overage structure. (Resend pricing; Stripe docs)
How does AI change usage-based pricing?
AI products with variable inference costs can’t safely offer unlimited usage. Most have moved to a hybrid model: a subscription base plus credits, plus overage. The cost of delivering value now shifts with model releases, inference calls, and new capabilities, which means pricing has to be designed for iteration speed. (Metronome, April 2026)
What is the difference between tiered and usage-based pricing?
Tiered pricing charges a flat fee per tier with different included features. Pure usage-based pricing charges only for what the customer consumes, with no tiers. Hybrid pricing (which is the 2026 default) layers a subscription tier on top of a usage-based meter. (Lago, 2025)
How do you handle customer bill anxiety with usage-based pricing?
Three moves: (1) show a real-time usage dashboard with a clear “what happens if I exceed” message, (2) send soft alerts at 50% and 80% of included usage, and (3) offer a hard-cap toggle so customers who need predictability can opt in. The Metronome Pricing Index calls out that Windsurf replaced its credit system with fixed usage quotas specifically because of cost-predictability feedback. (Metronome, April 2026)
What is the OpenView Usage-based Pricing Playbook?
The OpenView Usage-based Pricing Playbook is a long-form guide published by OpenView Partners that lays out the case for usage-based pricing, the design principles behind it, and the operational steps to implement it. OpenView’s broader argument is that UBP aligns vendor incentives with customer success, especially for infrastructure and AI products. (OpenView Partners)
How often should you change your pricing?
Faster than you think. The Metronome Pricing Index notes that “Cursor has gone through four major pricing structure changes in under two years” and that “ChatGPT has introduced and restructured multiple tiers within a similarly compressed timeline.” Treat pricing as a product surface, not a once-a-year decision. (Metronome, April 2026)
A 14-day pricing reset sprint
You’ve got the prompts. Here’s the 14-day schedule to actually ship a new usage-based tier ladder. Two weeks, no excuses.
Day 1–2: Cost & metric discovery Run Prompt 1 (cost-to-event map) and Prompt 5 (meter event schema). You should have a COGS table and a JSON event shape by end of day 2.
Day 3: Elasticity baseline Run Prompt 2. Send a 5-question survey to your last 20 customers asking about pricing predictability. Compile results.
Day 4–5: Persona stress test Run Prompt 3 for all three ICPs. The output tells you where your draft tiers break.
Day 6: Tooling decision Run Prompt 4. Pick a primary billing platform. If you go with Metronome, follow the Stripe-bundled setup flow. Document the decision in 1 page.
Day 7: Tier shape Run Prompt 8 (names), Prompt 9 (rate card), and Prompt 13 (hybrid blend). You should have a draft 3-tier card and a 4-step ladder.
Day 8: Trust mechanics Run Prompt 10 (fair-use policy) and Prompt 14 (credit wrapper, if applicable). Get legal review on the policy.
Day 9: Page copy Run Prompt 11 (tier bullets), Prompt 17 (headline), Prompt 18 (FAQ), and Prompt 20 (flat-fee comparison).
Day 10: Engineering build Wire the meter event schema into your backend. Use Prompt 6 to set rate limits and Prompt 7 to scaffold the dashboard.
Day 11: Staging rollout Deploy to a 5% traffic split. Use Prompt 19 for the social proof block (placeholder quotes for now).
Day 12: Internal review Sales, support, and finance each do a 30-minute review. Capture every objection.
Day 13: Fix and ship Address the top 3 objections. Push to 100% traffic.
Day 14: Measure and decide Set a 30-day review date. The single most important number to watch: net revenue retention by tier. If a tier’s NRR is below 100%, it needs a redesign, not a price cut.
Common mistakes to avoid
I’ve shipped (and broken) enough pricing pages to know the same five mistakes keep showing up.
Mistake 1: Pricing the billable unit, not the value. If your unit is “API calls” and your customer thinks in “reports generated,” you have a translation problem. They’ll see 1,000 API calls and think “small number.” They’ll see 1 report and think “expensive.” Lago’s 2025 guide is unambiguous: the billable metric must align with how the product creates value (getlago.com/blog/usage-based-pricing).
Mistake 2: Skipping the cashflow check. Variable revenue plus fixed costs is a recipe for a capital crunch. Your base subscription isn’t a marketing tax - it’s the floor that keeps payroll running. Lago flags this directly: “If you have recurring costs but your revenue is variable, you might end up in a capital crunch” (getlago.com/blog/usage-based-pricing).
Mistake 3: One pricing architecture for two audiences. The Metronome Pricing Index has found that the most successful companies with both consumer and API products run two separate pricing architectures. ChatGPT does this. Perplexity does this. Runway does this. Trying to unify them into a single shape usually creates the worst of both worlds (metronome.com/blog/2026-trends-from-cataloging-50-ai-pricing-models).
Mistake 4: Treating pricing as a once-a-year decision. Cursor has gone through four major pricing changes in under two years. ChatGPT has restructured its tiers multiple times. Pricing is a product surface, and in 2026 it iterates as fast as your code (metronome.com/blog/2026-trends-from-cataloging-50-ai-pricing-models).
Mistake 5: No internal “playbook” for sales. If your AE has to redline every contract, the pricing model is wrong. Use Prompt 12 to build a self-serve enterprise tier and let sales focus on deals above that line.
Final word
You don’t need a new pricing model. You need to commit to a hybrid one, instrument the meter properly, write the page in customer language, and review it every quarter. The 21 ChatGPT prompts for usage-based pricing tiers above are the loop. Run them in order. Skip the ones you think you don’t need. Re-run the ones whose outputs make you uncomfortable.
The single biggest stat from 2026 is this: across 50+ AI products Metronome cataloged, singular pricing models are the minority. Hybrid is the norm. If your pricing page is still pure flat-fee, you are operating in the 30% that’s leaving the most money on the table. Time to ship.
If you want the source markdown of this article (so you can paste it into your CMS), grab it from the SuperFreshAI blog. And if you build something with these prompts, send me a note - I read every one.