Models Overview
Mistral provides two types of models: free models and premier models.
note
- For API pricing details, please visit our pricing page.
- If you are interested in purchasing a commercial license for our models, please contact our team.
Premier models
Model | Weight availability | Available via API | Description | Max Tokens | API Endpoints | Version |
---|---|---|---|---|---|---|
Mistral Large | ✔️ Mistral Research License | ✔️ | Our top-tier reasoning model for high-complexity tasks with the lastest version released November 2024. Learn more on our blog post | 128k | mistral-large-latest | 24.11 |
Pixtral Large | ✔️ Mistral Research License | ✔️ | Our frontier-class multimodal model released November 2024. Learn more on our blog post | 128k | pixtral-large-latest | 24.11 |
Ministral 3B | ✔️ | World’s best edge model. Learn more on our blog post | 128k | ministral-3b-latest | 24.10 | |
Ministral 8B | ✔️ Mistral Research License | ✔️ | Powerful edge model with extremely high performance/price ratio. Learn more on our blog post | 128k | ministral-8b-latest | 24.10 |
Mistral Small | ✔️ Mistral Research License | ✔️ | Our latest enterprise-grade small model with the lastest version v2 released September 2024. Learn more on our blog post | 32k | mistral-small-latest | 24.09 |
Codestral | ✔️ Mistral Non-Production License | ✔️ | Our cutting-edge language model for coding released May 2024 | 32k | codestral-latest | 24.05 |
Mistral Embed | ✔️ | Our state-of-the-art semantic for extracting representation of text extracts | 8k | mistral-embed | 23.12 | |
Mistral Moderation | ✔️ | Our moderation service that enables our users to detect harmful text content | 8k | mistral-moderation-latest | 24.11 |
Free models
- Latest models
Model | Weight availability | Available via API | Description | Max Tokens | API Endpoints | Version |
---|---|---|---|---|---|---|
Pixtral | ✔️ Apache2 | ✔️ | A 12B model with image understanding capabilities in addition to text. Learn more on our blog post | 128k | pixtral-12b-2409 | 24.09 |
- Research models
Model | Weight availability | Available via API | Description | Max Tokens | API Endpoints | Version |
---|---|---|---|---|---|---|
Mistral Nemo | ✔️ Apache2 | ✔️ | Our best multilingual open source model released July 2024. Learn more on our blog post | 128k | open-mistral-nemo | 24.07 |
Codestral Mamba | ✔️ Apache2 | ✔️ | Our first mamba 2 open source model released July 2024. Learn more on our blog post | 256k | open-codestral-mamba | v0.1 |
Mathstral | ✔️ Apache2 | Our first math open source model released July 2024. Learn more on our blog post | 32k | NA | v0.1 |
- Legacy models
Model | Weight availability | Available via API | Description | Max Tokens | API Endpoints | Version |
---|---|---|---|---|---|---|
Mistral 7B | ✔️ Apache2 | ✔️ | Our first dense model released September 2023. Learn more on our blog post | 32k | open-mistral-7b | v0.3 |
Mixtral 8x7B | ✔️ Apache2 | ✔️ | Our first sparse mixture-of-experts released December 2023. Learn more on our blog post | 32k | open-mixtral-8x7b | v0.1 |
Mixtral 8x22B | ✔️ Apache2 | ✔️ | Our best open source model to date released April 2024. Learn more on our blog post | 64k | open-mixtral-8x22b | v0.1 |
API versioning
Mistral AI API are versions with specific release dates. To prevent any disruptions due to model updates and breaking changes, it is recommended to use the dated versions of the Mistral AI API. Additionally, be prepared for the deprecation of certain endpoints in the coming months.
Here are the details of the available versions:
mistral-large-latest
: currently points tomistral-large-2411
.mistral-large-2407
andmistral-large-2402
will be deprecated shortly.pixtral-large-latest
: currently points topixtral-large-2411
.mistral-moderation-latest
: currently points tomistral-moderation-2411
.ministral-3b-latest
: currently points toministral-3b-2410
.ministral-8b-latest
: currently points toministral-8b-2410
.open-mistral-nemo
: currently points toopen-mistral-nemo-2407
.mistral-small-latest
: currently points tomistral-small-2409
.mistral-small-2402
is deprecated.mistral-medium-latest
: currently points tomistral-medium-2312
. The previousmistral-medium
has been dated and tagged asmistral-medium-2312
. Mistral Medium will be deprecated shortly.codestral-latest
: currently points tocodestral-2405
.