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
API 호출 시 어떤 ID든 사용할 수 있습니다.
anthropic/claude-fable-5ONEHOP_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건