1> ## Documentation Index
2> Fetch the complete documentation index at: https://code.claude.com/docs/llms.txt
3> Use this file to discover all available pages before exploring further.
4
5# 功能可用性
6
7> 比较 Claude Code 功能在 Anthropic 订阅计划、Anthropic Console、Amazon Bedrock、AWS 上的 Claude Platform、Google Vertex AI 和 Microsoft Foundry 中的可用性。
8
9Claude Code CLI 和所有本地运行的功能在每个提供商上的工作方式完全相同。有关每个提供商的设置说明,请参阅[企业部署概述](/zh-CN/third-party-integrations)。要直接跳到您的提供商上缺少的功能,请参阅[按提供商汇总](#summary-by-provider)选项卡。
10
11在下表中,✓ 表示可用,✗ 表示不可用,"See note"链接到脚注以获取部分支持。✓ 后面的限定符将可用性缩小到该子集,"Admin-enabled"表示该功能处于关闭状态,直到组织管理员将其打开。
12
13<h2 id="availability-by-model-provider">
14 按模型提供商的可用性
15</h2>
16
17您的身份验证方式决定了 Claude Code 可以访问哪些功能。有关您的提供商上缺少的内容的单一列表,请参阅[按提供商汇总](#summary-by-provider)选项卡。要在表格中找到您的列:
18
19* **Claude 订阅**:您使用 claude.ai 账户登录 Pro、Max、Team 或 Enterprise 计划
20* **Anthropic Console**:您使用 Anthropic API 密钥进行身份验证
21* **Amazon Bedrock**:您从 Bedrock 模型目录中使用 Claude 模型并设置 `CLAUDE_CODE_USE_BEDROCK`。[Mantle 端点](/zh-CN/amazon-bedrock#use-the-mantle-endpoint)(`CLAUDE_CODE_USE_MANTLE`)由此列涵盖
22* **Claude Platform on AWS**:您通过 AWS Marketplace 购买了 Claude,但调用 Anthropic API,并设置 `CLAUDE_CODE_USE_ANTHROPIC_AWS`
23* **Google Vertex AI**:由 Google 运营;您设置 `CLAUDE_CODE_USE_VERTEX`
24* **Microsoft Foundry**:由 Anthropic 在 Azure 上运营;您设置 `CLAUDE_CODE_USE_FOUNDRY`
25
26<h3 id="features-available-on-every-provider">
27 每个提供商都可用的功能
28</h3>
29
30这些在每个提供商上的工作方式完全相同:
31
32* [CLI](/zh-CN/quickstart) 和 [Agent SDK](/zh-CN/agent-sdk/overview)
33* [VS Code](/zh-CN/vs-code) 和 [JetBrains](/zh-CN/jetbrains) 扩展
34* [Subagents](/zh-CN/sub-agents)、[hooks](/zh-CN/hooks-guide)、[commands](/zh-CN/commands) 和 [skills](/zh-CN/skills)
35* [CLAUDE.md memory](/zh-CN/memory)、[plugins](/zh-CN/plugins) 和 [MCP servers](/zh-CN/mcp)
36* [Checkpoints](/zh-CN/checkpointing)、[sandboxing](/zh-CN/sandboxing) 和 [Workflows](/zh-CN/workflows)
37* [OpenTelemetry metrics](/zh-CN/monitoring-usage) 和[托管设置文件](/zh-CN/settings#settings-files)
38
39<h3 id="features-that-require-a-claude-subscription">
40 需要 Claude 订阅的功能
41</h3>
42
43这些需要使用 claude.ai 账户登录,无法通过 Anthropic Console API 密钥或第三方提供商访问:
44
45* [网络上的 Claude Code](/zh-CN/claude-code-on-the-web)、移动设备上的 Claude Code 和 [Slack 中的 Claude Code](/zh-CN/slack)
46* [Claude Code Desktop](/zh-CN/desktop)
47* [Routines](/zh-CN/routines)(`/schedule`)
48* [Ultraplan](/zh-CN/ultraplan) 和 [Ultrareview](/zh-CN/ultrareview)
49* [Code Review](/zh-CN/code-review):Team 和 Enterprise 计划
50* [Remote Control](/zh-CN/remote-control)
51* [Chrome 扩展](/zh-CN/chrome)
52* [Computer use](/zh-CN/computer-use):Pro 和 Max 计划
53* [Artifacts](/zh-CN/artifacts):Team 和 Enterprise 计划
54* [Voice dictation](/zh-CN/voice-dictation)
55
56Desktop 是部分例外:Enterprise 部署可以通过[托管设置](https://support.claude.com/en/articles/12622667-enterprise-configuration)将 Desktop 路由到 Vertex AI 或网关提供商,[Cowork on 3P 研究预览](https://claude.com/docs/cowork/3p/overview)在 Bedrock、Vertex AI、Foundry 或自托管 LLM 网关上运行 Code 选项卡。有关这些功能的按计划可用性,请参阅[按订阅计划的可用性](#availability-by-subscription-plan)。
57
58<h3 id="cli-capabilities-that-vary-by-provider">
59 按提供商变化的 CLI 功能
60</h3>
61
62这些功能在本地 CLI 中工作,但取决于并非每个提供商都公开的服务器端功能。
63
64<table>
65 <thead>
66 <tr>
67 <th>功能</th>
68 <th>Claude 订阅</th>
69 <th>Anthropic Console</th>
70 <th>Amazon Bedrock</th>
71 <th>Claude Platform on AWS</th>
72 <th>Google Vertex AI</th>
73 <th>Microsoft Foundry</th>
74 </tr>
75 </thead>
76
77 <tbody>
78 <tr>
79 <td>[Web search](/zh-CN/tools-reference#websearch-tool-behavior)</td>
80 <td>✓</td>
81 <td>✓</td>
82 <td>✗</td>
83 <td>✓</td>
84 <td>See note <sup><a href="#fn1">1</a></sup></td>
85 <td>✓</td>
86 </tr>
87
88 <tr>
89 <td>[Fast mode](/zh-CN/fast-mode)</td>
90 <td>✓</td>
91 <td>✓</td>
92 <td>✗</td>
93 <td>✗</td>
94 <td>✗</td>
95 <td>✗</td>
96 </tr>
97
98 <tr>
99 <td>[Auto mode](/zh-CN/auto-mode-config)</td>
100 <td>✓</td>
101 <td>✓</td>
102 <td>See note <sup><a href="#fn2">2</a></sup></td>
103 <td>✓</td>
104 <td>See note <sup><a href="#fn2">2</a></sup></td>
105 <td>See note <sup><a href="#fn2">2</a></sup></td>
106 </tr>
107
108 <tr>
109 <td>[Advisor](/zh-CN/advisor)</td>
110 <td>✓</td>
111 <td>✓</td>
112 <td>✗</td>
113 <td>✗</td>
114 <td>✗</td>
115 <td>✗</td>
116 </tr>
117
118 <tr>
119 <td>[Channels](/zh-CN/channels)</td>
120 <td>✓</td>
121 <td>✓</td>
122 <td>✗</td>
123 <td>✗</td>
124 <td>✗</td>
125 <td>✗</td>
126 </tr>
127
128 <tr>
129 <td>[`/loop` scheduled tasks](/zh-CN/scheduled-tasks)</td>
130 <td>✓</td>
131 <td>✓</td>
132 <td>See note <sup><a href="#fn3">3</a></sup></td>
133 <td>✓</td>
134 <td>See note <sup><a href="#fn3">3</a></sup></td>
135 <td>See note <sup><a href="#fn3">3</a></sup></td>
136 </tr>
137
138 <tr>
139 <td>[GitHub Actions](/zh-CN/github-actions) 和 [GitLab CI/CD](/zh-CN/gitlab-ci-cd)</td>
140 <td>✓</td>
141 <td>✓</td>
142 <td>✓</td>
143 <td>✓</td>
144 <td>✓</td>
145 <td>✗</td>
146 </tr>
147 </tbody>
148</table>
149
150<h3 id="admin-and-analytics">
151 管理和分析
152</h3>
153
154组织级别的控制和使用情况可见性。
155
156<table>
157 <thead>
158 <tr>
159 <th>功能</th>
160 <th>Claude 订阅</th>
161 <th>Anthropic Console</th>
162 <th>Amazon Bedrock</th>
163 <th>Claude Platform on AWS</th>
164 <th>Google Vertex AI</th>
165 <th>Microsoft Foundry</th>
166 </tr>
167 </thead>
168
169 <tbody>
170 <tr>
171 <td>[Analytics dashboard and API](/zh-CN/analytics)</td>
172 <td>✓ (Team 和 Enterprise)</td>
173 <td>✓ <sup><a href="#fn5">5</a></sup></td>
174 <td>✗</td>
175 <td>✗</td>
176 <td>✗</td>
177 <td>✗</td>
178 </tr>
179
180 <tr>
181 <td>[Server-managed settings](/zh-CN/server-managed-settings)</td>
182 <td>✓ (Team 和 Enterprise)</td>
183 <td>✓ (Team 和 Enterprise)</td>
184 <td>✗</td>
185 <td>✗</td>
186 <td>✗</td>
187 <td>✗</td>
188 </tr>
189
190 <tr>
191 <td>[Zero Data Retention](/zh-CN/zero-data-retention)</td>
192 <td>✓ (合格的 Enterprise 账户)</td>
193 <td>✓ (合格的账户)</td>
194 <td>See note <sup><a href="#fn4">4</a></sup></td>
195 <td>✓ (合格的账户)</td>
196 <td>See note <sup><a href="#fn4">4</a></sup></td>
197 <td>See note <sup><a href="#fn4">4</a></sup></td>
198 </tr>
199 </tbody>
200</table>
201
202<span id="fn1" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>1</sup> 在 Vertex AI 上,web search 适用于 Claude 4 及更高版本的模型。<br />
203<span id="fn2" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>2</sup> 需要 `CLAUDE_CODE_ENABLE_AUTO_MODE`。请参阅 [Auto mode 配置](/zh-CN/auto-mode-config)。<br />
204<span id="fn3" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>3</sup> 显式间隔(如 `/loop every 2 hours`)在每个提供商上都有效。在 Bedrock、Vertex AI 和 Foundry 上,`/loop` 无法选择自己的间隔或提供默认维护提示,因此没有间隔的提示每 10 分钟运行一次,没有参数的 `/loop` 显示使用消息。请参阅[计划任务](/zh-CN/scheduled-tasks)。<br />
205<span id="fn4" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>4</sup> 受您与云提供商的协议约束。<br />
206<span id="fn5" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>5</sup> 仅限仪表板和 API。[贡献指标](/zh-CN/analytics#enable-contribution-metrics)需要 claude.ai Team 或 Enterprise 组织。
207
208<Note>
209 如果您通过 [LLM gateway](/zh-CN/llm-gateway) 进行身份验证,功能可用性与网关转发到的基础提供商相匹配。某些仅限 Anthropic 的功能(如 [Advisor](/zh-CN/advisor))仅在网关将请求完整转发到 Anthropic API 时才有效。
210</Note>
211
212<h3 id="summary-by-provider">
213 按提供商汇总
214</h3>
215
216每个选项卡列出了该提供商上不可用或部分支持的内容,以及存在替代方案的地方。未列出的所有内容的工作方式与 Claude 订阅上相同。在 Bedrock、Vertex AI、Foundry 和 Claude Platform on AWS 上,错误报告和遥测到 Anthropic 默认处于关闭状态。请参阅[按 API 提供商的默认行为](/zh-CN/data-usage#default-behaviors-by-api-provider)了解哪些流量仍然到达 Anthropic 以及如何选择退出。
217
218<Tabs>
219 <Tab title="Amazon Bedrock">
220 **不可用:** 所有[需要 Claude 订阅的功能](#features-that-require-a-claude-subscription),加上 [web search](/zh-CN/tools-reference#websearch-tool-behavior)、[fast mode](/zh-CN/fast-mode)、[Advisor](/zh-CN/advisor)、[Channels](/zh-CN/channels)、[analytics dashboard](/zh-CN/analytics) 和 [server-managed settings](/zh-CN/server-managed-settings)。
221
222 **部分支持:**
223
224 * [Desktop](/zh-CN/desktop):仅通过 [Cowork on 3P 研究预览](https://claude.com/docs/cowork/3p/overview)
225 * [Auto mode](/zh-CN/auto-mode-config):设置 `CLAUDE_CODE_ENABLE_AUTO_MODE`
226 * [`/loop`](/zh-CN/scheduled-tasks):仅显式间隔
227 * [Zero Data Retention](/zh-CN/zero-data-retention):受您的 AWS 协议约束
228
229 **替代方案:** 对于调度,使用带有显式间隔的 [`/loop`](/zh-CN/scheduled-tasks) 而不是 `/schedule`。对于云会话,使用 [GitHub Actions](/zh-CN/github-actions) 或 [GitLab CI/CD](/zh-CN/gitlab-ci-cd)。对于网络查询,使用带有特定 URL 的 [WebFetch tool](/zh-CN/tools-reference#webfetch-tool-behavior)。
230 </Tab>
231
232 <Tab title="Claude Platform on AWS">
233 **不可用:** 所有[需要 Claude 订阅的功能](#features-that-require-a-claude-subscription),加上 [fast mode](/zh-CN/fast-mode)、[Advisor](/zh-CN/advisor)、[Channels](/zh-CN/channels)、[analytics dashboard](/zh-CN/analytics) 和 [server-managed settings](/zh-CN/server-managed-settings)。
234
235 **可用** Bedrock 不可用的地方:[web search](/zh-CN/tools-reference#websearch-tool-behavior)、不需要选择加入标志的 [auto mode](/zh-CN/auto-mode-config) 和 [`/loop` self-pacing](/zh-CN/scheduled-tasks)。
236
237 **替代方案:** 对于调度,使用 [`/loop`](/zh-CN/scheduled-tasks) 而不是 `/schedule`。对于云会话,使用 [GitHub Actions](/zh-CN/github-actions) 或 [GitLab CI/CD](/zh-CN/gitlab-ci-cd)。
238 </Tab>
239
240 <Tab title="Google Vertex AI">
241 **不可用:** 所有[需要 Claude 订阅的功能](#features-that-require-a-claude-subscription),加上 [fast mode](/zh-CN/fast-mode)、[Advisor](/zh-CN/advisor)、[Channels](/zh-CN/channels)、[analytics dashboard](/zh-CN/analytics) 和 [server-managed settings](/zh-CN/server-managed-settings)。
242
243 **部分支持:**
244
245 * [Desktop](/zh-CN/desktop):通过[托管设置](https://support.claude.com/en/articles/12622667-enterprise-configuration)或 [Cowork on 3P 研究预览](https://claude.com/docs/cowork/3p/overview)
246 * [Web search](/zh-CN/tools-reference#websearch-tool-behavior):Claude 4 及更高版本的模型
247 * [Auto mode](/zh-CN/auto-mode-config):设置 `CLAUDE_CODE_ENABLE_AUTO_MODE`
248 * [`/loop`](/zh-CN/scheduled-tasks):仅显式间隔
249 * [Zero Data Retention](/zh-CN/zero-data-retention):受您的 Google Cloud 协议约束
250
251 **替代方案:** 对于调度,使用带有显式间隔的 [`/loop`](/zh-CN/scheduled-tasks) 而不是 `/schedule`。对于云会话,使用 [GitHub Actions](/zh-CN/github-actions) 或 [GitLab CI/CD](/zh-CN/gitlab-ci-cd)。
252 </Tab>
253
254 <Tab title="Microsoft Foundry">
255 **不可用:** 所有[需要 Claude 订阅的功能](#features-that-require-a-claude-subscription),加上 [fast mode](/zh-CN/fast-mode)、[Advisor](/zh-CN/advisor)、[Channels](/zh-CN/channels)、[GitHub Actions](/zh-CN/github-actions) 和 [GitLab CI/CD](/zh-CN/gitlab-ci-cd)、[analytics dashboard](/zh-CN/analytics) 和 [server-managed settings](/zh-CN/server-managed-settings)。
256
257 **部分支持:**
258
259 * [Desktop](/zh-CN/desktop):仅通过 [Cowork on 3P 研究预览](https://claude.com/docs/cowork/3p/overview)
260 * [Auto mode](/zh-CN/auto-mode-config):设置 `CLAUDE_CODE_ENABLE_AUTO_MODE`
261 * [`/loop`](/zh-CN/scheduled-tasks):仅显式间隔
262 * [Zero Data Retention](/zh-CN/zero-data-retention):受您的 Azure 协议约束
263
264 **替代方案:** 对于调度,使用带有显式间隔的 [`/loop`](/zh-CN/scheduled-tasks) 而不是 `/schedule`。
265 </Tab>
266
267 <Tab title="Anthropic Console">
268 **不可用:** 所有[需要 Claude 订阅的功能](#features-that-require-a-claude-subscription)。
269
270 [按提供商变化的 CLI 功能](#cli-capabilities-that-vary-by-provider)中的所有内容都可用,当 API 密钥属于 Team 或 Enterprise 组织时,[server-managed settings](/zh-CN/server-managed-settings) 也可用。
271 </Tab>
272</Tabs>
273
274<h2 id="availability-by-subscription-plan">
275 按订阅计划的可用性
276</h2>
277
278如果您通过 Bedrock、Vertex AI、Foundry 或 Anthropic Console API 密钥进行身份验证,本部分不适用于您。当您使用 claude.ai 账户登录时,您的计划决定了以下哪些功能可用。
279
280| 功能 | Pro | Max | Team | Enterprise |
281| :-------------------------------------------------------------------------------------- | :-- | :-- | :------------ | :-------------------------------- |
282| [网络上的 Claude Code](/zh-CN/claude-code-on-the-web) | ✓ | ✓ | ✓ | ✓ <sup><a href="#fn6">6</a></sup> |
283| [Routines](/zh-CN/routines) | ✓ | ✓ | ✓ | ✓ |
284| [Remote Control](/zh-CN/remote-control) | ✓ | ✓ | Admin-enabled | Admin-enabled |
285| [Channels](/zh-CN/channels) | ✓ | ✓ | Admin-enabled | Admin-enabled |
286| [Computer use](/zh-CN/computer-use) | ✓ | ✓ | ✗ | ✗ |
287| Dispatch ([Desktop](/zh-CN/desktop#sessions-from-dispatch)) | ✓ | ✓ | ✗ | ✗ |
288| [Code Review](/zh-CN/code-review) | ✗ | ✗ | ✓ | ✓ |
289| [Artifacts](/zh-CN/artifacts) | ✗ | ✗ | ✓ | Admin-enabled |
290| [Analytics dashboard、API 和贡献指标](/zh-CN/analytics) | ✗ | ✗ | ✓ | ✓ |
291| [Server-managed settings](/zh-CN/server-managed-settings) | ✗ | ✗ | ✓ | ✓ |
292| [SSO](https://support.claude.com/en/articles/9266767-what-is-the-team-plan) | ✗ | ✗ | ✓ | ✓ |
293| SCIM | ✗ | ✗ | ✗ | ✓ |
294| [Compliance API](https://platform.claude.com/docs/en/api/admin-api/compliance/overview) | ✗ | ✗ | ✗ | ✓ |
295| [Zero Data Retention](/zh-CN/zero-data-retention) | ✗ | ✗ | ✗ | ✓ <sup><a href="#fn7">7</a></sup> |
296
297<span id="fn6" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>6</sup> 在 Enterprise 上,需要高级座位或 Chat + Claude Code 座位。请参阅[网络上的 Claude Code](/zh-CN/claude-code-on-the-web)。<br />
298<span id="fn7" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>7</sup> 不包含在标准 Enterprise 计划中。需要 Anthropic 为合格账户单独启用。请参阅 [Zero Data Retention](/zh-CN/zero-data-retention)。
299
300有关定价和完整的计划比较,请参阅 [Team 计划](https://support.claude.com/en/articles/9266767-what-is-the-team-plan)和 [Enterprise 计划](https://support.claude.com/en/articles/9797531-what-is-the-enterprise-plan)。
301
302<h2 id="model-availability">
303 模型可用性
304</h2>
305
306有关每个提供商和地区可用的 Claude 模型和上下文窗口大小,请参阅[模型配置](/zh-CN/model-config)和[模型概述](https://platform.claude.com/docs/en/about-claude/models/overview)。Vision、PDF 输入和扩展思考是模型功能而不是 Claude Code 功能,在提供该模型的每个提供商上都有效。[Prompt caching](/zh-CN/prompt-caching) 在大多数提供商上的工作方式相同;在 Bedrock 上,支持因模型而异。
307
308<h2 id="related-resources">
309 相关资源
310</h2>
311
312* [企业部署概述](/zh-CN/third-party-integrations):比较提供商之间的身份验证、计费和地区
313* 提供商设置指南:[Amazon Bedrock](/zh-CN/amazon-bedrock)、[Claude Platform on AWS](/zh-CN/claude-platform-on-aws)、[Google Vertex AI](/zh-CN/google-vertex-ai)、[Microsoft Foundry](/zh-CN/microsoft-foundry)
314* [平台和集成](/zh-CN/platforms):Claude Code 运行的地方,包括 CLI、Desktop、IDE 扩展、网络、移动和 CI/CD