diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index b31ebb67792c..ec699aeb966f 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -861,6 +861,33 @@ Selecting a router model is a drop-in replacement for any other model — OpenCo --- +### Friendli + +1. Head over to the [Friendli AI Suite](https://friendli.ai/suite), create an account, and generate an API key. + +2. Run the `/connect` command and search for **Friendli**. + + ```txt + /connect + ``` + +3. Enter your Friendli API key. + + ```txt + ┌ API key + │ + │ + └ enter + ``` + +4. Run the `/models` command to select a model. + + ```txt + /models + ``` + +--- + ### GitLab Duo :::caution[Experimental]