diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index ff2e8cfee807..c997a2bc474c 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -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.