← Torna al catalogo
40% in menoOttieni una chiave API
Claude Fable 5
claude-fable-5INPUT / 1M$6.00listino $10.00
OUTPUT / 1M$30.00listino $50.00
LETTURA CACHE / 1M—caching non supportato su questo modello
CONTESTO200Ktoken per richiesta
Chiama questo modello
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)Specifiche
ProviderAnthropic
CategoriaDi punta
Contesto200K tokens
Output massimo32.0K
Endpoint/v1/chat/completions
toolsreasoningstreaming