Claude Opus 4.7 API
Anthropic 旗舰模型,半价直供。
Use Hypereal with current metered pricing and one prepaid credit balance. Check the live per-model rate before production traffic.
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
Email + password. Top up any USD amount — credits are metered per token with no subscription. No card required to sign up.
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 Opus 4.7 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-opus-4-7"
claude # run as usual — same Claude Code experience, current metered.
# Prefer raw curl? Same key works:
# curl https://api.hypereal.cloud/v1/messages \
# -H "Authorization: Bearer ck_..." -H "Content-Type: application/json" \
# -d '{"model":"claude-opus-4-7","max_tokens":128,"messages":[{"role":"user","content":"hi"}]}'Claude Opus 价格对比
Current per-million-token pricing
Questions, answered
这真的是 Anthropic 的 Claude Opus 4.7 吗?
Use Hypereal with current metered pricing and one prepaid credit balance. Check the live per-model rate before production traffic.
How is Hypereal pricing set?
Hypereal 跨地区聚合算力并以美元积分计费。差价来自经销商规模与批量采购,而非降级模型或低质量副本。
我必须切换到 OpenAI SDK 吗?
无需切换。Anthropic SDK 直接覆盖 base_url=https://api.hypereal.cloud/v1 即可原生使用;OpenAI SDK 也能通过相同 URL 即插即用。
工具调用、视觉、200K 上下文都支持吗?
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.
别再为 Claude Opus 付全价
改一行 base_url,代码不变,账单减半。$10 起充值。
