Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit a96bf8e

Browse files
authored
docs: OVHcloud AI Endpoints provider (anomalyco#4257)
1 parent c8bda59 commit a96bf8e

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

packages/web/src/content/docs/providers.mdx

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,42 @@ OpenCode Zen is a list of tested and verified models provided by the OpenCode te
783783

784784
---
785785

786+
### OVHcloud AI Endpoints
787+
788+
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**.
789+
790+
2. Run `opencode auth login` and select **OVHcloud AI Endpoints**.
791+
792+
```bash
793+
$ opencode auth login
794+
795+
┌ Add credential
796+
797+
◆ Select provider
798+
│ ● OVHcloud AI Endpoints
799+
│ ...
800+
801+
```
802+
803+
3. Enter your OVHcloud AI Endpoints API key.
804+
805+
```bash
806+
$ opencode auth login
807+
808+
┌ Add credential
809+
810+
◇ Select provider
811+
│ OVHcloud AI Endpoints
812+
813+
◇ Enter your API key
814+
│ _
815+
816+
```
817+
818+
4. Run the `/models` command to select a model like _gpt-oss-120b_.
819+
820+
---
821+
786822
### Together AI
787823

788824
1. Head over to the [Together AI console](https://api.together.ai), create an account, and click **Add Key**.

0 commit comments

Comments
 (0)