Claude Fable 5 API
โมเดลที่มีความสามารถสูงสุดของ Anthropic ในระบบคิดค่าบริการตามโทเค็น
เรียกใช้ Claude Fable 5 — โมเดลที่เหมาะที่สุดสำหรับงาน agentic ระยะยาวและการอนุมานที่ยากที่สุด — ผ่าน REST endpoint ที่เข้ากันได้กับ OpenAI ในทันทีในราคา $20.00 input / $100.00 output ต่อล้านโทเค็น หน้าต่างบริบท 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
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 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"}]}'ราคาโทเค็นสาธารณะของ Claude Fable 5
อัตรา Hypereal เครดิต ต่อล้านโทเค็น
Questions, answered
นี่คือ Claude Fable 5 จริง ๆ จาก Anthropic หรือไม่?
ใช่ — คำขอถูกนำไปยัง Claude Fable 5 เราไม่ได้ fine-tune, distill หรือแทนที่โมเดล
ราคา Hypereal กำหนดอย่างไร?
Hypereal รวบรวมความจุในหลายภูมิภาคและคิดค่าบริการเป็น USD บนพื้นฐานเครดิต ราคาปัจจุบันมาจากเศรษฐศาสตร์การขายต่อและความจุขนาดใหญ่ ไม่ใช่จากโมเดลหรือระดับคุณภาพที่แตกต่าง
ฉันสามารถใช้ Anthropic SDK ต่อไปได้หรือต้องเปลี่ยน?
ทั้งสองใช้งานได้ ใช้ Anthropic SDK กับ base_url=https://api.hypereal.cloud/v1 เพื่อความเข้ากันได้แบบ native หรือใช้ OpenAI SDK กับ URL เดียวกันสำหรับการใช้งาน chat-completions แบบ drop-in
หน้าต่างบริบทและ output สูงสุดคือเท่าไร?
Claude Fable 5 มีหน้าต่างบริบท 1,000,000 โทเค็นพร้อม output สูงสุดถึง 128,000 โทเค็น การคิดจะเปิดและปรับตัวเสมอ — ควบคุมความลึกด้วยการตั้งค่า effort รองรับการใช้เครื่องมือและ vision ความละเอียดสูง
ระบบการเรียกเก็บเงินทำงานอย่างไร?
จ่ายต่อโทเค็นโดยใช้เครดิต 100 credits = $1 ซื้อตั้งแต่ $10 ไม่มีสมาชิก ไม่มีการรีเซ็ตรายเดือน รับบัตรและ Crypto
รันบน Claude Fable 5 ด้วยราคาคิดตามปริมาณปัจจุบัน
เปลี่ยน base_url ของคุณ เก็บโค้ดไว้ และจ่าย $20.00 / $100.00 ต่อล้านโทเค็น เครดิตเริ่มต้นที่ $10
