GPT-5.6 Sol com 80% off. Criar conta

Claude Fable 5

by Anthropic · Anthropic's largest model, with a million-token window, for the hardest reasoning and the longest agentic runs.

Contexto 1M
Entrada / M tokens US$ 5,00
Saída / M tokens US$ 25,00
Throughput

Visão geral

Capacidades

  • chat
  • streaming
  • tools
  • vision

Call Claude Fable 5

Copy & Run
Raciocínio
curl -sS "https://api.webway.sh/v1/chat/completions" \
  -H "Authorization: Bearer Sua API  " \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-fable-5",
    "messages": [{"role": "user", "content": "Hello!"}],
    "max_tokens": 64,
    "thinking": {"type": "disabled"}
  }'