Claude Fable 5.1 发布,作为 Fable 5 的后继型号
TheRouter 新增 anthropic/claude-fable-5-1,配备 Anthropic 一方路线与 OpenRouter fallback;两条路线均在入口层对 tool_choice: any/tool 返回 400。
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: any 与 tool_choice: tool 请求模式返回 400;如需强制结构化工具调用,请改用 tool_choice: auto/none,或 Anthropic 文档中的 strict/output_schema 迁移路径。
tool_choice: any 或 tool_choice: tool 的请求——两条已配置路线均会返回 400;请改用 auto/none 或 strict/output_schemaAnthropic 以 Claude API 原生语义运行 Fable 5.1,包括自身的 tool_choice、effort 与 prompt caching 控制。
TheRouter 在 OpenAI 兼容 chat completions 路径上以目录模型 ID anthropic/claude-fable-5-1 提供该模型,并在入口层额外拒绝 tool_choice: any/tool(两个入口均生效)——Anthropic 本身也会在上游以 400 拒绝该模式,TheRouter 在发起上游调用之前即拒绝,避免了一次无意义的上游往返。
| 类型 | 费率 |
|---|---|
| 输入 | $10.80 每百万 Tokens |
| 输出 | $54.00 每百万 Tokens |
| 发布日期 | 2026-09 | 待核实 |
| Anthropic 模型 id | claude-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 ↗ | 已核实 |
| Benchmark | Distribution | Score | Source |
|---|---|---|---|
Official benchmark table 本次整理时,引用的模型文档未公布基准测试表。 | — | 未公开披露 | — |
所有新集成都应使用下方示例中的全球端点 api.therouter.ai;旧中国加速端点已下线。
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."}
]
}'需要让 TheRouter 通过已配置供应商链路路由 Claude Fable 5.1 时,使用 OpenAI 兼容的 chat completions 端点。
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"}]}'TheRouter 新增 anthropic/claude-fable-5-1,配备 Anthropic 一方路线与 OpenRouter fallback;两条路线均在入口层对 tool_choice: any/tool 返回 400。
不支持。Anthropic 对该模型的这两种模式返回 400,TheRouter 在 /v1/messages 与 /v1/chat/completions 两个入口都会在发起任何上游调用前执行同样的拒绝。请改用 tool_choice: auto/none,或 strict/output_schema 迁移路径。
| 来源 | URL | 采集于 | |
|---|---|---|---|
| 发布日期 | — | — | 待核实 |
| Anthropic 模型 id | — | — | 已核实 |
| 上下文窗口 | — | — | 已核实 |
| 最大输出 | — | — | 已核实 |
| 训练数据截止 | — | — | 未知 |
| 许可 | www.anthropic.com ↗ | 2026-09-17 | 已核实 |
| 定价(输入 / 输出) | platform.claude.com ↗ | 2026-09-17 | 已核实 |
| Official benchmark table | platform.claude.com ↗ | 2026-09-17 | 未知 |
| Claude Fable 5.1 发布,作为 Fable 5 的后继型号 | platform.claude.com ↗ | 2026-09-17 | 已核实 |