Language
Torna al catalogo

Claude Fable 5

40% in meno
claude-fable-5
Ottieni una chiave API
INPUT / 1M$6.00listino $10.00
OUTPUT / 1M$30.00listino $50.00
LETTURA CACHE / 1Mcaching 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