Claude

Anthropic: Claude Fable 5.1

Chat
anthropic/claude-fable-5.1

Anthropic Claude Fable 5.1 - Mythos-class frontier model (successor to Fable 5): ambitious coding, long-horizon agents, enterprise knowledge work; adaptive thinking always on

Kontextfenster
1M
Max. Ausgabe-Tokens
128K
Veröffentlicht
2026-09-01
Fähigkeiten
VisionFunction CallingReasoningPrompt CachingPDF-Eingabe
Verfügbare Anbieter
BedrockBedrock
Unterstützte Protokolle
OpenAIopenaiAnthropicanthropic

Providers

BedrockBedrock
Eingabe-Tokens
$10/M
Ausgabe-Tokens
$50/M
Cache-Lesen
$0.25/M
Cache-Schreiben (5 Min.)
$12.5/M
Cache-Schreiben (1 Std.)
$20/M
Websuche
$0.015/R
Protocols
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic

Code-Beispiele

import anthropic
client = anthropic.Anthropic(
base_url="https://api.ofox.ai/anthropic",
api_key="YOUR_OFOX_API_KEY",
)
message = client.messages.create(
model="anthropic/claude-fable-5.1",
max_tokens=1024,
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(message.content[0].text)

Häufig gestellte Fragen

Anthropic: Claude Fable 5.1 auf Ofox.ai kostet $10/M pro Million Eingabe-Tokens und $50/M pro Million Ausgabe-Tokens. Pay-as-you-go, keine monatlichen Gebühren.