Claude Opus 4.7 —
from 40 ¢ per 1M tokens
Original Anthropic API — tens of times cheaper than the official rate. No subscription, no message caps. Top up from $1, pay with international cards or crypto.
Why is it this cheap
Same Claude. Without somebody else’s margin.
No distillations, clones or “Claude-like” models. Your request goes straight to Anthropic via our infrastructure — the response comes back unmodified.
Wholesale Anthropic pricing
We are an enterprise customer on volume tiers. We buy tokens in bulk and resell almost at cost.
+3% margin, that’s it
No hidden multipliers, “conversion fees” or coefficients. We earn on volume, not on each request.
Official SDKs, no forks
Change one line — base_url — and the Anthropic SDK, OpenAI SDK, Cursor, Claude Code, Cline and LangChain just work.
Verify in one request
Same tokens, same latency, same output — run your test suite and compare against anthropic.com.
No caps, no quotas
No “you reached your limit” like Claude Pro. If you have a balance, you have requests. Rate limits match Anthropic.
Affiliate program
Bring in developers — earn a share of their payments. DM on Telegram.
Quick start
From sign-up to first request — 3 minutes
Change one line in your code — your existing Anthropic SDK project will work through ClaudeHub.
Sign up
Pick a username and password at app.claudehub.fun. No email, no SMS, no confirmations.
Top up from $1
Cards, crypto, USDT. $1 ≈ 2,000,000 tokens to test.
API key
Hit “Create key” in the dashboard. Get an sk-hub-... token and copy it.
One line of code
Set base_url to api.claudehub.fun. Everything else stays unchanged.
# pip install anthropic
from anthropic import Anthropic
client = Anthropic(
api_key="sk-hub-xxxxxxxx",
base_url="https://api.claudehub.fun" # ← the only change
)
msg = client.messages.create(
model="claude-opus-4-7",
max_tokens=1024,
messages=[{"role": "user", "content": "Hello!"}]
)
# This request cost ~$0.0004 (Anthropic: ~$0.012) Calculator
How much you’ll save
Pick your scenario — compare your monthly bill with the official provider and with us.
Advanced — set your own numbers
Competitor prices as of 2026-05-10
Pricing
Original Claude. Tens of times cheaper.
Top up from $1 — no required subscription, no monthly quotas, no message caps. Pay only for what you use.
Per-model pricing (per 1M tokens, ¢)
| Model | Input | Output | Cache write | Cache read |
|---|---|---|---|---|
| claude-opus-4.7 NEW | 40 ¢ | 40 ¢ | 40 ¢ | 40 ¢ |
| claude-opus-4.6 | 40 ¢ | 40 ¢ | 40 ¢ | 40 ¢ |
| gemini-3.1-pro-preview NEW | 50 ¢ | 50 ¢ | 50 ¢ | 50 ¢ |
| gpt-5.5 NEW | 40 ¢ | 40 ¢ | 40 ¢ | 40 ¢ |
| gpt-5.4 CHEAP | 19 ¢ | 19 ¢ | 19 ¢ | 19 ¢ |
| claude-opus-4.5 | 50 ¢ | 50 ¢ | 50 ¢ | 50 ¢ |
| claude-sonnet-4.6 | 32 ¢ | 32 ¢ | 32 ¢ | 32 ¢ |
| claude-sonnet-4.5 | 40 ¢ | 40 ¢ | 40 ¢ | 40 ¢ |
| claude-haiku-4.5 | 32 ¢ | 32 ¢ | 32 ¢ | 32 ¢ |
From $1 · prices in cents · No required subscription
Compatibility
One line — and Opus works
Change the server URL. Nothing else changes.
from anthropic import Anthropic
client = Anthropic(
base_url="https://api.claudehub.fun",
api_key="sk-hub-..."
)
message = client.messages.create(
model="claude-sonnet-4-5",
max_tokens=1024,
messages=[{"role": "user", "content": "Hello!"}]
) FAQ
Frequently asked questions
How much does Opus cost on ClaudeHub?
1M tokens of Opus — 40 ¢, Sonnet — 32 ¢. ~$24 covers a week of heavy Opus usage. No message caps, no monthly limits.
How is this better than Claude Pro?
Claude Pro is $20/mo with message caps and degraded extended thinking at peak hours. With ClaudeHub you only pay for what you use. No message caps, no quotas.
How is the cost calculated?
Prices in cents per 1M tokens — the same rates Anthropic uses. Opus: 40 ¢, Sonnet: 32 ¢. Balance never expires.
Do I need a VPN?
No. ClaudeHub is open worldwide — no VPN, proxy or workarounds needed.
How do I pay?
Through the dashboard: app.claudehub.fun. Cards, crypto, USDT. Minimum $1.
Are there volume discounts?
Yes. Discounts apply automatically on top-up: Standard (from $10) +5%, Pro (from $25) +10%, Business (from $50) +15%, Max (from $200) +20%.
Will it work with my existing tools?
Yes. Just change the server URL to https://api.claudehub.fun. Works with Cursor, Claude Code, LangChain, LlamaIndex, n8n and others.
Which models are available?
All current Claude models: Opus 4.7/4.6/4.5, Sonnet 4.6/4.5, Haiku 4.5. Streaming, prompt caching and extended thinking are supported.
Is there an affiliate program?
Yes. Become a partner and earn real money. To collaborate — DM on Telegram.
Can I migrate balance from an old account?
Yes. If you had an account in the old Telegram bot, the dashboard has a balance migration page.
Get started now
Opus 4.7 is here.
From $1. Worldwide.
The newest Claude Opus 4.7 — Anthropic’s most powerful model — at a price that feels almost rude. Top up from $1, key in a minute.