The Economics of Reselling a $200 Claude Max Seat
Part of our "Why So Cheap?" series. The short version: a consumer subscription is a flat monthly fee with a usage cap; a metered API is a per-token price with no cap. Wrap the first behind the second and the effective per-token cost collapses — sometimes to a few percent of list. Here is that math, source by source, with nothing left unlinked.
Two pricing models, one arbitrage
Official API pricing is linear: every million tokens costs the same, whether it's your first or your billionth. A consumer subscription is the opposite — one flat fee buys a large but bounded allowance, and the marginal cost of the millionth token inside that allowance is whatever's left of the flat fee divided by however many tokens you can extract before hitting the cap. Divide a fixed number by a large one and the result trends toward zero. That's the entire mechanism behind "Opus at a fraction of list price" — arbitrage between two pricing models the vendors never intended to be interchangeable.
What each subscription or free tier actually costs, and what it caps at
| Source | Price | Stated allowance | Source |
|---|---|---|---|
| Claude Pro | $20/mo | Standard usage limits | claude.com/pricing |
| Claude Max (5x tier) | from $100/mo | "5x more usage than Pro" | claude.com/pricing |
| Claude Max (20x tier) | $200/mo | "20x more usage than Pro" | claude.com/pricing |
| ChatGPT Plus | $20/mo | Standard usage limits | chatgpt.com/pricing |
| ChatGPT Pro | $200/mo | Near-unlimited access to top models | chatgpt.com/pricing |
| AWS Kiro Free | $0/mo | 50 credits/mo | kiro.dev/pricing |
| AWS Kiro Pro | $20/mo | 1,000 credits/mo | kiro.dev/pricing |
| AWS Kiro Power | $200/mo | 10,000 credits/mo | kiro.dev/pricing |
| Amazon Q Developer Free | $0/mo | 50 agentic requests/mo | aws.amazon.com/q/developer/pricing |
| Amazon Q Developer Pro | $19/mo | Expanded agentic request limits | aws.amazon.com/q/developer/pricing |
| Gemini Code Assist (free, personal account) | $0/mo | 1,000 model requests/user/day | geminicli.com/docs |
| GitHub Copilot Free | $0/mo | 2,000 completions/mo | github.com/features/copilot/plans |
| GitHub Copilot Pro | $10/mo | Unlimited completions and chat | github.com/features/copilot/plans |
Prices and allowances above are what each vendor's own pricing page stated when we checked it (2026-09-22); vendors change these terms without notice — always confirm on the source page before relying on a number here.
Where "official price × 2%" actually comes from
Two different mechanisms produce very low resale prices, and they're worth telling apart:
- Free allowances, multiplied across accounts. Kiro's and Amazon Q's free tiers both cap at 50 requests per account per month, and Gemini Code Assist's free personal-account tier caps at 1,000 requests per user per day (sources linked above). Upstream cost to the reseller is approximately zero; the only real costs are servers and the churn of accounts that eventually get capped or closed. A reseller that can register accounts faster than they get exhausted can price close to zero and still cover costs.
- Paid subscriptions, sliced across many buyers. A $200/mo Claude Max (20x) or ChatGPT Pro seat divided across many concurrent resale customers lowers each customer's effective price far below the metered API rate for the same usage — at the cost of a shared allowance everyone is drawing down from at once, which is why peak-hour throttling is common on this kind of channel (more on that in our supply-stability piece).
One number that circulates in reseller marketing — that a $200 Claude Max seat can be resold for roughly the equivalent of $4,000 in metered API usage — is not something we could trace to a primary, checkable source, so we're not repeating it as fact. The mechanism above holds regardless of the exact multiple: fixed fee, large cap, divide by usage, watch the marginal cost fall.
The tooling that makes this practical is public, not fringe
None of this runs on secret software. The leading subscription-to-API gateway,
Wei-Shaw/sub2api, had
42,350 GitHub stars when we checked on 2026-09-22, and its README advertises unified access to Claude,
OpenAI, Gemini and Grok subscriptions with account pooling built in. The two account-pooling
storefront layers resellers commonly put in front of it are similarly mainstream:
songquanpeng/one-api
(36,983 stars) and
QuantumNous/new-api
(48,648 stars, checked 2026-09-22). Single-vendor equivalents exist for narrower sources, too —
copilot-api (4,128
stars) for GitHub Copilot and
AIClient2API
(8,813 stars) for Kiro, Gemini CLI, Codex and others. All four are open repositories anyone can read;
what's contested isn't the code's legality but whether using it against a given vendor's subscription
terms is authorized — a question we cover in
the next piece in this series.
What the economics don't tell you
None of the above tells you whether a specific reseller is actually delivering the model it advertises, at the context length and feature set it claims. Cheap access can be completely genuine — routed through a real subscription to the real backend — or it can be diluted: a smaller model, a shortened context window, or disabled tools sold under the name of the flagship. The price alone can't distinguish those cases; testing the endpoint can. That's what our browser-based verifier checks, and why a valid response doesn't automatically mean the supply behind it is stable — see what a passing check can and can't prove.
FAQ
Is a $100 or $200 subscription really enough to undercut official API pricing?
The subscription itself is a flat monthly fee with a usage allowance, not a per-token price — see the official plan pages for Claude (claude.com/pricing), ChatGPT (chatgpt.com/pricing) and Kiro (kiro.dev/pricing). Once that allowance is wrapped behind an API-shaped gateway and resold by the token, the seller's marginal cost per token falls well below what the same tokens would cost through the official metered API — that gap is the entire discount.
Why do free tiers (Kiro, Gemini, Copilot) show up in the cheapest listings?
Because their upstream cost is zero. Amazon Q Developer's free tier and Kiro's free tier both cap out at 50 requests per account per month (aws.amazon.com/q/developer/pricing, kiro.dev/pricing), and Gemini Code Assist's free personal-account tier caps at 1,000 model requests per user per day (geminicli.com/docs/resources/quota-and-pricing). A reseller that can register accounts faster than requests run out pays close to nothing per token.
Is the tooling behind this illegal or fringe?
It's neither underground nor small: the leading subscription-to-API gateway, Wei-Shaw/sub2api, and the two account-pooling front-ends resellers put in front of it, songquanpeng/one-api and QuantumNous/new-api, are all public, widely-starred open-source repositories on GitHub (linked below). What's contested is whether using them against a given vendor's subscription violates that vendor's terms of service — a separate question from whether the code itself is legal to publish.
Does a lower price always mean a worse product?
No — a genuine subscription slice can be a completely real Claude or GPT response, just sourced from pooled subscription capacity instead of a metered key. The economics explain why the price can be low; they don't tell you whether a specific seller is delivering the model it advertises. That's what our verifier is for.
This page explains a pricing mechanism using each vendor's own published pricing pages and public GitHub data, all linked above with the date we checked them. It names no reseller and makes no claim about what any specific provider actually delivers — see our methodology and the rest of the series.