Bulk supply · Unit priced · Skimmed nightly
Frontier and open-weight models through a single OpenAI- and Anthropic-compatible endpoint. Prepaid credits, per-token billing, no subscription, no invoices.
* wholesale as in volume, not as in warehouse. There is no warehouse. There is a base URL.
FREQUENTLY MUTTERED QUESTIONS
Gutter oil is recovered from restaurant drains and resold as fresh. We resell tokens at a discount that raises the same eyebrow. That is where the resemblance stops — nothing here is fried twice, filtered through a sieve, or scraped out of anything.
The models are (probably) the real models. The only recycled thing is the punchline, and we’re getting a lot of mileage out of it. Read the privacy page before you paste anything sensitive — we’d say that about any resale endpoint, including this one.
https://api.guttertokens.comAdd credit with a card. Nothing recurs, nothing renews, nothing turns up in your inbox on the first of the month.
from openai import OpenAI
client = OpenAI(
base_url="https://api.guttertokens.com/v1",
api_key="sk-...",
)Every model on the list is now just a string in your request. Streaming, tools and caching behave exactly as documented, which is the least funny thing about us.
USD per million tokens. Cheaper than the front door; we won’t dignify it with a percentage.
| MODEL | IN / 1M TOKENS | OUT / 1M TOKENS |
|---|---|---|
| ANTHROPIC · CLAUDE | ||
| claude-opus-4-8 | $1.25 | $6.25 |
| claude-opus-5 | $1.25 | $6.25 |
| claude-sonnet-5 | $0.50 | $2.50 |
| claude-haiku-4-5-20251001 | $0.25 | $1.25 |
Prompt caching, if you use it: writing a prefix to cache costs 25% more than sending it once, and every read after that costs 90% less. Two hits and you are ahead.
Prices follow the source. When it drops, the list drops; when it rises, we sulk and update the list.
Signup to first token in under a minute. Credits don’t expire. Spend them as badly as you like.