Claude Sonnet 4.6 API
日常使いの主力モデルを半額で。
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. Spend 50% less per token.
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.
See all integrations# 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, half the bill.
# 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 価格比較
100万トークン単価を Anthropic 直販と比較(実測)
Stack up to 7.7× value
Prepaid coding credits, SQL-locked to Opus / Sonnet / GPT-5.5. No subscription, no monthly cap, no surprises.
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 アダプタで動作。
プロンプトキャッシュは対応?
Claude Sonnet 4.6 は cache_control パラメータでキャッシュ対応 — 公式 API と同様。キャッシュヒットは公式の割引キャッシュ料金で課金。
課金体系は?
クレジット制でトークン単位課金。100 クレジット = $1。$19.99 から購入、サブスク不要、クレジット無期限。カードと暗号通貨対応。
Sonnet 4.6 を半額でドロップイン
base_url を変えるだけ、既存 SDK コードはそのまま、請求半額。$19.99 から。

