summaryrefslogtreecommitdiffhomepage
path: root/packages/web
diff options
context:
space:
mode:
authorDanil <[email protected]>2026-01-09 00:12:22 +0000
committerGitHub <[email protected]>2026-01-08 18:12:22 -0600
commit3fe2e89d55b89edcbbb2ad3a5446b4ca8971636d (patch)
treecb4a5ed208f1c8624360a380cf285d1711bbb49b /packages/web
parenteb5c113cff63f2f2cad0174db6b05408caf115da (diff)
downloadopencode-3fe2e89d55b89edcbbb2ad3a5446b4ca8971636d.tar.gz
opencode-3fe2e89d55b89edcbbb2ad3a5446b4ca8971636d.zip
docs: Add Scaleway to provider docs (#7389)
Diffstat (limited to 'packages/web')
-rw-r--r--packages/web/src/content/docs/providers.mdx29
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx
index 0e4539e12..58aa47ede 100644
--- a/packages/web/src/content/docs/providers.mdx
+++ b/packages/web/src/content/docs/providers.mdx
@@ -1271,6 +1271,35 @@ SAP AI Core provides access to 40+ models from OpenAI, Anthropic, Google, Amazon
---
+### Scaleway
+
+To use [Scaleway Generative APIs](https://www.scaleway.com/en/docs/generative-apis/) with Opencode:
+
+1. Head over to the [Scaleway Console IAM settings](https://console.scaleway.com/iam/api-keys) to generate a new API key.
+
+2. Run the `/connect` command and search for **Scaleway**.
+
+ ```txt
+ /connect
+ ```
+
+3. Enter your Scaleway API key.
+
+ ```txt
+ ┌ API key
+ │
+ │
+ └ enter
+ ```
+
+4. Run the `/models` command to select a model like _devstral-2-123b-instruct-2512_ or _gpt-oss-120b_.
+
+ ```txt
+ /models
+ ```
+
+---
+
### Together AI
1. Head over to the [Together AI console](https://api.together.ai), create an account, and click **Add Key**.