Claude Fable 5 API
Anthropic 最強モデルをトークン従量課金で。
Claude Fable 5 ——長期エージェント実行と最高難度の推理に最適なモデル——を、OpenAI 互換 REST エンドポイントからドロップインで呼び出せます。入力 $20.00 / 出力 $100.00(100万トークンあたり)。1M コンテキスト、サブスク不要、使った分だけ課金。
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 Fable 5 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-fable-5"
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-fable-5","max_tokens":128,"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 Fable 5 公開トークン料金
Hypereal Credits の 100 万トークンあたり料率
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 Claude Fable 5 ですか?
はい。リクエストは Claude Fable 5 へ直接ルーティングされます。ファインチューニング・蒸留・モデル差し替えは一切行っていません。
Hypereal の価格はどう決まりますか?
Hypereal は地域横断でキャパシティを集約し USD クレジットで請求します。差額は再販規模と一括調達の経済性によるもので、別モデルや低品質変種ではありません。
Anthropic SDK のままでも使えますか?
両方使えます。Anthropic SDK は base_url=https://api.hypereal.cloud/v1 でネイティブ動作。OpenAI SDK も同じ URL で chat-completions 互換利用が可能です。
コンテキスト長と最大出力は?
Claude Fable 5 は 1,000,000 トークンのコンテキストウィンドウを持ち、最大 128,000 トークン出力できます。思考は常にオンで適応的——effort 設定で深さを制御可能。ツール利用と高解像度ビジョンに対応。
課金体系は?
クレジット制でトークン単位課金。100 クレジット = $1。$10 から購入、サブスク不要、月次リセットなし。カードと暗号通貨対応。
従量課金で Claude Fable 5 を使い始めよう
base_url を 1 行変えるだけ。コードはそのまま、100 万トークンあたり $20.00 / $100.00。クレジットは $10 から。
