Anthropic: Claude Fable 5
anthropic/claude-fable-5Claude Fable 5 is a Mythos-class model from Anthropic, built for autonomous knowledge work and coding. It supports text, image, and file inputs with text output, with reasoning support and...
Доступна через единый OpenAI-совместимый API AI Gateway: подключайтесь через привычный SDK — меняется только base_url и параметр model. Оплата в рублях, контроль расхода, аккаунт и биллинг в РФ.
Возможности:ИнструментыJSON-режим
Быстрый старт
Первый запрос к anthropic/claude-fable-5 — скопируйте и подставьте свой ключ.
from openai import OpenAI
client = OpenAI(
base_url="https://ai-gatewey.ru/v1",
api_key="sk-aigate-ваш_ключ",
)
resp = client.chat.completions.create(
model="anthropic/claude-fable-5",
messages=[{"role": "user", "content": "Привет!"}],
)
print(resp.choices[0].message.content)Другие модели Anthropic
все →- Anthropic: Claude Sonnet 51 568 ₽
- Anthropic: Claude Opus 53 919 ₽
- Anthropic: Claude 3 Haiku196 ₽
- Anthropic: Claude Haiku 4.5784 ₽
- Anthropic: Claude Haiku Latest784 ₽
- Anthropic: Claude Sonnet Latest1 568 ₽
- Anthropic: Claude Sonnet 42 351 ₽
- Anthropic: Claude Sonnet 4.52 351 ₽
- Anthropic: Claude Sonnet 4.62 351 ₽
- Anthropic: Claude Opus 4.53 919 ₽
Близкие по цене
Модели других провайдеров в том же ценовом диапазоне — прямые альтернативы.