diff options
| author | Frank <[email protected]> | 2026-02-25 01:25:08 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-02-25 01:25:08 -0500 |
| commit | d7500b25b8eb84051e13bd930e234445352cc9a4 (patch) | |
| tree | 8fad0553634796987a1194f8f006a6a9030fae34 /packages/web/src | |
| parent | 5d5f2cfee608d3c1dc6ec309fd272ec9da4a2e8d (diff) | |
| download | opencode-d7500b25b8eb84051e13bd930e234445352cc9a4.tar.gz opencode-d7500b25b8eb84051e13bd930e234445352cc9a4.zip | |
zen: go
Diffstat (limited to 'packages/web/src')
| -rw-r--r-- | packages/web/src/content/docs/providers.mdx | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index db3bfeaee..34e362649 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -57,7 +57,39 @@ tested and verified to work well with OpenCode. [Learn more](/docs/zen). If you are new, we recommend starting with OpenCode Zen. ::: -1. Run the `/connect` command in the TUI, select opencode, and head to [opencode.ai/auth](https://opencode.ai/auth). +1. Run the `/connect` command in the TUI, select `OpenCode Zen`, and head to [opencode.ai/auth](https://opencode.ai/zen). + + ```txt + /connect + ``` + +2. Sign in, add your billing details, and copy your API key. + +3. Paste your API key. + + ```txt + ┌ API key + │ + │ + └ enter + ``` + +4. Run `/models` in the TUI to see the list of models we recommend. + + ```txt + /models + ``` + +It works like any other provider in OpenCode and is completely optional to use. + +--- + +## OpenCode Go + +OpenCode Go is a low cost subscription plan that provides reliable access to popular open coding models provided by the OpenCode team that have been +tested and verified to work well with OpenCode. + +1. Run the `/connect` command in the TUI, select `OpenCode Go`, and head to [opencode.ai/auth](https://opencode.ai/zen). ```txt /connect |
