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
23 changes: 22 additions & 1 deletion packages/web/src/content/docs/providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1316,6 +1316,28 @@ To use Kimi K2 from Moonshot AI:

---


### Mistral AI

1. Head over to the [Mistral AI console](https://console.mistral.ai/), create an account, and generate an API key.

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

```txt
/connect
```

3. Enter your Mistral API key.

4. Run the `/models` command to select a model like _Mistral Medium_.

```txt
/models
```

---


### NVIDIA

NVIDIA provides access to Nemotron models and many other open models through [build.nvidia.com](https://build.nvidia.com) for free.
Expand All @@ -1329,7 +1351,6 @@ NVIDIA provides access to Nemotron models and many other open models through [bu
```

3. Enter your NVIDIA API key.

```txt
┌ API key
Expand Down
Loading