Claude Sonnet 4.6 API
The everyday workhorse with current metered pricing.
Anthropic 平衡推理模型 — 通过 Hypereal 调用 $1.50 输入 / $7.50 输出(每百万 tokens)。同款 Sonnet 4.6、同样 200K 上下文,通过兼容 OpenAI 的 REST 端点提供。
Drop into Claude Code or Codex in 60 seconds
Keep the CLI you already use. Swap one env var. Use current Hypereal Credit pricing.
Sign up · 1 free credit
Email + password. 1 free coding credit lands in your account — enough to test from Claude Code or Codex right away. No card.
Create accountCopy your ck_ key
Dashboard → API Keys → New key. Drop it into Claude Code, Codex CLI, Cursor, Aider — anywhere that speaks OpenAI or Anthropic.
Open dashboardPlug into your CLI
Export ANTHROPIC_BASE_URL / OPENAI_BASE_URL and you keep your existing tooling. Snippet below pastes verbatim.
View pricing# Use Claude Sonnet 4.6 inside Claude Code CLI
# 1. Grab your key at https://hypereal.cloud/manage-api-keys
# 2. Point Claude Code at Hypereal (Anthropic-compatible endpoint):
# NOTE: no /v1 — the Anthropic SDK appends /v1/messages itself.
export ANTHROPIC_BASE_URL="https://api.hypereal.cloud"
export ANTHROPIC_API_KEY="ck_..."
export ANTHROPIC_MODEL="claude-sonnet-4-6"
claude # same Claude Code, metered through Hypereal Credits.
# Prefer raw curl? Same key works:
# curl https://hypereal.cloud/v1/chat/completions \
# -H "Authorization: Bearer ck_..." -H "Content-Type: application/json" \
# -d '{"model":"claude-sonnet-4-6","messages":[{"role":"user","content":"hi"}]}'New accounts get 1 free coding credit · enough to send a real Claude Code / Codex prompt before you spend a cent.
Claude Sonnet 价格对比
Current per-million-token pricing
Buy once. Pay by token.
Prepaid coding credits for Opus / Sonnet / GPT-5.5. No subscription, no monthly reset, no vague usage bucket.
Questions, answered
这真的是 Anthropic 的 Sonnet 4.6 吗?
是的。相同的权重、相同的输出,与 api.anthropic.com 字节级一致。Hypereal 是聚合商 — 我们不微调、不替换模型。
Sonnet 4.6 和 GPT-5.5 哪个更适合我的场景?
Use Hypereal with current metered pricing and one prepaid credit balance. Check the live per-model rate before production traffic.
可以用 Anthropic SDK 吗?
可以。Anthropic SDK 通过 base_url 覆盖原生支持;OpenAI SDK 也能通过 https://api.hypereal.cloud/v1 的 chat-completions 适配器使用。
支持 prompt caching 吗?
Use Hypereal with current metered pricing and one prepaid credit balance. Check the live per-model rate before production traffic.
如何计费?
Pay per request with credits. 100 credits = $1. Buy from $10. Card and crypto accepted. No subscription required.
Sonnet 4.6 半价上线
Switch your base_url, keep your existing SDK code, and use current Hypereal Credit pricing. Credits start at $10.
