← Zurück zum Katalog
40 % günstigerAPI-Key holen
Claude Fable 5
claude-fable-5INPUT / 1M$6.00Liste $10.00
OUTPUT / 1M$30.00Liste $50.00
CACHE-READ / 1M—dieses Modell unterstützt kein Caching
KONTEXT200KTokens pro Request
Modell aufrufen
from openai import OpenAI
client = OpenAI(
api_key="sk-ak-...",
base_url="https://apikey.sh/v1",
)
resp = client.chat.completions.create(
model="claude-fable-5",
messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)Spezifikationen
AnbieterAnthropic
KategorieFlaggschiff
Kontext200K tokens
Max. Output32.0K
Endpoint/v1/chat/completions
toolsreasoningstreaming