Direct connection to Anthropic API · Same models, same answers

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.

Opus 4.7, per 1M tokens Anthropic ClaudeHub
Input $15.00 $0.40
Output $75.00 $0.40
1,200+ developers 99.9% uptime Cards · Crypto · USDT Worldwide

$0.40
per 1M tokens of Opus 4.7
150×
cheaper than anthropic.com
no caps, no subscription
$1
minimum top-up

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.

01 ~30 sec

Sign up

Pick a username and password at app.claudehub.fun. No email, no SMS, no confirmations.

02 ~60 sec

Top up from $1

Cards, crypto, USDT. $1 ≈ 2,000,000 tokens to test.

03 ~15 sec

API key

Hit “Create key” in the dashboard. Get an sk-hub-... token and copy it.

04 ~30 sec

One line of code

Set base_url to api.claudehub.fun. Everything else stays unchanged.

Python Node.js cURL Cursor
# 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)
Try it for $1 → No card on file · Refunds on request

Calculator

How much you’ll save

Pick your scenario — compare your monthly bill with the official provider and with us.

Model
Input tokens / request
Output tokens / request
Requests / day
Anthropic
official price
ClaudeHub
same model, same API
You save: · —× cheaper
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.

Anthropic API directly
Pay in USD · international card required
Opus 4: $15 / 1M in · $75 / 1M out Sonnet 4.5: $3 / 1M in · $15 / 1M out Requires foreign card or business entity
ClaudeHub
Pay in USD · from $1 · no subscription
Opus 4: from 40 ¢ / 1M — up to 30× cheaper Sonnet 4.6: from 32 ¢ / 1M — up to 6× cheaper Top up worldwide, cards or crypto
Standard
from $10
+5%
Pro
from $25
+10%
Business
from $50
+15%
Max
from $200
+20%

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.

Anthropic SDK
OpenAI SDK
Cursor
Claude Code
LangChain
LlamaIndex
n8n
Continue.dev
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.

Get API key →
From $1 · No VPN · No subscription