diff options
| author | Elias <[email protected]> | 2025-11-12 14:28:35 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-12 13:28:35 -0600 |
| commit | a96bf8e62d8aac9bb43f88c1ca4c8cfb257e677b (patch) | |
| tree | c88849d89a4dec92531f7e5564101ba4b6919d73 /packages/web/src | |
| parent | c8bda598f55bd0d104c979866605b5cc61d1250a (diff) | |
| download | opencode-a96bf8e62d8aac9bb43f88c1ca4c8cfb257e677b.tar.gz opencode-a96bf8e62d8aac9bb43f88c1ca4c8cfb257e677b.zip | |
docs: OVHcloud AI Endpoints provider (#4257)
Diffstat (limited to 'packages/web/src')
| -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 a3ebda0e6..e8d913a70 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -783,6 +783,42 @@ OpenCode Zen is a list of tested and verified models provided by the OpenCode te --- +### OVHcloud AI Endpoints + +1. Head over to the [OVHcloud panel](https://ovh.com/manager). Navigate to the `Public Cloud` section, `AI & Machine Learning` > `AI Endpoints` and in `API Keys` tab, click **Create a new API key**. + +2. Run `opencode auth login` and select **OVHcloud AI Endpoints**. + + ```bash + $ opencode auth login + + ┌ Add credential + │ + ◆ Select provider + │ ● OVHcloud AI Endpoints + │ ... + └ + ``` + +3. Enter your OVHcloud AI Endpoints API key. + + ```bash + $ opencode auth login + + ┌ Add credential + │ + ◇ Select provider + │ OVHcloud AI Endpoints + │ + ◇ Enter your API key + │ _ + └ + ``` + +4. Run the `/models` command to select a model like _gpt-oss-120b_. + +--- + ### Together AI 1. Head over to the [Together AI console](https://api.together.ai), create an account, and click **Add Key**. |
