Skip to content

Commit 9957a36

Browse files
Update mistral.md (#56)
* Update mistral.md * Update docs/providers/mistral.md Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * Update docs/providers/mistral.md Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * Update docs/providers/mistral.md Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * Update mistral.md --------- Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent d7eeb84 commit 9957a36

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

docs/providers/mistral.md

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,27 @@ Roo Code supports accessing models through the Mistral AI API, including both st
1111
## Getting an API Key
1212

1313
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)
1617

1718
## Supported Models
1819

1920
Roo Code supports the following Mistral models:
2021

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 |
23+
|------------------------|-------------------------|------------------|--------|
24+
| codestral-latest | 0.3 |||
25+
| mistral-large-latest | 0.7 |||
26+
| mistral-8b-latest | 0.3 |||
27+
| mistral-3b-latest | 0.3 |||
28+
| mistral-small-latest | 0.3 |||
29+
| pixtral-large-latest | 0.7 |||
2730

28-
**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.
2935

3036
## Configuration in Roo Code
3137

@@ -36,12 +42,12 @@ Roo Code supports the following Mistral models:
3642

3743
## Using Codestral
3844

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
4448

45-
## Tips and Notes
49+
To use Codestral:
4650

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

Comments
 (0)