diff options
| author | Jay V <[email protected]> | 2025-10-27 18:16:25 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-10-27 18:16:48 -0400 |
| commit | e3e16e58c580a57dd109bf4d4d416af789a21874 (patch) | |
| tree | bfe006d38bba02c921f373518691f5b43465262d /packages/web/src | |
| parent | a2951a2702d2f9d71f26a15d59be748038409bad (diff) | |
| download | opencode-e3e16e58c580a57dd109bf4d4d416af789a21874.tar.gz opencode-e3e16e58c580a57dd109bf4d4d416af789a21874.zip | |
docs: edit
Diffstat (limited to 'packages/web/src')
| -rw-r--r-- | packages/web/src/content/docs/providers.mdx | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index dbf4b62de..9a5818f70 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -374,42 +374,6 @@ Some models need to be manually enabled in your [GitHub Copilot settings](https: --- -### Groq - -1. Head over to the [Groq console](https://console.groq.com/), click **Create API Key**, and copy the key. - -2. Run `opencode auth login` and select Groq. - - ```bash - $ opencode auth login - - ┌ Add credential - │ - ◆ Select provider - │ ● Groq - │ ... - └ - ``` - -3. Enter the API key for the provider. - - ```bash - $ opencode auth login - - ┌ Add credential - │ - ◇ Select provider - │ Groq - │ - ◇ Enter your API key - │ _ - └ - ``` - -4. Run the `/models` command to select the one you want. - ---- - ### Google Vertex AI To use Google Vertex AI with OpenCode: @@ -446,6 +410,42 @@ To use Google Vertex AI with OpenCode: --- +### Groq + +1. Head over to the [Groq console](https://console.groq.com/), click **Create API Key**, and copy the key. + +2. Run `opencode auth login` and select Groq. + + ```bash + $ opencode auth login + + ┌ Add credential + │ + ◆ Select provider + │ ● Groq + │ ... + └ + ``` + +3. Enter the API key for the provider. + + ```bash + $ opencode auth login + + ┌ Add credential + │ + ◇ Select provider + │ Groq + │ + ◇ Enter your API key + │ _ + └ + ``` + +4. Run the `/models` command to select the one you want. + +--- + ### LM Studio You can configure opencode to use local models through LM Studio. |
