A flat subscription gives you all of Claude — Haiku, Sonnet, Opus — at builder-friendly prices. Drop-in compatible with the Anthropic SDK. Pay in crypto.
Zero retention (us + Anthropic) · Pay in crypto · No KYC · 30-second setup
Point the SDK at our base URL. That's it.
curl https://api.typegpt.ai/v1/messages \
-H "Authorization: Bearer sk-typegpt-..." \
-H "anthropic-version: 2023-06-01" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-sonnet-4-6",
"max_tokens": 1024,
"messages": [{"role":"user","content":"Hello!"}]
}'Three plans. Every plan unlocks every Claude model. No tier gating, no surprises.
Priced in tokens. A successful call costs the same regardless of which plan you're on.
| Model | Plan tokens / 1M API in | Plan tokens / 1M API out |
|---|---|---|
Claude Haiku 4.5 claude-haiku-4-5-20251001 | 1M | 5M |
| Model | Plan tokens / 1M API in | Plan tokens / 1M API out |
|---|---|---|
Claude Sonnet 4.6 claude-sonnet-4-6 | 3M | 15M |
Claude Sonnet 4.5 claude-sonnet-4-5-20250929 | 3M | 15M |
| Model | Plan tokens / 1M API in | Plan tokens / 1M API out |
|---|---|---|
Claude Opus 4.7 claude-opus-4-7 | 15M | 75M |
Claude Opus 4.6 claude-opus-4-6 | 15M | 75M |
Claude Opus 4.5 claude-opus-4-5-20251101 | 15M | 75M |
Pro ships with 500M plan tokens / month. The numbers above show how many of those a million API tokens uses. So 1M Sonnet output tokens uses 15M of your budget — about 3% per million. Opus output is the priciest at 75M per million — but Pro still gives you ~6.6M Opus output tokens, plenty for serious vibe coding.
Cached input billed at 10% of input. Cache writes at 125% of input. Failed calls cost 0 tokens.