docs: add warning about Claude Pro/Max subscription support
- Remove recommendation to sign up for Claude Pro/Max - Add info block noting that Pro/Max subscriptions are not officially supported by Anthropic - Reference user report of subscription being blockedpull/10595/head
parent
3071720ce7
commit
835ba06335
|
|
@ -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 is not officially supported in Opencode. We've received [reports](https://x.com/trq212/status/2009689809875591565) of some users having their subscriptions blocked while using it with OpenCode.
|
||||
:::
|
||||
|
||||
##### 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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue