anthropic legal requests

This commit is contained in:
Dax Raad
2026-02-19 17:49:09 -05:00
parent f2090b26c1
commit 973715f3da
6 changed files with 17 additions and 212 deletions

View File

@@ -266,8 +266,6 @@ For custom inference profiles, use the model and provider name in the key and se
```txt
┌ Select auth method
│ Claude Pro/Max
│ Create an API Key
│ Manually enter API Key
```
@@ -279,14 +277,17 @@ For custom inference profiles, use the model and provider name in the key and se
```
:::info
Using your Claude Pro/Max subscription in OpenCode is not officially supported by [Anthropic](https://anthropic.com).
There are plugins that allow you to use your Claude Pro/Max models with
OpenCode. Anthropic explicitly prohibits this.
Other companies support freedom of choice with developer tooling - you can use
the following subscriptions in OpenCode with zero setup:
- ChatGPT Plus
- Github Copilot
- Gitlab Duo
:::
##### 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.
Or if you already have an API key, you can select **Manually enter API Key** and paste it in your terminal.
---