Skip to content

Commit 3fe2e89

Browse files
authored
docs: Add Scaleway to provider docs (#7389)
1 parent eb5c113 commit 3fe2e89

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1271,6 +1271,35 @@ SAP AI Core provides access to 40+ models from OpenAI, Anthropic, Google, Amazon
12711271

12721272
---
12731273

1274+
### Scaleway
1275+
1276+
To use [Scaleway Generative APIs](https://www.scaleway.com/en/docs/generative-apis/) with Opencode:
1277+
1278+
1. Head over to the [Scaleway Console IAM settings](https://console.scaleway.com/iam/api-keys) to generate a new API key.
1279+
1280+
2. Run the `/connect` command and search for **Scaleway**.
1281+
1282+
```txt
1283+
/connect
1284+
```
1285+
1286+
3. Enter your Scaleway API key.
1287+
1288+
```txt
1289+
┌ API key
1290+
1291+
1292+
└ enter
1293+
```
1294+
1295+
4. Run the `/models` command to select a model like _devstral-2-123b-instruct-2512_ or _gpt-oss-120b_.
1296+
1297+
```txt
1298+
/models
1299+
```
1300+
1301+
---
1302+
12741303
### Together AI
12751304

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

0 commit comments

Comments
 (0)