anthropic/claude-fable-5
Anthropic 当前最强的公开可用模型。Mythos 级,面向自主编码、知识工作与长程 Agent,支持 100 万 token 上下文与原生 prompt cache。软件工程与长上下文任务达到 SOTA。需要绝对顶配时选用。
来源: official_x0.5 · 核验于 2026-06-10
缓存读 $0.500/M · 缓存写 $6.25/M
API 调用时用任一 ID 都可以。
anthropic/claude-fable-5把 ONEHOP_KEY 占位符替换为你的 API Key。 创建 →
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 天 7 次请求