diff options
| author | Jen Person <[email protected]> | 2026-04-17 17:25:42 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-17 10:25:42 -0500 |
| commit | ac5b395c5d709378592ea6b3ab8c9fe5061b53d5 (patch) | |
| tree | afa6290c8022f454c259c2652326f02101d03eb7 | |
| parent | 8fbbca5f4bf6a7a971ce49d7ac2c8122767f5308 (diff) | |
| download | opencode-ac5b395c5d709378592ea6b3ab8c9fe5061b53d5.tar.gz opencode-ac5b395c5d709378592ea6b3ab8c9fe5061b53d5.zip | |
docs: adding Mistral to docs as a provider (it is already a provider, just docs update) #23070 (#23072)
| -rw-r--r-- | packages/web/src/content/docs/providers.mdx | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index bd7e10f92..84e60b6ef 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -1316,6 +1316,33 @@ 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. + + ```txt + ┌ API key + │ + │ + └ enter + ``` + +4. Run the `/models` command to select a model like _Mistral Medium_. + + ```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**. |
