Release notes
Mistral AI's official changelog: new Mistral models and changes for developers.
Mistral API·May 23, 2024
Function calling: tool_call_id is now mandatory in chat messages with the tool role.
Mistral API·Apr 17, 2024Announcement
We released three versions of tokenizers for commercial and open-weight models: check the related guide and repo for more details.
New model·Apr 17, 2024Announcement
Check the release blog for details.
Mistral API·Mar 28, 2024
JSON mode now available for all models on La Plateforme.
Mistral API·Feb 26, 2024
open-mistral-7b (aka mistral-tiny-2312): renamed from mistral-tiny. open-mixtral-8x7B (aka mistral-small-2312): renamed from mistral-small. New API capabilities: Function calling: available for Mistral Small and Mistral Large. JSON mode: available for Mistral Small and Mistral Large La Plateforme: We added multiple currency support to the payment system, including the option to pay in US dollars. We introduced enterprise platform features including admin management, which allows users to manage individuals from your organization. Le Chat: We introduced the brand new chat interface Le Chat to easily interact with Mistral models. You can currently interact with three models: Mistral Large, Mistral Next, and Mistral Small.
New model·Feb 26, 2024
mistral-medium-latest (aka mistral-medium-2312): old model. mistral-large-latest (aka mistral-large-2402): our new flagship model with leading performance.
Mistral API·Jan 16, 2024
You can find it in the last chunk returned.
Mistral API·Jan 11, 2024
Previously the API would silently ignores unsupported parameters in the requests, but it now strictly enforces the validity of all parameters. If you have unsupported parameters in your request, you will see the error message "Extra inputs are not permitted". A previous version of the guardrailing documentation incorrectly referred to the API parameter as safe_mode instead of safe_prompt.