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-TW/third-party-integrations)。若要直接跳到您的提供者上缺少的功能,請參閱[按提供者摘要](#summary-by-provider)標籤。
10
11在下表中,✓ 表示可用,✗ 表示不可用,「請參閱備註」連結到部分支援的註腳。✓ 後面的限定詞會將可用性縮小到該子集,「管理員啟用」表示該功能處於關閉狀態,直到組織管理員將其開啟。
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-TW/amazon-bedrock#use-the-mantle-endpoint)(`CLAUDE_CODE_USE_MANTLE`)由此欄涵蓋
22* **AWS 上的 Claude Platform**:您透過 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-TW/quickstart) 和 [Agent SDK](/zh-TW/agent-sdk/overview)
33* [VS Code](/zh-TW/vs-code) 和 [JetBrains](/zh-TW/jetbrains) 擴充功能
34* [Subagents](/zh-TW/sub-agents)、[hooks](/zh-TW/hooks-guide)、[commands](/zh-TW/commands) 和 [skills](/zh-TW/skills)
35* [CLAUDE.md 記憶](/zh-TW/memory)、[plugins](/zh-TW/plugins) 和 [MCP servers](/zh-TW/mcp)
36* [Checkpoints](/zh-TW/checkpointing)、[sandboxing](/zh-TW/sandboxing) 和 [Workflows](/zh-TW/workflows)
37* [OpenTelemetry 指標](/zh-TW/monitoring-usage)和[受管設定檔](/zh-TW/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-TW/claude-code-on-the-web)、行動裝置上的 Claude Code 和 [Slack 中的 Claude Code](/zh-TW/slack)
46* [Claude Code Desktop](/zh-TW/desktop)
47* [Routines](/zh-TW/routines)(`/schedule`)
48* [Ultraplan](/zh-TW/ultraplan) 和 [Ultrareview](/zh-TW/ultrareview)
49* [Code Review](/zh-TW/code-review):Team 和 Enterprise 計畫
50* [Remote Control](/zh-TW/remote-control)
51* [Chrome 擴充功能](/zh-TW/chrome)
52* [Computer use](/zh-TW/computer-use):Pro 和 Max 計畫
53* [Artifacts](/zh-TW/artifacts):Team 和 Enterprise 計畫
54* [Voice dictation](/zh-TW/voice-dictation)
55
56Desktop 是部分例外:Enterprise 部署可以透過[受管設定](https://support.claude.com/en/articles/12622667-enterprise-configuration)將 Desktop 路由到 Vertex AI 或閘道提供者,而[在 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>AWS 上的 Claude Platform</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-TW/tools-reference#websearch-tool-behavior)</td>
80 <td>✓</td>
81 <td>✓</td>
82 <td>✗</td>
83 <td>✓</td>
84 <td>請參閱備註 <sup><a href="#fn1">1</a></sup></td>
85 <td>✓</td>
86 </tr>
87
88 <tr>
89 <td>[Fast mode](/zh-TW/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-TW/auto-mode-config)</td>
100 <td>✓</td>
101 <td>✓</td>
102 <td>請參閱備註 <sup><a href="#fn2">2</a></sup></td>
103 <td>✓</td>
104 <td>請參閱備註 <sup><a href="#fn2">2</a></sup></td>
105 <td>請參閱備註 <sup><a href="#fn2">2</a></sup></td>
106 </tr>
107
108 <tr>
109 <td>[Advisor](/zh-TW/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-TW/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-TW/scheduled-tasks)</td>
130 <td>✓</td>
131 <td>✓</td>
132 <td>請參閱備註 <sup><a href="#fn3">3</a></sup></td>
133 <td>✓</td>
134 <td>請參閱備註 <sup><a href="#fn3">3</a></sup></td>
135 <td>請參閱備註 <sup><a href="#fn3">3</a></sup></td>
136 </tr>
137
138 <tr>
139 <td>[GitHub Actions](/zh-TW/github-actions) 和 [GitLab CI/CD](/zh-TW/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>AWS 上的 Claude Platform</th>
164 <th>Google Vertex AI</th>
165 <th>Microsoft Foundry</th>
166 </tr>
167 </thead>
168
169 <tbody>
170 <tr>
171 <td>[分析儀表板和 API](/zh-TW/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>[伺服器管理的設定](/zh-TW/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-TW/zero-data-retention)</td>
192 <td>✓ (符合條件的 Enterprise 帳戶)</td>
193 <td>✓ (符合條件的帳戶)</td>
194 <td>請參閱備註 <sup><a href="#fn4">4</a></sup></td>
195 <td>✓ (符合條件的帳戶)</td>
196 <td>請參閱備註 <sup><a href="#fn4">4</a></sup></td>
197 <td>請參閱備註 <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-TW/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-TW/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-TW/analytics#enable-contribution-metrics)需要 claude.ai Team 或 Enterprise 組織。
207
208<Note>
209 如果您透過 [LLM 閘道](/zh-TW/llm-gateway)進行驗證,功能可用性與閘道轉發到的基礎提供者相符。某些僅限 Anthropic 的功能(例如 [Advisor](/zh-TW/advisor))只有在閘道將請求完整轉發到 Anthropic API 時才能運作。
210</Note>
211
212<h3 id="summary-by-provider">
213 按提供者摘要
214</h3>
215
216每個標籤列出該提供者上不可用或部分支援的功能,以及存在替代方案的地方。未列出的所有功能在 Claude 訂閱上的運作方式相同。在 Bedrock、Vertex AI、Foundry 和 AWS 上的 Claude Platform 上,向 Anthropic 的錯誤報告和遙測預設為關閉。請參閱[按 API 提供者的預設行為](/zh-TW/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-TW/tools-reference#websearch-tool-behavior)、[fast mode](/zh-TW/fast-mode)、[Advisor](/zh-TW/advisor)、[Channels](/zh-TW/channels)、[分析儀表板](/zh-TW/analytics)和[伺服器管理的設定](/zh-TW/server-managed-settings)。
221
222 **部分支援:**
223
224 * [Desktop](/zh-TW/desktop):僅透過[在 3P 研究預覽上協作](https://claude.com/docs/cowork/3p/overview)
225 * [Auto mode](/zh-TW/auto-mode-config):設定 `CLAUDE_CODE_ENABLE_AUTO_MODE`
226 * [`/loop`](/zh-TW/scheduled-tasks):僅限明確間隔
227 * [Zero Data Retention](/zh-TW/zero-data-retention):受您的 AWS 協議約束
228
229 **替代方案:** 對於排程,使用具有明確間隔的 [`/loop`](/zh-TW/scheduled-tasks) 而不是 `/schedule`。對於雲端工作階段,使用 [GitHub Actions](/zh-TW/github-actions) 或 [GitLab CI/CD](/zh-TW/gitlab-ci-cd)。對於網頁查詢,使用 [WebFetch 工具](/zh-TW/tools-reference#webfetch-tool-behavior)搭配特定 URL。
230 </Tab>
231
232 <Tab title="AWS 上的 Claude Platform">
233 **不可用:** 所有[需要 Claude 訂閱的功能](#features-that-require-a-claude-subscription),加上 [fast mode](/zh-TW/fast-mode)、[Advisor](/zh-TW/advisor)、[Channels](/zh-TW/channels)、[分析儀表板](/zh-TW/analytics)和[伺服器管理的設定](/zh-TW/server-managed-settings)。
234
235 **在 Bedrock 不可用的地方可用:** [web search](/zh-TW/tools-reference#websearch-tool-behavior)、[auto mode](/zh-TW/auto-mode-config)(無需選擇加入標誌)和 [`/loop` 自我調整](/zh-TW/scheduled-tasks)。
236
237 **替代方案:** 對於排程,使用 [`/loop`](/zh-TW/scheduled-tasks) 而不是 `/schedule`。對於雲端工作階段,使用 [GitHub Actions](/zh-TW/github-actions) 或 [GitLab CI/CD](/zh-TW/gitlab-ci-cd)。
238 </Tab>
239
240 <Tab title="Google Vertex AI">
241 **不可用:** 所有[需要 Claude 訂閱的功能](#features-that-require-a-claude-subscription),加上 [fast mode](/zh-TW/fast-mode)、[Advisor](/zh-TW/advisor)、[Channels](/zh-TW/channels)、[分析儀表板](/zh-TW/analytics)和[伺服器管理的設定](/zh-TW/server-managed-settings)。
242
243 **部分支援:**
244
245 * [Desktop](/zh-TW/desktop):透過[受管設定](https://support.claude.com/en/articles/12622667-enterprise-configuration)或[在 3P 研究預覽上協作](https://claude.com/docs/cowork/3p/overview)
246 * [Web search](/zh-TW/tools-reference#websearch-tool-behavior):Claude 4 模型及更新版本
247 * [Auto mode](/zh-TW/auto-mode-config):設定 `CLAUDE_CODE_ENABLE_AUTO_MODE`
248 * [`/loop`](/zh-TW/scheduled-tasks):僅限明確間隔
249 * [Zero Data Retention](/zh-TW/zero-data-retention):受您的 Google Cloud 協議約束
250
251 **替代方案:** 對於排程,使用具有明確間隔的 [`/loop`](/zh-TW/scheduled-tasks) 而不是 `/schedule`。對於雲端工作階段,使用 [GitHub Actions](/zh-TW/github-actions) 或 [GitLab CI/CD](/zh-TW/gitlab-ci-cd)。
252 </Tab>
253
254 <Tab title="Microsoft Foundry">
255 **不可用:** 所有[需要 Claude 訂閱的功能](#features-that-require-a-claude-subscription),加上 [fast mode](/zh-TW/fast-mode)、[Advisor](/zh-TW/advisor)、[Channels](/zh-TW/channels)、[GitHub Actions](/zh-TW/github-actions) 和 [GitLab CI/CD](/zh-TW/gitlab-ci-cd)、[分析儀表板](/zh-TW/analytics)和[伺服器管理的設定](/zh-TW/server-managed-settings)。
256
257 **部分支援:**
258
259 * [Desktop](/zh-TW/desktop):僅透過[在 3P 研究預覽上協作](https://claude.com/docs/cowork/3p/overview)
260 * [Auto mode](/zh-TW/auto-mode-config):設定 `CLAUDE_CODE_ENABLE_AUTO_MODE`
261 * [`/loop`](/zh-TW/scheduled-tasks):僅限明確間隔
262 * [Zero Data Retention](/zh-TW/zero-data-retention):受您的 Azure 協議約束
263
264 **替代方案:** 對於排程,使用具有明確間隔的 [`/loop`](/zh-TW/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 組織時,[伺服器管理的設定](/zh-TW/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-TW/claude-code-on-the-web) | ✓ | ✓ | ✓ | ✓ <sup><a href="#fn6">6</a></sup> |
283| [Routines](/zh-TW/routines) | ✓ | ✓ | ✓ | ✓ |
284| [Remote Control](/zh-TW/remote-control) | ✓ | ✓ | 管理員啟用 | 管理員啟用 |
285| [Channels](/zh-TW/channels) | ✓ | ✓ | 管理員啟用 | 管理員啟用 |
286| [Computer use](/zh-TW/computer-use) | ✓ | ✓ | ✗ | ✗ |
287| Dispatch ([Desktop](/zh-TW/desktop#sessions-from-dispatch)) | ✓ | ✓ | ✗ | ✗ |
288| [Code Review](/zh-TW/code-review) | ✗ | ✗ | ✓ | ✓ |
289| [Artifacts](/zh-TW/artifacts) | ✗ | ✗ | ✓ | 管理員啟用 |
290| [分析儀表板、API 和貢獻指標](/zh-TW/analytics) | ✗ | ✗ | ✓ | ✓ |
291| [伺服器管理的設定](/zh-TW/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-TW/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-TW/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-TW/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-TW/model-config)和[模型概述](https://platform.claude.com/docs/en/about-claude/models/overview)。Vision、PDF 輸入和擴展思考是模型功能而非 Claude Code 功能,在提供該模型的每個提供者上都有效。[Prompt caching](/zh-TW/prompt-caching) 在大多數提供者上的運作方式相同;在 Bedrock 上,支援因模型而異。
307
308<h2 id="related-resources">
309 相關資源
310</h2>
311
312* [企業部署概述](/zh-TW/third-party-integrations):比較提供者之間的驗證、計費和地區
313* 提供者設定指南:[Amazon Bedrock](/zh-TW/amazon-bedrock)、[AWS 上的 Claude Platform](/zh-TW/claude-platform-on-aws)、[Google Vertex AI](/zh-TW/google-vertex-ai)、[Microsoft Foundry](/zh-TW/microsoft-foundry)
314* [平台和整合](/zh-TW/platforms):Claude Code 執行的位置,包括 CLI、Desktop、IDE 擴充功能、網頁、行動和 CI/CD