You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/providers/mistral.md
+22-16Lines changed: 22 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,21 +11,27 @@ Roo Code supports accessing models through the Mistral AI API, including both st
11
11
## Getting an API Key
12
12
13
13
1.**Sign Up/Sign In:** Go to the [Mistral Platform](https://console.mistral.ai/). Create an account or sign in. You may need to go through a verification process.
14
-
2.**Create an API Keys:** Get a [Mistral API Key](https://console.mistral.ai/api-keys/) and/or a [Codestral API Key](https://console.mistral.ai/codestral).
15
-
3.**Copy the Key:****Important:** Copy the API key *immediately*. You will not be able to see it again. Store it securely.
14
+
2.**Create an API Keys:**
15
+
-[La Plateforme API Key](https://console.mistral.ai/api-keys/) and/or
16
+
-[Codestral API Key](https://console.mistral.ai/codestral)
16
17
17
18
## Supported Models
18
19
19
20
Roo Code supports the following Mistral models:
20
21
21
-
*`codestral-latest`
22
-
*`mistral-large-latest`
23
-
*`mistral-8b-latest`
24
-
*`mistral-3b-latest`
25
-
*`mistral-small-latest`
26
-
*`pixtral-large-latest`
22
+
| Model ID | Model Default Temperature | Function Calling | Vision / Image support |
**Note:** Model availability and specifications may change. Refer to the [Mistral AI documentation](https://docs.mistral.ai/api/) for the latest information.
31
+
**Roo Code Default Temperature = 0**
32
+
33
+
**Note:** Model availability and specifications may change.
34
+
Refer to the [Mistral AI documentation](https://docs.mistral.ai/api/) and [Mistral Model Overview](https://docs.mistral.ai/getting-started/models/models_overview/) for the latest information.
29
35
30
36
## Configuration in Roo Code
31
37
@@ -36,12 +42,12 @@ Roo Code supports the following Mistral models:
36
42
37
43
## Using Codestral
38
44
39
-
Codestral is a model specifically designed for code generation and interaction. To use Codestral:
40
-
41
-
1.**Select "Mistral" as the API Provider.**
42
-
2.**Enter your Codestral API Key.**
43
-
3.**Select a Codestral Model:** Choose a model with the `codestral-` prefix from the "Model ID" dropdown (e.g., `codestral-latest`).
45
+
[Codestral](https://docs.mistral.ai/capabilities/code_generation/) is a model specifically designed for code generation and interaction.
46
+
Only for Codestral you could use different endpoints (Default: codestral.mistral.ai).
47
+
For the La Platforme API Key change the **Codestral Base Url** to: https://api.mistral.ai
44
48
45
-
## Tips and Notes
49
+
To use Codestral:
46
50
47
-
***Pricing:** Refer to the [Mistral AI pricing](https://mistral.ai/pricing/) page for details on model costs.
51
+
1.**Select "Mistral" as the API Provider.**
52
+
2.**Select a Codestral Model**
53
+
3.**Enter your Codestral (codestral.mistral.ai) or La Plateforme (api.mistral.ai) API Key.**
0 commit comments