返回模型列表

Claude Fable 5.1

anthropicanthropic/claude-fable-5-1

Anthropic's 2026-09 frontier model — successor to Claude Fable 5, with gains in agentic coding, long-running agentic workflows, and knowledge work; 1M context, 128K output.

Claude Fable 5.1 是 Anthropic 于 2026 年 9 月发布的 Claude Fable 5 后继型号,在 agent 编码、长周期 agent 工作流与知识型工作上有所提升。在 TheRouter 中,它以 anthropic/claude-fable-5-1 收录,支持文本与图像输入、文本输出、100 万 token 上下文窗口以及最高 128K 输出 token;这些运行参数来自实时模型目录。

与 Fable 5 发布后一度在 Anthropic 一方 API 被阻断不同,TheRouter 上线本型号时 Fable 5.1 可直接通过 Anthropic 一方 Claude API 访问,并以 OpenRouter 作为 fallback 路线。两条路线均会对 tool_choice: anytool_choice: tool 请求模式返回 400;如需强制结构化工具调用,请改用 tool_choice: auto/none,或 Anthropic 文档中的 strict/output_schema 迁移路径。

适合使用
  • 长周期 agent 编码与迁移任务:1M 上下文和 128K 输出比低单价更重要
  • 复杂推理与知识型工作路线:需要 Anthropic 最新公开 Claude 检查点
  • 图文分析:prompt 太大或输出太长,超过 200k 上下文 Claude 替代模型的舒适区
不适合使用
  • 大流量简单聊天、客服自动化与延迟敏感体验——优先路由到 Claude Haiku 4.5 或 Claude Sonnet 5
  • 强制 tool_choice: anytool_choice: tool 的请求——两条已配置路线均会返回 400;请改用 auto/nonestrict/output_schema

供应商自营与 TheRouter 服务形态的差异

供应商自己运营时

Anthropic 以 Claude API 原生语义运行 Fable 5.1,包括自身的 tool_choice、effort 与 prompt caching 控制。

在 TheRouter 上

TheRouter 在 OpenAI 兼容 chat completions 路径上以目录模型 ID anthropic/claude-fable-5-1 提供该模型,并在入口层额外拒绝 tool_choice: any/tool(两个入口均生效)——Anthropic 本身也会在上游以 400 拒绝该模式,TheRouter 在发起上游调用之前即拒绝,避免了一次无意义的上游往返。

上下文长度
1M
最大输出
128K
输入价格每百万 tokens
$10.80每百万 Tokens
输出价格每百万 tokens
$54.00每百万 Tokens

模态能力

文本图像文本

能力

视觉理解

价格明细

类型费率
输入$10.80 每百万 Tokens
输出$54.00 每百万 Tokens

支持参数

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatreasoningstop

模型规格

发布日期2026-09待核实
Anthropic 模型 idclaude-fable-5-1已核实
上下文窗口1,000,000 token已核实
最大输出128,000 token已核实
训练数据截止未公开披露未知
许可Anthropic Usage Policy(闭源,仅 API)www.anthropic.com已核实
定价(输入 / 输出)每百万 token $10 / $50(官方原价;TheRouter 的 PRICING_MARGIN 仅在运行时统一施加一次)platform.claude.com已核实

基准成绩

BenchmarkDistributionScoreSource
Official benchmark table
本次整理时,引用的模型文档未公布基准测试表。
未公开披露

API 使用示例

所有新集成都应使用下方示例中的全球端点 api.therouter.ai;旧中国加速端点已下线。

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "anthropic/claude-fable-5-1",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'

API 使用指南

Chat 调用

需要让 TheRouter 通过已配置供应商链路路由 Claude Fable 5.1 时,使用 OpenAI 兼容的 chat completions 端点。

cURL
curl https://api.therouter.ai/v1/chat/completions \
  -H "Authorization: Bearer $THEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"anthropic/claude-fable-5-1","messages":[{"role":"user","content":"Hello"}]}'

anthropic 其他模型

同类模型

跨供应商的相似能力档位

动态与变更

2026-09-17

Claude Fable 5.1 发布,作为 Fable 5 的后继型号

TheRouter 新增 anthropic/claude-fable-5-1,配备 Anthropic 一方路线与 OpenRouter fallback;两条路线均在入口层对 tool_choice: any/tool 返回 400。

TheRouter 编辑重写platform.claude.com

常见问题

Claude Fable 5.1 支持 tool_choice: any 或 tool_choice: tool 吗?

不支持。Anthropic 对该模型的这两种模式返回 400,TheRouter 在 /v1/messages 与 /v1/chat/completions 两个入口都会在发起任何上游调用前执行同样的拒绝。请改用 tool_choice: auto/none,或 strict/output_schema 迁移路径。

TheRouter 编辑重写
事实档案 — 本页每条断言可在此回溯来源
来源URL采集于
发布日期待核实
Anthropic 模型 id已核实
上下文窗口已核实
最大输出已核实
训练数据截止未知
许可www.anthropic.com2026-09-17已核实
定价(输入 / 输出)platform.claude.com2026-09-17已核实
Official benchmark tableplatform.claude.com2026-09-17未知
Claude Fable 5.1 发布,作为 Fable 5 的后继型号platform.claude.com2026-09-17已核实
客服支持