diff options
| author | Dax <[email protected]> | 2026-03-19 00:45:24 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-19 04:45:24 +0000 |
| commit | 1ac1a0287ccc7ee75b1ba6a0801bc18b74f502cb (patch) | |
| tree | 8857599142f7413ec040593b02a70c03bca60a37 /packages/web/src/content/docs | |
| parent | 8e09e8c6121f03244a1f25281b506a90bcb355d7 (diff) | |
| download | opencode-1ac1a0287ccc7ee75b1ba6a0801bc18b74f502cb.tar.gz opencode-1ac1a0287ccc7ee75b1ba6a0801bc18b74f502cb.zip | |
anthropic legal requests (#18186)
Diffstat (limited to 'packages/web/src/content/docs')
| -rw-r--r-- | packages/web/src/content/docs/providers.mdx | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index 7f9932051..b5ddd15b3 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -307,8 +307,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 └ ``` @@ -320,14 +318,20 @@ 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. -##### Using API keys +Previous versions of OpenCode came bundled with these plugins but that is no +longer the case as of 1.3.0 -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. +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 +::: -Or if you already have an API key, you can select **Manually enter API Key** and paste it in your terminal. --- |
