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
27 changes: 27 additions & 0 deletions packages/web/src/content/docs/providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,33 @@ Selecting a router model is a drop-in replacement for any other model — OpenCo

---

### EmpirioLabs AI

1. Head over to the [EmpirioLabs dashboard](https://platform.empiriolabs.ai/dashboard/api-keys), create an account, and generate an API key.

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

```txt
/connect
```

3. Enter your EmpirioLabs AI API key.

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

4. Run the `/models` command to select a model like _Qwen3.7 Max_.

```txt
/models
```

---

### FrogBot

1. Head over to the [FrogBot dashboard](https://app.frogbot.ai/signup), create an account, and generate an API key.
Expand Down
Loading