diff options
| author | ⌞L⌝ <[email protected]> | 2026-01-14 07:00:23 +0800 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-01-13 19:51:01 -0500 |
| commit | adcc6617988e8892eb6514a9964b7757dc120f8a (patch) | |
| tree | 310b093f28c38d71a415715c80e473869c220cb8 | |
| parent | f4a28b265958acb5c42f3ca32e8d267ca5605cba (diff) | |
| download | opencode-adcc6617988e8892eb6514a9964b7757dc120f8a.tar.gz opencode-adcc6617988e8892eb6514a9964b7757dc120f8a.zip | |
docs: add 302ai provider (#8142)
| -rw-r--r-- | packages/web/src/content/docs/providers.mdx | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index 7af4ab85d..effdd8d3c 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -95,6 +95,33 @@ Don't see a provider here? Submit a PR. --- +### 302.AI + +1. Head over to the [302.AI console](https://302.ai/), create an account, and generate an API key. + +2. Run the `/connect` command and search for **302.AI**. + + ```txt + /connect + ``` + +3. Enter your 302.AI API key. + + ```txt + ┌ API key + │ + │ + └ enter + ``` + +4. Run the `/models` command to select a model. + + ```txt + /models + ``` + +--- + ### Amazon Bedrock To use Amazon Bedrock with OpenCode: |
