Claude Sonnet 4.6 API
The everyday workhorse with current metered pricing.
Anthropic のバランス型推論モデル — Hypereal 経由で入力 $1.50 / 出力 $7.50 (100万トークン)。同じ 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 はユースケース別にどう違いますか?
Sonnet 4.6 はロングコンテキスト推論と指示追従が概ね強く、GPT-5.5 は短い対話で速くて安いです。両方とも同じ Hypereal API で利用可能 — パラメータ 1 つで切り替え。
Anthropic SDK と OpenAI SDK のどちらを使えますか?
両方使えます。Anthropic SDK は base_url 上書きでネイティブ動作、OpenAI SDK は https://api.hypereal.cloud/v1 の chat-completions アダプタで動作。
プロンプトキャッシュは対応?
Use Hypereal with current metered pricing and one prepaid credit balance. Check the live per-model rate before production traffic.
課金体系は?
クレジット制でトークン単位課金。100 クレジット = $1。$10 から購入、サブスク不要、クレジット無期限。カードと暗号通貨対応。
Sonnet 4.6 を半額でドロップイン
Switch your base_url, keep your existing SDK code, and use current Hypereal Credit pricing. Credits start at $10.
