Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions packages/web/src/content/docs/providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,35 @@ Assign your identity the inference role required by the deployment: **Cognitive

---

### Boundless

Boundless serves open-weight and frontier models through an OpenAI-compatible endpoint.

1. Head over to the [Boundless console](https://inference.boundless.network/), create an account, and create an API key on the [API keys](https://inference.boundless.network/api-keys) page.

2. Run the `/connect` command and search for **Boundless**.

```txt
/connect
```

3. Enter your Boundless API key.

```txt
┌ API key
└ enter
```

4. Run the `/models` command to select a model like _Kimi K3_.

```txt
/models
```

---

### Cerebras

1. Head over to the [Cerebras console](https://inference.cerebras.ai/), create an account, and generate an API key.
Expand Down
Loading