diff options
| author | ⌞L⌝ <[email protected]> | 2026-01-14 07:00:23 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-13 17:00:23 -0600 |
| commit | b8828f2609b7cc2146512566def1359af3a67f47 (patch) | |
| tree | e883eb451243a391aa142482fd98fbcbafc23374 | |
| parent | 2f7b2cf603c94a9383533d962b2d48611905ca57 (diff) | |
| download | opencode-b8828f2609b7cc2146512566def1359af3a67f47.tar.gz opencode-b8828f2609b7cc2146512566def1359af3a67f47.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: |
