Availability by model provider
How you authenticate determines which features Claude Code can reach. For a single list of what is missing on your provider, see the summary by provider tabs. To find your column in the tables:- Claude subscription: you sign in with a claude.ai account on the Pro, Max, Team, or Enterprise plan
- Anthropic Console: you authenticate with an Anthropic API key
- Amazon Bedrock: you use Claude models from the Bedrock model catalog and set
CLAUDE_CODE_USE_BEDROCK. The Mantle endpoint (CLAUDE_CODE_USE_MANTLE) is covered by this column - Claude Platform on AWS: you bought Claude through AWS Marketplace but call the Anthropic API, and set
CLAUDE_CODE_USE_ANTHROPIC_AWS - Google Vertex AI: Google-operated; you set
CLAUDE_CODE_USE_VERTEX - Microsoft Foundry: Anthropic-operated on Azure; you set
CLAUDE_CODE_USE_FOUNDRY
Features available on every provider
These work identically on every provider:- CLI and Agent SDK
- VS Code and JetBrains extensions
- Subagents, hooks, commands, and skills
- CLAUDE.md memory, plugins, and MCP servers
- Checkpoints, sandboxing, and Workflows
- OpenTelemetry metrics and the managed settings file
Features that require a Claude subscription
These require signing in with a claude.ai account and are not reachable with an Anthropic Console API key or from a third-party provider:- Claude Code on the web, Claude Code on mobile, and Claude Code in Slack
- Claude Code Desktop
- Routines (
/schedule) - Ultraplan and Ultrareview
- Code Review: Team and Enterprise plans
- Remote Control
- Chrome extension
- Computer use: Pro and Max plans
- Artifacts: Team and Enterprise plans
- Voice dictation
CLI capabilities that vary by provider
These features work in the local CLI but depend on a server-side capability that not every provider exposes.| Feature | Claude subscription | Anthropic Console | Amazon Bedrock | Claude Platform on AWS | Google Vertex AI | Microsoft Foundry |
|---|---|---|---|---|---|---|
| Web search | ✓ | ✓ | ✗ | ✓ | See note 1 | ✓ |
| Fast mode | ✓ | ✓ | ✗ | ✗ | ✗ | ✗ |
| Auto mode | ✓ | ✓ | See note 2 | ✓ | See note 2 | See note 2 |
| Advisor | ✓ | ✓ | ✗ | ✗ | ✗ | ✗ |
| Channels | ✓ | ✓ | ✗ | ✗ | ✗ | ✗ |
/loop scheduled tasks | ✓ | ✓ | See note 3 | ✓ | See note 3 | See note 3 |
| GitHub Actions and GitLab CI/CD | ✓ | ✓ | ✓ | ✓ | ✓ | ✗ |
Admin and analytics
Organization-level controls and usage visibility.| Feature | Claude subscription | Anthropic Console | Amazon Bedrock | Claude Platform on AWS | Google Vertex AI | Microsoft Foundry |
|---|---|---|---|---|---|---|
| Analytics dashboard and API | ✓ (Team and Enterprise) | ✓ 5 | ✗ | ✗ | ✗ | ✗ |
| Server-managed settings | ✓ (Team and Enterprise) | ✓ (Team and Enterprise) | ✗ | ✗ | ✗ | ✗ |
| Zero Data Retention | ✓ (qualified Enterprise accounts) | ✓ (qualified accounts) | See note 4 | ✓ (qualified accounts) | See note 4 | See note 4 |
2 Requires
CLAUDE_CODE_ENABLE_AUTO_MODE. See Auto mode configuration.3 Explicit intervals such as
/loop every 2 hours work on every provider. On Bedrock, Vertex AI, and 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.4 Subject to your agreement with the cloud provider.
5 Dashboard and API only. Contribution metrics requires a claude.ai Team or Enterprise organization.
If you authenticate through an LLM gateway, feature availability matches the underlying provider the gateway forwards to. Some Anthropic-only features such as the Advisor work only if the gateway forwards requests intact to the Anthropic API.
Summary by provider
Each 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. On Bedrock, Vertex AI, Foundry, and Claude Platform on AWS, error reporting and telemetry to Anthropic are off by default. See default behaviors by API provider for what traffic still reaches Anthropic and how to opt out.- Amazon Bedrock
- Claude Platform on AWS
- Google Vertex AI
- Microsoft Foundry
- Anthropic Console
Not available: all features that require a Claude subscription, plus web search, fast mode, Advisor, Channels, the analytics dashboard, and server-managed settings.Partial support:
- Desktop: only via the Cowork on 3P research preview
- Auto mode: set
CLAUDE_CODE_ENABLE_AUTO_MODE /loop: explicit intervals only- Zero Data Retention: subject to your AWS agreement
/loop with an explicit interval instead of /schedule. For cloud sessions, use GitHub Actions or GitLab CI/CD. For web lookups, use the WebFetch tool with a specific URL.Availability by subscription plan
If you authenticate through Bedrock, Vertex AI, Foundry, or an Anthropic Console API key, this section does not apply to you. When you sign in with a claude.ai account, your plan determines which of the features below are available.| Feature | Pro | Max | Team | Enterprise |
|---|---|---|---|---|
| Claude Code on the web | ✓ | ✓ | ✓ | ✓ 6 |
| Routines | ✓ | ✓ | ✓ | ✓ |
| Remote Control | ✓ | ✓ | Admin-enabled | Admin-enabled |
| Channels | ✓ | ✓ | Admin-enabled | Admin-enabled |
| Computer use | ✓ | ✓ | ✗ | ✗ |
| Dispatch (Desktop) | ✓ | ✓ | ✗ | ✗ |
| Code Review | ✗ | ✗ | ✓ | ✓ |
| Artifacts | ✗ | ✗ | ✓ | Admin-enabled |
| Analytics dashboard, API, and contribution metrics | ✗ | ✗ | ✓ | ✓ |
| Server-managed settings | ✗ | ✗ | ✓ | ✓ |
| SSO | ✗ | ✗ | ✓ | ✓ |
| SCIM | ✗ | ✗ | ✗ | ✓ |
| Compliance API | ✗ | ✗ | ✗ | ✓ |
| Zero Data Retention | ✗ | ✗ | ✗ | ✓ 7 |
7 Not included in the standard Enterprise plan. Requires separate enablement by Anthropic for qualified accounts. See Zero Data Retention. For pricing and the full plan comparison, see Team plans and Enterprise plans.
Model availability
For which Claude models and context-window sizes are available per provider and region, see Model configuration and the 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 works the same way on most providers; on Bedrock, support varies by model.Related resources
- Enterprise deployment overview: compare authentication, billing, and regions across providers
- Provider setup guides: Amazon Bedrock, Claude Platform on AWS, Google Vertex AI, Microsoft Foundry
- Platforms and integrations: where Claude Code runs, including the CLI, Desktop, IDE extensions, web, mobile, and CI/CD