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 @@ -1198,6 +1198,33 @@ To use Kimi K2 from Moonshot AI:

---

### Meganova

1. Head over to the [Meganova console](https://console.meganova.ai/) and create an account. A default API key will be provided — copy it from the **API Keys** page.

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

```txt
/connect
```

3. Enter your Meganova API key.

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

4. Run the `/models` command to select a model like _DeepSeek V3.2_ or _GLM-5_.

```txt
/models
```

---

### Nebius Token Factory

1. Head over to the [Nebius Token Factory console](https://tokenfactory.nebius.com/), create an account, and click **Add Key**.
Expand Down
Loading