summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src')
-rw-r--r--packages/web/src/content/docs/providers.mdx18
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.
---