> For the complete documentation index, see [llms.txt](https://yeasy.gitbook.io/claude_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeasy.gitbook.io/claude_guide/fu-lu/12_appendix/12.7_volatile_facts.md).

# 附录 G：快变事实核验表

> Last verified: 2026-06-17. 本表是 Claude 模型、API、价格、隐私与竞品对比的更新入口。

| 类别                      | 当前维护口径                                                                                                                                                           | 权威入口                                                                                                                                                                   | 编辑要求                                                                                         |
| ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| Claude 模型               | Claude Fable 5（2026-06-09 GA，$10/$50、1M、128K 输出）与 Mythos 5（Glasswing 受邀）已于 2026-06-12 被 Anthropic 暂停访问；Opus / Sonnet / Haiku 各档的模型 ID、上下文、thinking、生命周期以官方模型页为准。 | [Claude Models](https://platform.claude.com/docs/en/about-claude/models/overview), [Fable/Mythos access statement](https://www.anthropic.com/news/fable-mythos-access) | 不把 dateless model ID 写成 evergreen alias；“最强模型”表述须区分发布规格、当前可用性、Fable 5（全系）与 Opus 4.8（Opus 档）。 |
| Claude 定价               | 输入、输出、缓存、batch、长上下文价格以官方 pricing 页为准。                                                                                                                            | [Claude Pricing](https://platform.claude.com/docs/en/about-claude/pricing)                                                                                             | 任何成本表必须写核验日期和币种。                                                                             |
| Claude Code / Agent SDK | CLI、hooks、output styles、permissions、Agent SDK 以 Claude Code docs 为准。                                                                                             | [Claude Code Docs](https://code.claude.com/docs/), [Agent SDK](https://code.claude.com/docs/en/agent-sdk/overview)                                                     | beta / preview 功能必须说明平台和可用范围。                                                                |
| 伙伴与认证                   | Claude Partner Network、Partner Hub、伙伴层级、认证人数和服务伙伴状态以官方伙伴页为准。                                                                                                     | [Claude Partners](https://claude.com/partners)                                                                                                                         | 不把 tier 门槛、折扣、晋降级周期或认证数量写成永久事实。                                                              |
| 数据隐私                    | API 数据留存、训练使用、enterprise policy 以官方隐私和数据留存文档为准。                                                                                                                  | [API and data retention](https://platform.claude.com/docs/en/manage-claude/api-and-data-retention)                                                                     | 不用单一数字概括所有产品线留存策略。                                                                           |
| 竞品对比                    | OpenAI、Gemini、Mistral、DeepSeek 等只作为 dated snapshot。                                                                                                              | 各厂商官方模型和价格页                                                                                                                                                            | benchmark 与价格不得无来源横向硬比。                                                                      |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://yeasy.gitbook.io/claude_guide/fu-lu/12_appendix/12.7_volatile_facts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
