AnthropicПопулярно

Claude Fable 5

Mythos-класс Anthropic — тир выше Opus, №1 в нашей AI Arena.

Claude Fable 5 is the first model of Anthropic's Claude 5 family — a Mythos-class tier that sits above Opus in capability. It tops our agentic AI Arena ranking and comes with a 1M-token window. Vendor list price is $10/$50 per 1M.

Лучше всего для

Сложнейшие задачиАгентыОтветственные результаты

Сильные стороны

  • Способности выше Opus
  • №1 в AI Arena
  • Контекст 1M токенов

Использование Claude Fable 5 через AnyModel

Один OpenAI-совместимый эндпоинт — просто укажите id модели:

curl https://anymodel.org/v1/chat/completions \
  -H "Authorization: Bearer $ANYMODEL_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-fable-5",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'