Claude Fable 5 API
Anthropic का सबसे सक्षम मॉडल, मीटर्ड token बिलिंग के साथ।
Claude Fable 5 को कॉल करें — दीर्घकालिक एजेंटिक कार्य और कठिनतम रीज़निंग के लिए सबसे सक्षम मॉडल — एक drop-in OpenAI-संगत REST एंडपॉइंट के माध्यम से $20.00 इनपुट / $100.00 आउटपुट प्रति मिलियन tokens पर। 1M संदर्भ विंडो, कोई सदस्यता नहीं, केवल जो tokens आप उपयोग करते हैं उनके लिए भुगतान करें।
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 मूल्य निर्धारण
प्रति मिलियन tokens पर Hypereal Credits दरें
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 पर रूट किए जाते हैं। हम मॉडल को fine-tune, distill, या प्रतिस्थापित नहीं करते।
Hypereal मूल्य निर्धारण कैसे निर्धारित किया जाता है?
Hypereal क्षेत्रों में क्षमता एकत्र करता है और credits के आधार पर USD में बिल करता है। वर्तमान मूल्य निर्धारण पुनर्विक्रेता अर्थशास्त्र और बल्क क्षमता से आता है, न कि किसी अलग मॉडल या गुणवत्ता स्तर से।
क्या मैं Anthropic SDK का उपयोग जारी रख सकता हूँ या मुझे स्विच करना होगा?
दोनों काम करते हैं। मूल संगतता के लिए base_url=https://api.hypereal.cloud/v1 के साथ Anthropic SDK का उपयोग करें, या drop-in chat-completions उपयोग के लिए उसी base URL के साथ OpenAI SDK का उपयोग करें।
संदर्भ विंडो और अधिकतम आउटपुट क्या है?
Claude Fable 5 में 1,000,000-token संदर्भ विंडो है जिसमें 128,000 tokens तक का आउटपुट है। सोच हमेशा चालू और अनुकूली है — effort सेटिंग से गहराई नियंत्रित करें। टूल उपयोग और उच्च-रिज़ॉल्यूशन विज़न समर्थित हैं।
बिलिंग कैसे काम करती है?
credits का उपयोग करके प्रति token भुगतान करें। 100 credits = $1. $10 से खरीदें, कोई सदस्यता नहीं, कोई मासिक रीसेट नहीं। कार्ड और क्रिप्टो स्वीकार किए जाते हैं।
वर्तमान मीटर्ड मूल्य निर्धारण के साथ Claude Fable 5 चलाएं
अपना base_url बदलें, अपना कोड रखें, और प्रति मिलियन tokens पर $20.00 / $100.00 का भुगतान करें। Credits $10 से शुरू होती हैं।
