6 6
7> Compare which Claude Code features are available across Anthropic subscription plans, the Anthropic Console, Amazon Bedrock, Claude Platform on AWS, Google Cloud's Agent Platform, and Microsoft Foundry.7> Compare which Claude Code features are available across Anthropic subscription plans, the Anthropic Console, Amazon Bedrock, Claude Platform on AWS, Google Cloud's Agent Platform, and Microsoft Foundry.
8 8
9The Claude Code CLI and everything that runs locally work on every provider. For setup instructions per provider, see the [Enterprise deployment overview](/en/third-party-integrations). To skip straight to what is missing on your provider, see the [summary by provider](#summary-by-provider) tabs.9The Claude Code CLI and everything that runs locally work on every provider. For setup instructions per provider, see the [Enterprise deployment overview](/docs/en/third-party-integrations). To skip straight to what is missing on your provider, see the [summary by provider](#summary-by-provider) tabs.
10 10
11In the tables below, ✓ means available, ✗ means not available, and "See note" links to a footnote for partial support. A qualifier after ✓ narrows availability to that subset, and "Admin-enabled" means the feature is off until an organization admin turns it on.11In the tables below, ✓ means available, ✗ means not available, and "See note" links to a footnote for partial support. A qualifier after ✓ narrows availability to that subset, and "Admin-enabled" means the feature is off until an organization admin turns it on.
12 12
16 16
17* **Claude subscription**: you sign in with a claude.ai account on the Pro, Max, Team, or Enterprise plan17* **Claude subscription**: you sign in with a claude.ai account on the Pro, Max, Team, or Enterprise plan
18* **Anthropic Console**: you authenticate with an Anthropic API key18* **Anthropic Console**: you authenticate with an Anthropic API key
19* **Amazon Bedrock**: you use Claude models from the Amazon Bedrock model catalog and set `CLAUDE_CODE_USE_BEDROCK`. The [Mantle endpoint](/en/amazon-bedrock#use-the-mantle-endpoint) (`CLAUDE_CODE_USE_MANTLE`) is covered by this column19* **Amazon Bedrock**: you use Claude models from the Amazon Bedrock model catalog and set `CLAUDE_CODE_USE_BEDROCK`. The [Mantle endpoint](/docs/en/amazon-bedrock#use-the-mantle-endpoint) (`CLAUDE_CODE_USE_MANTLE`) is covered by this column
20* **Claude Platform on AWS**: you bought Claude through AWS Marketplace but call the Anthropic API, and set `CLAUDE_CODE_USE_ANTHROPIC_AWS`20* **Claude Platform on AWS**: you bought Claude through AWS Marketplace but call the Anthropic API, and set `CLAUDE_CODE_USE_ANTHROPIC_AWS`
21* **Google Cloud's Agent Platform**: Google-operated; you set `CLAUDE_CODE_USE_VERTEX`21* **Google Cloud's Agent Platform**: Google-operated; you set `CLAUDE_CODE_USE_VERTEX`
22* **Microsoft Foundry**: Anthropic-operated on Azure; you set `CLAUDE_CODE_USE_FOUNDRY`22* **Microsoft Foundry**: Anthropic-operated on Azure; you set `CLAUDE_CODE_USE_FOUNDRY`
25 25
26These work on every provider:26These work on every provider:
27 27
28* [CLI](/en/quickstart) and [Agent SDK](/en/agent-sdk/overview)28* [CLI](/docs/en/quickstart) and [Agent SDK](/docs/en/agent-sdk/overview)
29* [VS Code](/en/vs-code) and [JetBrains](/en/jetbrains) extensions29* [VS Code](/docs/en/vs-code) and [JetBrains](/docs/en/jetbrains) extensions
30* [Subagents](/en/sub-agents), [hooks](/en/hooks-guide), [commands](/en/commands), and [skills](/en/skills)30* [Subagents](/docs/en/sub-agents), [hooks](/docs/en/hooks-guide), [commands](/docs/en/commands), and [skills](/docs/en/skills)
31* [CLAUDE.md memory](/en/memory), [plugins](/en/plugins), and [MCP servers](/en/mcp)31* [CLAUDE.md memory](/docs/en/memory), [plugins](/docs/en/plugins), and [MCP servers](/docs/en/mcp)
32* [Checkpoints](/en/checkpointing), [sandboxing](/en/sandboxing), and [Workflows](/en/workflows)32* [Checkpoints](/docs/en/checkpointing), [sandboxing](/docs/en/sandboxing), and [Workflows](/docs/en/workflows)
33* [OpenTelemetry metrics](/en/monitoring-usage) and the [managed settings file](/en/settings#settings-files)33* [OpenTelemetry metrics](/docs/en/monitoring-usage) and the [managed settings file](/docs/en/settings#settings-files)
34 34
35Three of these have provider-specific differences:35Three of these have provider-specific differences:
36 36
37* **MCP servers**: [connectors from claude.ai](/en/mcp#use-mcp-servers-from-claude-ai) load only when your claude.ai subscription is the active authentication method, and [tool search](/en/mcp#configure-tool-search) is off by default on Google Cloud's Agent Platform and when `ANTHROPIC_BASE_URL` points to a non-first-party host37* **MCP servers**: [connectors from claude.ai](/docs/en/mcp#use-mcp-servers-from-claude-ai) load only when your claude.ai subscription is the active authentication method, and [tool search](/docs/en/mcp#configure-tool-search) is off by default on Google Cloud's Agent Platform and when `ANTHROPIC_BASE_URL` points to a non-first-party host
38* **Subagents**: the built-in [Explore subagent](/en/sub-agents#built-in-subagents) caps its inherited model at Opus on the Claude API, and inherits the main conversation's model directly on any other provider, including Claude Platform on AWS38* **Subagents**: the built-in [Explore subagent](/docs/en/sub-agents#built-in-subagents) caps its inherited model at Opus on the Claude API, and inherits the main conversation's model directly on any other provider, including Claude Platform on AWS
39* **[Commands](/en/commands#all-commands)**: `/design-sync` and `/radio` are unavailable on Amazon Bedrock, Google Cloud's Agent Platform, Microsoft Foundry, and Claude Platform on AWS, and `/voice` requires a claude.ai account39* **[Commands](/docs/en/commands#all-commands)**: `/design-sync` and `/radio` are unavailable on Amazon Bedrock, Google Cloud's Agent Platform, Microsoft Foundry, and Claude Platform on AWS, and `/voice` requires a claude.ai account
40 40
41### Features that require a Claude subscription41### Features that require a Claude subscription
42 42
43These require signing in with a claude.ai account and are not reachable with an Anthropic Console API key or from a third-party provider:43These require signing in with a claude.ai account and are not reachable with an Anthropic Console API key or from a third-party provider:
44 44
45* [Claude Code on the web](/en/claude-code-on-the-web), Claude Code on mobile, and [Claude Code in Slack](/en/slack)45* [Claude Code on the web](/docs/en/claude-code-on-the-web), Claude Code on mobile, and [Claude Code in Slack](/docs/en/slack)
46* [Claude Code Desktop](/en/desktop)46* [Claude Code Desktop](/docs/en/desktop)
47* [Routines](/en/routines) (`/schedule`)47* [Routines](/docs/en/routines) (`/schedule`)
48* [Ultraplan](/en/ultraplan) and [Ultrareview](/en/ultrareview)48* [Ultraplan](/docs/en/ultraplan) and [Ultrareview](/docs/en/ultrareview)
49* [Code Review](/en/code-review): Team and Enterprise plans49* [Code Review](/docs/en/code-review): Team and Enterprise plans
50* [Remote Control](/en/remote-control)50* [Remote Control](/docs/en/remote-control)
51* [Chrome extension](/en/chrome)51* [Chrome extension](/docs/en/chrome)
52* [Computer use](/en/computer-use): Pro and Max plans52* [Computer use](/docs/en/computer-use): Pro and Max plans
53* [Artifacts](/en/artifacts): Pro, Max, Team, and Enterprise plans53* [Artifacts](/docs/en/artifacts): Pro, Max, Team, and Enterprise plans
54* [Voice dictation](/en/voice-dictation)54* [Voice dictation](/docs/en/voice-dictation)
55 55
56Desktop is the partial exception: [gateway routing can be configured in the app or by an administrator](/en/llm-gateway-connect#desktop-app), Enterprise deployments can route Desktop to Google Cloud's Agent Platform or a gateway provider via [managed settings](https://claude.com/docs/third-party/claude-desktop/configuration), and [Claude Desktop on 3P](https://claude.com/docs/third-party/claude-desktop/overview) runs the Code tab on Amazon Bedrock, Google Cloud's Agent Platform, Microsoft Foundry, or a self-hosted LLM gateway. For per-plan availability of these features, see [Availability by subscription plan](#availability-by-subscription-plan).56Desktop is the partial exception: [gateway routing can be configured in the app or by an administrator](/docs/en/llm-gateway-connect#desktop-app), Enterprise deployments can route Desktop to Google Cloud's Agent Platform or a gateway provider via [managed settings](https://claude.com/docs/third-party/claude-desktop/configuration), and [Claude Desktop on 3P](https://claude.com/docs/third-party/claude-desktop/overview) runs the Code tab on Amazon Bedrock, Google Cloud's Agent Platform, Microsoft Foundry, or a self-hosted LLM gateway. For per-plan availability of these features, see [Availability by subscription plan](#availability-by-subscription-plan).
57 57
58### CLI capabilities that vary by provider58### CLI capabilities that vary by provider
59 59
74 74
75 <tbody>75 <tbody>
76 <tr>76 <tr>
77 <td>[Web search](/en/tools-reference#websearch-tool-behavior)</td>77 <td>[Web search](/docs/en/tools-reference#websearch-tool-behavior)</td>
78 <td>✓</td>78 <td>✓</td>
79 <td>✓</td>79 <td>✓</td>
80 <td>✗</td>80 <td>✗</td>
84 </tr>84 </tr>
85 85
86 <tr>86 <tr>
87 <td>[Fast mode](/en/fast-mode)</td>87 <td>[Fast mode](/docs/en/fast-mode)</td>
88 <td>✓</td>88 <td>✓</td>
89 <td>✓</td>89 <td>✓</td>
90 <td>✗</td>90 <td>✗</td>
94 </tr>94 </tr>
95 95
96 <tr>96 <tr>
97 <td>[Auto mode](/en/auto-mode-config)</td>97 <td>[Auto mode](/docs/en/auto-mode-config)</td>
98 <td>✓</td>98 <td>✓</td>
99 <td>✓</td>99 <td>✓</td>
100 <td>See note <sup><a href="#fn2">2</a></sup></td>100 <td>See note <sup><a href="#fn2">2</a></sup></td>
104 </tr>104 </tr>
105 105
106 <tr>106 <tr>
107 <td>[Advisor](/en/advisor)</td>107 <td>[Advisor](/docs/en/advisor)</td>
108 <td>✓</td>108 <td>✓</td>
109 <td>✓</td>109 <td>✓</td>
110 <td>✗</td>110 <td>✗</td>
114 </tr>114 </tr>
115 115
116 <tr>116 <tr>
117 <td>[Channels](/en/channels)</td>117 <td>[Channels](/docs/en/channels)</td>
118 <td>✓</td>118 <td>✓</td>
119 <td>✓</td>119 <td>✓</td>
120 <td>✗</td>120 <td>✗</td>
124 </tr>124 </tr>
125 125
126 <tr>126 <tr>
127 <td>[`/loop` scheduled tasks](/en/scheduled-tasks)</td>127 <td>[`/loop` scheduled tasks](/docs/en/scheduled-tasks)</td>
128 <td>✓</td>128 <td>✓</td>
129 <td>✓</td>129 <td>✓</td>
130 <td>See note <sup><a href="#fn3">3</a></sup></td>130 <td>See note <sup><a href="#fn3">3</a></sup></td>
134 </tr>134 </tr>
135 135
136 <tr>136 <tr>
137 <td>[GitHub Actions](/en/github-actions) and [GitLab CI/CD](/en/gitlab-ci-cd)</td>137 <td>[GitHub Actions](/docs/en/github-actions) and [GitLab CI/CD](/docs/en/gitlab-ci-cd)</td>
138 <td>✓</td>138 <td>✓</td>
139 <td>✓</td>139 <td>✓</td>
140 <td>✓</td>140 <td>✓</td>
164 164
165 <tbody>165 <tbody>
166 <tr>166 <tr>
167 <td>[Analytics dashboard and API](/en/analytics)</td>167 <td>[Analytics dashboard and API](/docs/en/analytics)</td>
168 <td>✓ (dashboard: Team and Enterprise; API: Enterprise)</td>168 <td>✓ (dashboard: Team and Enterprise; API: Enterprise)</td>
169 <td>✓ <sup><a href="#fn5">5</a></sup></td>169 <td>✓ <sup><a href="#fn5">5</a></sup></td>
170 <td>✗</td>170 <td>✗</td>
174 </tr>174 </tr>
175 175
176 <tr>176 <tr>
177 <td>[Server-managed settings](/en/server-managed-settings)</td>177 <td>[Server-managed settings](/docs/en/server-managed-settings)</td>
178 <td>✓ (Team and Enterprise)</td>178 <td>✓ (Team and Enterprise)</td>
179 <td>✓ (Team and Enterprise)</td>179 <td>✓ (Team and Enterprise)</td>
180 <td>✗</td>180 <td>✗</td>
184 </tr>184 </tr>
185 185
186 <tr>186 <tr>
187 <td>[Zero Data Retention](/en/zero-data-retention)</td>187 <td>[Zero Data Retention](/docs/en/zero-data-retention)</td>
188 <td>✓ (qualified Enterprise accounts)</td>188 <td>✓ (qualified Enterprise accounts)</td>
189 <td>✓ (qualified accounts)</td>189 <td>✓ (qualified accounts)</td>
190 <td>See note <sup><a href="#fn4">4</a></sup></td>190 <td>See note <sup><a href="#fn4">4</a></sup></td>
196</table>196</table>
197 197
198<span id="fn1" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>1</sup> On Google Cloud's Agent Platform, web search is available for Claude 4 models and later.<br />198<span id="fn1" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>1</sup> On Google Cloud's Agent Platform, web search is available for Claude 4 models and later.<br />
199<span id="fn2" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>2</sup> On these providers, auto mode supports only Claude Sonnet 5, Opus 4.7, Opus 4.8, and Fable 5. See [Auto mode configuration](/en/auto-mode-config). {/* min-version: 2.1.207 */}In v2.1.158 through v2.1.206, auto mode on these providers also required setting `CLAUDE_CODE_ENABLE_AUTO_MODE=1`; v2.1.207 removed the requirement.<br />199<span id="fn2" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>2</sup> On these providers, auto mode supports only Claude Sonnet 5, Opus 4.7 or later, and Fable 5. See [Auto mode configuration](/docs/en/auto-mode-config). {/* min-version: 2.1.207 */}In v2.1.158 through v2.1.206, auto mode on these providers also required setting `CLAUDE_CODE_ENABLE_AUTO_MODE=1`; v2.1.207 removed the requirement.<br />
200<span id="fn3" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>3</sup> Explicit intervals such as `/loop every 2 hours` work on every provider. On Amazon Bedrock, Claude Platform on AWS, Google Cloud's Agent Platform, and Microsoft Foundry, `/loop` cannot pick its own interval or supply the default maintenance prompt, so a prompt with no interval runs every 10 minutes, and `/loop` with no arguments shows the usage message. See [Scheduled tasks](/en/scheduled-tasks).<br />200<span id="fn3" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>3</sup> Explicit intervals such as `/loop every 2 hours` work on every provider. On Amazon Bedrock, Claude Platform on AWS, Google Cloud's Agent Platform, and Microsoft Foundry, `/loop` cannot pick its own interval or supply the default maintenance prompt, so a prompt with no interval runs every 10 minutes, and `/loop` with no arguments shows the usage message. See [Scheduled tasks](/docs/en/scheduled-tasks).<br />
201<span id="fn4" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>4</sup> Subject to your agreement with the cloud provider.<br />201<span id="fn4" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>4</sup> Subject to your agreement with the cloud provider.<br />
202<span id="fn5" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>5</sup> Dashboard and API only. [Contribution metrics](/en/analytics#enable-contribution-metrics) requires a claude.ai Team or Enterprise organization.202<span id="fn5" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>5</sup> Dashboard and API only. [Contribution metrics](/docs/en/analytics#enable-contribution-metrics) requires a claude.ai Team or Enterprise organization.
203 203
204<Note>204<Note>
205 If you authenticate through an [LLM gateway](/en/llm-gateway), feature availability matches the underlying provider the gateway forwards to. Some Anthropic-only features such as the [Advisor](/en/advisor) work only if the gateway forwards requests intact to the Anthropic API.205 If you authenticate through an [LLM gateway](/docs/en/llm-gateway), feature availability matches the underlying provider the gateway forwards to. Some Anthropic-only features such as the [Advisor](/docs/en/advisor) work only if the gateway forwards requests intact to the Anthropic API.
206</Note>206</Note>
207 207
208### Summary by provider208### Summary by provider
209 209
210Each tab lists what is unavailable or partially supported on that provider, with alternatives where one exists. Everything not listed works the same as on a Claude subscription, apart from the [provider-specific differences](#features-available-on-every-provider) noted above. On Amazon Bedrock, Google Cloud's Agent Platform, Microsoft Foundry, and Claude Platform on AWS, error reporting and telemetry to Anthropic are off by default. See [default behaviors by API provider](/en/data-usage#default-behaviors-by-api-provider) for what traffic still reaches Anthropic and how to opt out.210Each tab lists what is unavailable or partially supported on that provider, with alternatives where one exists. Everything not listed works the same as on a Claude subscription, apart from the [provider-specific differences](#features-available-on-every-provider) noted above. On Amazon Bedrock, Google Cloud's Agent Platform, Microsoft Foundry, and Claude Platform on AWS, error reporting and telemetry to Anthropic are off by default. See [default behaviors by API provider](/docs/en/data-usage#default-behaviors-by-api-provider) for what traffic still reaches Anthropic and how to opt out.
211 211
212<Tabs>212<Tabs>
213 <Tab title="Amazon Bedrock">213 <Tab title="Amazon Bedrock">
214 **Not available:** all [features that require a Claude subscription](#features-that-require-a-claude-subscription), plus [web search](/en/tools-reference#websearch-tool-behavior), [fast mode](/en/fast-mode), [Advisor](/en/advisor), [Channels](/en/channels), the [analytics dashboard](/en/analytics), [server-managed settings](/en/server-managed-settings), and the [`/design-sync` and `/radio` commands](/en/commands#all-commands).214 **Not available:** all [features that require a Claude subscription](#features-that-require-a-claude-subscription), plus [web search](/docs/en/tools-reference#websearch-tool-behavior), [fast mode](/docs/en/fast-mode), [Advisor](/docs/en/advisor), [Channels](/docs/en/channels), the [analytics dashboard](/docs/en/analytics), [server-managed settings](/docs/en/server-managed-settings), and the [`/design-sync` and `/radio` commands](/docs/en/commands#all-commands).
215 215
216 **Partial support:**216 **Partial support:**
217 217
218 * [Desktop](/en/desktop): only via [Claude Desktop on 3P](https://claude.com/docs/third-party/claude-desktop/overview)218 * [Desktop](/docs/en/desktop): only via [Claude Desktop on 3P](https://claude.com/docs/third-party/claude-desktop/overview)
219 * [Auto mode](/en/auto-mode-config): Sonnet 5, Opus 4.7, Opus 4.8, and Fable 5 only219 * [Auto mode](/docs/en/auto-mode-config): Sonnet 5, Opus 4.7 or later, and Fable 5 only
220 * [`/loop`](/en/scheduled-tasks): explicit intervals only220 * [`/loop`](/docs/en/scheduled-tasks): explicit intervals only
221 * [Zero Data Retention](/en/zero-data-retention): subject to your AWS agreement221 * [Zero Data Retention](/docs/en/zero-data-retention): subject to your AWS agreement
222 222
223 **Alternatives:** for scheduling, use [`/loop`](/en/scheduled-tasks) with an explicit interval instead of `/schedule`. For cloud sessions, use [GitHub Actions](/en/github-actions) or [GitLab CI/CD](/en/gitlab-ci-cd). For web lookups, use the [WebFetch tool](/en/tools-reference#webfetch-tool-behavior) with a specific URL.223 **Alternatives:** for scheduling, use [`/loop`](/docs/en/scheduled-tasks) with an explicit interval instead of `/schedule`. For cloud sessions, use [GitHub Actions](/docs/en/github-actions) or [GitLab CI/CD](/docs/en/gitlab-ci-cd). For web lookups, use the [WebFetch tool](/docs/en/tools-reference#webfetch-tool-behavior) with a specific URL.
224 </Tab>224 </Tab>
225 225
226 <Tab title="Claude Platform on AWS">226 <Tab title="Claude Platform on AWS">
227 **Not available:** all [features that require a Claude subscription](#features-that-require-a-claude-subscription), plus [fast mode](/en/fast-mode), [Advisor](/en/advisor), [Channels](/en/channels), the [analytics dashboard](/en/analytics), [server-managed settings](/en/server-managed-settings), and the [`/design-sync` and `/radio` commands](/en/commands#all-commands).227 **Not available:** all [features that require a Claude subscription](#features-that-require-a-claude-subscription), plus [fast mode](/docs/en/fast-mode), [Advisor](/docs/en/advisor), [Channels](/docs/en/channels), the [analytics dashboard](/docs/en/analytics), [server-managed settings](/docs/en/server-managed-settings), and the [`/design-sync` and `/radio` commands](/docs/en/commands#all-commands).
228 228
229 **Available where Amazon Bedrock is not:** [web search](/en/tools-reference#websearch-tool-behavior).229 **Available where Amazon Bedrock is not:** [web search](/docs/en/tools-reference#websearch-tool-behavior).
230 230
231 **Partial support:**231 **Partial support:**
232 232
233 * [`/loop`](/en/scheduled-tasks): explicit intervals only233 * [`/loop`](/docs/en/scheduled-tasks): explicit intervals only
234 234
235 **Alternatives:** for scheduling, use [`/loop`](/en/scheduled-tasks) with an explicit interval instead of `/schedule`. For cloud sessions, use [GitHub Actions](/en/github-actions) or [GitLab CI/CD](/en/gitlab-ci-cd).235 **Alternatives:** for scheduling, use [`/loop`](/docs/en/scheduled-tasks) with an explicit interval instead of `/schedule`. For cloud sessions, use [GitHub Actions](/docs/en/github-actions) or [GitLab CI/CD](/docs/en/gitlab-ci-cd).
236 </Tab>236 </Tab>
237 237
238 <Tab title="Google Cloud's Agent Platform">238 <Tab title="Google Cloud's Agent Platform">
239 **Not available:** all [features that require a Claude subscription](#features-that-require-a-claude-subscription), plus [fast mode](/en/fast-mode), [Advisor](/en/advisor), [Channels](/en/channels), the [analytics dashboard](/en/analytics), [server-managed settings](/en/server-managed-settings), and the [`/design-sync` and `/radio` commands](/en/commands#all-commands).239 **Not available:** all [features that require a Claude subscription](#features-that-require-a-claude-subscription), plus [fast mode](/docs/en/fast-mode), [Advisor](/docs/en/advisor), [Channels](/docs/en/channels), the [analytics dashboard](/docs/en/analytics), [server-managed settings](/docs/en/server-managed-settings), and the [`/design-sync` and `/radio` commands](/docs/en/commands#all-commands).
240 240
241 **Partial support:**241 **Partial support:**
242 242
243 * [Desktop](/en/desktop): via [managed settings](https://claude.com/docs/third-party/claude-desktop/configuration) or [Claude Desktop on 3P](https://claude.com/docs/third-party/claude-desktop/overview)243 * [Desktop](/docs/en/desktop): via [managed settings](https://claude.com/docs/third-party/claude-desktop/configuration) or [Claude Desktop on 3P](https://claude.com/docs/third-party/claude-desktop/overview)
244 * [Web search](/en/tools-reference#websearch-tool-behavior): Claude 4 models and later244 * [Web search](/docs/en/tools-reference#websearch-tool-behavior): Claude 4 models and later
245 * [Auto mode](/en/auto-mode-config): Sonnet 5, Opus 4.7, Opus 4.8, and Fable 5 only245 * [Auto mode](/docs/en/auto-mode-config): Sonnet 5, Opus 4.7 or later, and Fable 5 only
246 * [`/loop`](/en/scheduled-tasks): explicit intervals only246 * [`/loop`](/docs/en/scheduled-tasks): explicit intervals only
247 * [Zero Data Retention](/en/zero-data-retention): subject to your Google Cloud agreement247 * [Zero Data Retention](/docs/en/zero-data-retention): subject to your Google Cloud agreement
248 248
249 **Alternatives:** for scheduling, use [`/loop`](/en/scheduled-tasks) with an explicit interval instead of `/schedule`. For cloud sessions, use [GitHub Actions](/en/github-actions) or [GitLab CI/CD](/en/gitlab-ci-cd).249 **Alternatives:** for scheduling, use [`/loop`](/docs/en/scheduled-tasks) with an explicit interval instead of `/schedule`. For cloud sessions, use [GitHub Actions](/docs/en/github-actions) or [GitLab CI/CD](/docs/en/gitlab-ci-cd).
250 </Tab>250 </Tab>
251 251
252 <Tab title="Microsoft Foundry">252 <Tab title="Microsoft Foundry">
253 **Not available:** all [features that require a Claude subscription](#features-that-require-a-claude-subscription), plus [fast mode](/en/fast-mode), [Advisor](/en/advisor), [Channels](/en/channels), [GitHub Actions](/en/github-actions) and [GitLab CI/CD](/en/gitlab-ci-cd), the [analytics dashboard](/en/analytics), [server-managed settings](/en/server-managed-settings), and the [`/design-sync` and `/radio` commands](/en/commands#all-commands).253 **Not available:** all [features that require a Claude subscription](#features-that-require-a-claude-subscription), plus [fast mode](/docs/en/fast-mode), [Advisor](/docs/en/advisor), [Channels](/docs/en/channels), [GitHub Actions](/docs/en/github-actions) and [GitLab CI/CD](/docs/en/gitlab-ci-cd), the [analytics dashboard](/docs/en/analytics), [server-managed settings](/docs/en/server-managed-settings), and the [`/design-sync` and `/radio` commands](/docs/en/commands#all-commands).
254 254
255 **Partial support:**255 **Partial support:**
256 256
257 * [Desktop](/en/desktop): only via [Claude Desktop on 3P](https://claude.com/docs/third-party/claude-desktop/overview)257 * [Desktop](/docs/en/desktop): only via [Claude Desktop on 3P](https://claude.com/docs/third-party/claude-desktop/overview)
258 * [Auto mode](/en/auto-mode-config): Sonnet 5, Opus 4.7, Opus 4.8, and Fable 5 only258 * [Auto mode](/docs/en/auto-mode-config): Sonnet 5, Opus 4.7 or later, and Fable 5 only
259 * [`/loop`](/en/scheduled-tasks): explicit intervals only259 * [`/loop`](/docs/en/scheduled-tasks): explicit intervals only
260 * [Zero Data Retention](/en/zero-data-retention): subject to your Azure agreement260 * [Zero Data Retention](/docs/en/zero-data-retention): subject to your Azure agreement
261 261
262 **Alternatives:** for scheduling, use [`/loop`](/en/scheduled-tasks) with an explicit interval instead of `/schedule`.262 **Alternatives:** for scheduling, use [`/loop`](/docs/en/scheduled-tasks) with an explicit interval instead of `/schedule`.
263 </Tab>263 </Tab>
264 264
265 <Tab title="Anthropic Console">265 <Tab title="Anthropic Console">
266 **Not available:** all [features that require a Claude subscription](#features-that-require-a-claude-subscription).266 **Not available:** all [features that require a Claude subscription](#features-that-require-a-claude-subscription).
267 267
268 Everything in [CLI capabilities that vary by provider](#cli-capabilities-that-vary-by-provider) is available, as are [server-managed settings](/en/server-managed-settings) when the API key belongs to a Team or Enterprise organization.268 Everything in [CLI capabilities that vary by provider](#cli-capabilities-that-vary-by-provider) is available, as are [server-managed settings](/docs/en/server-managed-settings) when the API key belongs to a Team or Enterprise organization.
269 </Tab>269 </Tab>
270</Tabs>270</Tabs>
271 271
275 275
276| Feature | Pro | Max | Team | Enterprise |276| Feature | Pro | Max | Team | Enterprise |
277| :-------------------------------------------------------------------------- | :-- | :-- | :------------ | :-------------------------------- |277| :-------------------------------------------------------------------------- | :-- | :-- | :------------ | :-------------------------------- |
278| [Claude Code on the web](/en/claude-code-on-the-web) | ✓ | ✓ | ✓ | ✓ <sup><a href="#fn6">6</a></sup> |278| [Claude Code on the web](/docs/en/claude-code-on-the-web) | ✓ | ✓ | ✓ | ✓ <sup><a href="#fn6">6</a></sup> |
279| [Routines](/en/routines) | ✓ | ✓ | ✓ | ✓ |279| [Routines](/docs/en/routines) | ✓ | ✓ | ✓ | ✓ |
280| [Remote Control](/en/remote-control) | ✓ | ✓ | Admin-enabled | Admin-enabled |280| [Remote Control](/docs/en/remote-control) | ✓ | ✓ | Admin-enabled | Admin-enabled |
281| [Channels](/en/channels) | ✓ | ✓ | Admin-enabled | Admin-enabled |281| [Channels](/docs/en/channels) | ✓ | ✓ | Admin-enabled | Admin-enabled |
282| [Computer use](/en/computer-use) | ✓ | ✓ | ✗ | ✗ |282| [Computer use](/docs/en/computer-use) | ✓ | ✓ | ✗ | ✗ |
283| Dispatch ([Desktop](/en/desktop#sessions-from-dispatch)) | ✓ | ✓ | ✗ | ✗ |283| Dispatch ([Desktop](/docs/en/desktop#sessions-from-dispatch)) | ✓ | ✓ | ✗ | ✗ |
284| [Code Review](/en/code-review) | ✗ | ✗ | ✓ | ✓ |284| [Code Review](/docs/en/code-review) | ✗ | ✗ | ✓ | ✓ |
285| [Artifacts](/en/artifacts) | ✓ | ✓ | ✓ | Admin-enabled |285| [Artifacts](/docs/en/artifacts) | ✓ | ✓ | ✓ | Admin-enabled |
286| [Analytics dashboard and contribution metrics](/en/analytics) | ✗ | ✗ | ✓ | ✓ |286| [Analytics dashboard and contribution metrics](/docs/en/analytics) | ✗ | ✗ | ✓ | ✓ |
287| [Enterprise Analytics API](/en/analytics#access-data-programmatically) | ✗ | ✗ | ✗ | ✓ |287| [Enterprise Analytics API](/docs/en/analytics#access-data-programmatically) | ✗ | ✗ | ✗ | ✓ |
288| [Server-managed settings](/en/server-managed-settings) | ✗ | ✗ | ✓ | ✓ |288| [Server-managed settings](/docs/en/server-managed-settings) | ✗ | ✗ | ✓ | ✓ |
289| [SSO](https://support.claude.com/en/articles/9266767-what-is-the-team-plan) | ✗ | ✗ | ✓ | ✓ |289| [SSO](https://support.claude.com/en/articles/9266767-what-is-the-team-plan) | ✗ | ✗ | ✓ | ✓ |
290| SCIM | ✗ | ✗ | ✗ | ✓ |290| SCIM | ✗ | ✗ | ✗ | ✓ |
291| [Compliance API](https://platform.claude.com/docs/en/api/compliance) | ✗ | ✗ | ✗ | ✓ |291| [Compliance API](https://platform.claude.com/docs/en/api/compliance) | ✗ | ✗ | ✗ | ✓ |
292| [Zero Data Retention](/en/zero-data-retention) | ✗ | ✗ | ✗ | ✓ <sup><a href="#fn7">7</a></sup> |292| [Zero Data Retention](/docs/en/zero-data-retention) | ✗ | ✗ | ✗ | ✓ <sup><a href="#fn7">7</a></sup> |
293 293
294<span id="fn6" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>6</sup> On Enterprise, requires a premium seat or a Chat + Claude Code seat. See [Claude Code on the web](/en/claude-code-on-the-web).<br />294<span id="fn6" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>6</sup> On Enterprise, requires a premium seat or a Chat + Claude Code seat. See [Claude Code on the web](/docs/en/claude-code-on-the-web).<br />
295<span id="fn7" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>7</sup> Not included in the standard Enterprise plan. Requires separate enablement by Anthropic for qualified accounts. See [Zero Data Retention](/en/zero-data-retention).295<span id="fn7" style={{display: 'block', position: 'relative', top: '-120px'}} /><sup>7</sup> Not included in the standard Enterprise plan. Requires separate enablement by Anthropic for qualified accounts. See [Zero Data Retention](/docs/en/zero-data-retention).
296 296
297For pricing and the full plan comparison, see [Team plans](https://support.claude.com/en/articles/9266767-what-is-the-team-plan) and [Enterprise plans](https://support.claude.com/en/articles/9797531-what-is-the-enterprise-plan).297For pricing and the full plan comparison, see [Team plans](https://support.claude.com/en/articles/9266767-what-is-the-team-plan) and [Enterprise plans](https://support.claude.com/en/articles/9797531-what-is-the-enterprise-plan).
298 298
299## Model availability299## Model availability
300 300
301For which Claude models and context-window sizes are available per provider and region, see [Model configuration](/en/model-config) and the [Models overview](https://platform.claude.com/docs/en/about-claude/models/overview). Vision, PDF input, and extended thinking are model capabilities rather than Claude Code features and work on every provider that offers the model. [Prompt caching](/en/prompt-caching) works the same way on most providers; on Amazon Bedrock, support varies by model.301For which Claude models and context-window sizes are available per provider and region, see [Model configuration](/docs/en/model-config) and the [Models overview](https://platform.claude.com/docs/en/about-claude/models/overview). Vision, PDF input, and extended thinking are model capabilities rather than Claude Code features and work on every provider that offers the model. [Prompt caching](/docs/en/prompt-caching) works the same way on most providers; on Amazon Bedrock, support varies by model.
302 302
303## Related resources303## Related resources
304 304
305* [Enterprise deployment overview](/en/third-party-integrations): compare authentication, billing, and regions across providers305* [Enterprise deployment overview](/docs/en/third-party-integrations): compare authentication, billing, and regions across providers
306* Provider setup guides: [Amazon Bedrock](/en/amazon-bedrock), [Claude Platform on AWS](/en/claude-platform-on-aws), [Google Cloud's Agent Platform](/en/google-vertex-ai), [Microsoft Foundry](/en/microsoft-foundry)306* Provider setup guides: [Amazon Bedrock](/docs/en/amazon-bedrock), [Claude Platform on AWS](/docs/en/claude-platform-on-aws), [Google Cloud's Agent Platform](/docs/en/google-vertex-ai), [Microsoft Foundry](/docs/en/microsoft-foundry)
307* [Platforms and integrations](/en/platforms): where Claude Code runs, including the CLI, Desktop, IDE extensions, web, mobile, and CI/CD307* [Platforms and integrations](/docs/en/platforms): where Claude Code runs, including the CLI, Desktop, IDE extensions, web, mobile, and CI/CD