当前模型与定价
这是 AILmanac 中唯一带有严格时效性保证的页面。站点上其他地方涉及的每一项模型信息都会链接到这里,而不是硬编码名称或数字,因此只需在一个地方保持更新即可。
当前的 Claude 模型
Last verified: 2026-08-07 · Official models & pricing
| Model | API model ID | Tier | Best for |
|---|---|---|---|
| Claude Opus 5 | claude-opus-5 | Opus — most capable | Complex agentic coding and enterprise work: 1M context, 128k output, with materially better numbers than Opus 4.8. Default on Claude Max, strongest available on Claude Pro. (Supersedes Claude Opus 4.8, now a legacy model.) |
| Claude Sonnet 5 | claude-sonnet-5 | Sonnet — balanced | The default workhorse and Claude Code's default model: the best combination of speed and intelligence, with a 1M-token context window. Start here for most work. (Supersedes Claude Sonnet 4.6, now a legacy model.) |
| Claude Haiku 4.5 | claude-haiku-4-5-20251001 | Haiku — fastest & cheapest | High-volume, latency-sensitive tasks: classification, extraction, routing, simple chat, and cheap sub-agents. |
| Claude Fable 5 | claude-fable-5 | Mythos-class — flagship (above Opus) | Anthropic's most capable widely released model. Multiday autonomous runs, first-shot on ambiguous specs, dense vision, sustained delegation to parallel subagents. GA June 9 2026. Refuses in-band (HTTP 200, stop_reason: refusal) — configure server-side or client-side fallback to another current Claude model (Opus 5 is the recommended default). Adaptive thinking only; raw thinking never returned. 30-day retention (NOT ZDR-eligible). |
| Claude Mythos 5 | claude-mythos-5 | Mythos-class — restricted (Project Glasswing) | Same capabilities as Fable 5 without the safety classifiers. Limited availability to approved Project Glasswing partners only; not self-serve. Customers without access should use Fable 5. |
Model IDs are exact; tiers and 'best for' are guidance. Pricing, context-window sizes and rate limits change frequently and are intentionally NOT listed here — always read them on the official page above. This file is the single source of truth: never hard-code model facts in prose, link to this table instead.
为什么定价和上下文限制不在表格中
它们变动得太频繁,无法安全地复制——过时的价格比没有价格更糟。我们只列出每个模型的标识信息(名称、API ID、用途),并将你引导至官方页面查看 定价、上下文窗口和速率限制,那里始终是权威来源。
我们如何保持其时效性
- 该表格由单一数据文件(
data/models.json)渲染而成,该文件携带 “最后验证”日期。 - 更新它只需改动一行——是一次绝佳的 首次贡献。
- 在后续阶段,自动化将把该文件与官方模型接口进行比对,并在出现差异时自动提交一个 pull request——但在发布之前始终会有人工审核。(参阅 我们的自动化如何运作。)
如何在它们之间做选择
一条快速的经验法则(完整指导见 选择模型):
- 从 Sonnet 开始。 对大多数工作而言,它在质量、速度和成本之间达到了最佳平衡。
- 当难题上的质量比成本更重要时,选用 Opus。
- 对于高并发、对延迟敏感或简单的任务,降级到 Haiku。