Claude Opus 4.7 API
Anthropic flagship with metered token billing.
Call Claude Opus 4.7 through a drop-in OpenAI-compatible REST endpoint at $10.00 input / $50.00 output per million tokens — current metered pricing. No subscription, no minimums, pay only for tokens you use.
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 pricing comparison
Current per-million-token pricing
Questions, answered
Is this the real Claude Opus 4.7 from Anthropic?
Yes — requests are routed to Claude Opus 4.7. We do not fine-tune, distill, or substitute the model.
How is Hypereal pricing set?
Hypereal aggregates capacity across regions and bills in USD on a credit basis. Current pricing comes from reseller economics and bulk capacity, not from a different model or quality tier.
Can I keep using the Anthropic SDK or do I have to switch?
Both work. Use the Anthropic SDK with base_url=https://api.hypereal.cloud/v1 for native compatibility, or use the OpenAI SDK with the same base URL for drop-in chat-completions usage.
Are tool use, vision, and 200K context all supported?
Yes. Tool use, vision input, system prompts, streaming, and the full 200,000-token context window are all available. 128,000-token max output also matches the official spec.
How does billing work?
Pay per token using credits. 100 credits = $1. Buy from $10, no subscription, no monthly reset. Card and crypto accepted.
Run Claude Opus 4.7 with current metered pricing
Switch your base_url, keep your code, and pay $10.00 / $50.00 per million tokens. Credits start at $10.
