diff options
| author | Ryan Vogel <[email protected]> | 2026-01-25 22:28:01 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-25 22:28:01 -0500 |
| commit | 23d85f47397c594e62929682b27835099b788fdf (patch) | |
| tree | 012f38b0dbfb05201f68b74f2dd7ce7d9f23d443 | |
| parent | 8c4bf225f29f26635158333785dbdb4e6923bfb7 (diff) | |
| download | opencode-23d85f47397c594e62929682b27835099b788fdf.tar.gz opencode-23d85f47397c594e62929682b27835099b788fdf.zip | |
docs: add warning about Claude Pro/Max subscription support (#10595)
| -rw-r--r-- | packages/web/src/content/docs/providers.mdx | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index 8e1d0b4ed..2a8039452 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -254,12 +254,6 @@ For custom inference profiles, use the model and provider name in the key and se ### Anthropic -We recommend signing up for [Claude Pro](https://www.anthropic.com/news/claude-pro) or [Max](https://www.anthropic.com/max). - -:::info -We've received reports of some users having their subscriptions blocked while using it with OpenCode. -::: - 1. Once you've signed up, run the `/connect` command and select Anthropic. ```txt @@ -284,6 +278,10 @@ We've received reports of some users having their subscriptions blocked while us /models ``` +:::info +Using your Claude Pro/Max subscription in OpenCode is not officially supported by [Anthropic](https://anthropic.com). +::: + ##### Using API keys You can also select **Create an API Key** if you don't have a Pro/Max subscription. It'll also open your browser and ask you to login to Anthropic and give you a code you can paste in your terminal. |
