Account Tiers & Third-party Models
Who can use which remote control capability depends on their account plan and model provider.
Anthropic Account Tiers
| Plan | Remote Control Availability |
|---|---|
| Free / API Key | Not available (Requires OAuth) |
| Pro / Max | Full Remote Control available |
| Team / Enterprise | Available + Admin Policy Controls |
Provider Support Matrix
| Provider | Remote Control | Telegram Plugin |
|---|---|---|
| Anthropic Direct | ✅ (OAuth required) | ✅ |
| AWS Bedrock | ❌ (Explicitly hidden in v2.1.55+) | ✅ |
| Google Vertex AI | ❌ (Not supported) | ✅ |
| Third-party Gateway | ❌ | ✅ |
Why the difference?
- Remote Control relies on Anthropic's cloud bridge and the
claude.ai/codeUI. Third-party providers don't have access to this proprietary infrastructure. - Telegram Plugin is a local MCP server that doesn't care about your backend model – it only cares about messages coming in and out of your local CLI.
Decision Rule: If you use Bedrock or Vertex, your only "remote" option is a channel plugin like Telegram.