diff options
| author | george larson <[email protected]> | 2025-11-26 05:40:52 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-25 23:40:52 -0600 |
| commit | 338229193f6c82308e2fb0ce5fc3547495bb8e4d (patch) | |
| tree | efbae2d0e2f909f6a905984fa748c59904a65e1a | |
| parent | 57644a4be8bdf65eb0563724a16ae384720459c6 (diff) | |
| download | opencode-338229193f6c82308e2fb0ce5fc3547495bb8e4d.tar.gz opencode-338229193f6c82308e2fb0ce5fc3547495bb8e4d.zip | |
docs: add Venice.ai provider (#4748)
Co-authored-by: George Larson <[email protected]>
| -rw-r--r-- | packages/web/src/content/docs/providers.mdx | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index 013956569..3d6bd614e 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -1293,3 +1293,39 @@ If you are having trouble with configuring a provider, check the following: - Make sure the provider ID used in `opencode auth login` matches the ID in your opencode config. - The right npm package is used for the provider. For example, use `@ai-sdk/cerebras` for Cerebras. And for all other OpenAI-compatible providers, use `@ai-sdk/openai-compatible`. - Check correct API endpoint is used in the `options.baseURL` field. + +--- + +### Venice AI + +1. Head over to the [Venice AI console](https://venice.ai), create an account, and generate an API key. + +2. Run `opencode auth login` and select **Venice AI**. + + ```bash + $ opencode auth login + + ┌ Add credential + │ + ◆ Select provider + │ ● Venice AI + │ ... + └ + ``` + +3. Enter your Venice AI API key. + + ```bash + $ opencode auth login + + ┌ Add credential + │ + ◇ Select provider + │ Venice AI + │ + ◇ Enter your API key + │ _ + └ + ``` + +4. Run the `/models` command to select a model like _Llama 3.3 70B_. |
