Claude Fable 5 API
Anthropic 最強大的模型,按 token 計量計費。
透過即插即用的 OpenAI 相容 REST 端點呼叫 Claude Fable 5 —— 最適合長週期 Agent 執行與深度推理的旗艦模型。輸入 $20.00 / 輸出 $100.00(每百萬 token)。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 公開 token 定價
Hypereal Credits 每百萬 token 費率
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 跨地區聚合算力並以美元積分計費。差價來自經銷商規模與批量採購,而非降級模型或低品質副本。
我必須切換到 OpenAI SDK 嗎?
無需切換。Anthropic SDK 直接覆寫 base_url=https://api.hypereal.cloud/v1 即可原生使用;OpenAI SDK 也能透過相同 URL 即插即用。
上下文視窗和最大輸出是多少?
Claude Fable 5 擁有 1,000,000 token 的上下文視窗,最大輸出 128,000 token。思考模式始終開啟且自適應——透過 effort 參數控制深度。支援工具呼叫和高解析度視覺。
如何計費?
使用積分按 token 付費。100 credits = $1。$10 起儲值,無訂閱,無月度重置。支援信用卡和加密貨幣。
以當前計量價格執行 Claude Fable 5
改一行 base_url,程式碼不變,每百萬 token 僅需 $20.00 / $100.00。積分從 $10 起儲值。
