Seedance 2.0 立省 15% | 在 Video Generator 中创作 →
anthropic
anthropic/claude-fable-5

anthropic/claude-fable-5

发布时间: 2026-06-09

1,000,000 context · $10.00/M input tokens · $50.00/M output tokens

Claude Fable 5 is Anthropic’s generally available Mythos-class model for autonomous knowledge work, advanced reasoning, and long-horizon coding. It supports text, image, and file inputs with text output, a 1M-token context window, up to 128K output tokens, always-on adaptive thinking, tool use, and structured outputs. Built from the same underlying model family as Claude Mythos 5 with stronger public-release safeguards, it is suited for complex software engineering, multi-step agent workflows, enterprise research, document analysis, and professional tasks that require sustained reasoning and reliability.

定价

按量付费

无需预付费用,仅按实际使用量付费

输入$10.00 / M Tokens
输出$50.00 / M Tokens
Cache Read$1.00 / M Tokens
Cache Write$12.50 / M Tokens

试用模型

anthropic/claude-fable-5
在线
anthropic
你好!我是乐于助人的 AI 助手。需要我帮你做什么?

API 使用

使用以下代码示例接入我们的 API:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="anthropic/claude-fable-5",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

模型介绍

Anthropic: Claude Fable 5

Claude Fable 5 is Anthropic’s generally available Mythos-class model for autonomous knowledge work, advanced reasoning, and long-horizon coding. It supports text, image, and file inputs with text output, a 1M-token context window, always-on adaptive thinking, tool use, and structured outputs.


Why It Looks Great

  • Anthropic’s most capable widely released model for demanding reasoning and long-horizon agentic work
  • Mythos-class capability made generally available with robust public-release safeguards
  • 1M-token context window for large codebases, long documents, research corpora, and extended multi-turn workflows
  • Up to 128K output tokens for long-form reasoning, coding, analysis, and structured generation
  • Strong fit for autonomous software engineering, enterprise knowledge work, scientific analysis, and complex planning
  • Vision and file input support for screenshots, diagrams, PDFs, documents, and multimodal analysis
  • Always-on adaptive thinking for deeper reasoning without manual thinking-mode configuration
  • Function calling and tool-use support for agentic application workflows
  • Structured output support for JSON responses and schema-constrained generation

Key Features

  • Context Window: 1,000,000 tokens
  • Max Input: 872,000 tokens
  • Max Output: 128,000 tokens
  • Input: Text, Image, File
  • Output: Text
  • Vision: Supported
  • File Input: Supported
  • Function Calling: Supported
  • Structured Outputs: Supported
  • Adaptive Thinking: Supported, always on
  • Image Generation: Not listed
  • Audio Input: Not listed
  • Supported Parameters: include_reasoning, max_completion_tokens, max_tokens, reasoning, response_format, stop, structured_outputs, tool_choice, tools, verbosity

Specifications

SpecificationValue
Provideranthropic
Model TypeChat Completions model
Model ClassMythos
Architecturetext+image+file->text
Context Window1,000,000 tokens
Max Input872,000 tokens
Max Output128,000 tokens
InputText, Image, File
OutputText
VisionSupported
File InputSupported
Function CallingSupported
Structured OutputsSupported
Adaptive ThinkingSupported, always on
ReleaseJune 9, 2026

How to Use

  1. Write your prompt - describe the task, provide context, and specify the desired output format.
  2. Submit - the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1
API Endpoint: chat/completions
Model ID: anthropic/claude-fable-5


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="anthropic/claude-fable-5",
    messages=[{"role": "user", "content": "Hello!"}]
)

print(response.choices[0].message.content)

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "anthropic/claude-fable-5",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: anthropic/claude-fable-5
  • Provider: anthropic
  • Best suited for autonomous knowledge work, long-horizon coding, complex reasoning, enterprise research, multimodal document analysis, and high-autonomy tool workflows
  • Robust safeguards apply for high-risk domains; some sensitive requests may be refused or routed to a safer fallback model

信息

提供商anthropic
类型llm

支持功能

输入
文本图像
输出
文本
上下文1,000,000
最大输出128,000
视觉✓ 支持
函数调用✓ 支持

API 访问指南

Base URLhttps://llm.wavespeed.ai/v1
API 端点chat/completions
Model IDanthropic/claude-fable-5

Claude Fable 5 API

anthropic/claude-fable-5

Claude Fable 5 is Anthropic’s generally available Mythos-class model for autonomous knowledge work, advanced reasoning, and long-horizon coding. It supports text, image, and file inputs with text output, a 1M-token context window, up to 128K output tokens, always-on adaptive thinking, tool use, and structured outputs. Built from the same underlying model family as Claude Mythos 5 with stronger public-release safeguards, it is suited for complex software engineering, multi-step agent workflows, enterprise research, document analysis, and professional tasks that require sustained reasoning and reliability.

输入

$10 /M

输出

$50 /M

上下文

1000K

最大输出

128K

Vision

支持

工具调用

支持

在 WaveSpeedAI 试用 Claude Fable 5

通过我们的统一 API 接入 Claude Fable 5 — 兼容 OpenAI、无冷启动、透明计费。

关于 Claude Fable 5 的常见问题

Claude Fable 5 API 多少钱?+

WaveSpeedAI 定价:输入每百万 token $10.00,输出每百万 token $50.00。Prompt 缓存和批处理单独计费,可显著降低长上下文、高重复任务的实际成本。

Claude Fable 5 的上下文窗口是多大?+

Claude Fable 5 单次请求最多支持 1000K 上下文 token,输出最多 128K token。

Claude Fable 5 是否兼容 OpenAI?+

是的。WaveSpeedAI 通过 https://llm.wavespeed.ai/v1 的 OpenAI 兼容端点提供 Claude Fable 5。把官方 OpenAI SDK 的 base URL 指向该地址,使用 WaveSpeedAI 的 API Key 即可,无需任何其他代码改动。

如何开始使用 Claude Fable 5?+

登录 WaveSpeedAI,在 Access Keys 中生成 API Key,使用上方显示的 model id 向 https://llm.wavespeed.ai/v1/chat/completions 发送请求。新账户可获得免费额度,用于试用 Claude Fable 5。

相关 LLM API