anthropic/claude-fable-5
Anthropic's most capable generally available model. A Mythos-class model built for autonomous coding, knowledge work, and long-horizon agents, with a 1M-token context window and native prompt caching. State-of-the-art on software engineering and long-context tasks. Pick it when you need the absolute top of the line.
المصدر: official_x0.5 · تم التحقق في 2026-06-10
قراءة الكاش $0.500/M · كتابة الكاش $6.25/M
يمكنك استخدام أي من المعرّفَين لاستدعاء هذا النموذج.
anthropic/claude-fable-5استبدل placeholder الـ ONEHOP_KEY بمفتاح API الخاص بك. إنشاء مفتاح →
from anthropic import Anthropic
client = Anthropic(
base_url="https://api.onehop.ai/anthropic",
api_key="<ONEHOP_KEY>",
)
message = client.messages.create(
model="anthropic/claude-fable-5",
max_tokens=1024,
messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(message.content[0].text)٧ طلب · آخر 30 يوماً