docs/provider-config/mistral-ai.mdx
Cline supports accessing models through the Mistral AI API, including both standard Mistral models and the code-specialized Codestral model.
Website: https://mistral.ai/
Cline supports the following Mistral models:
devstral-2512 (Default) - Latest Devstral with 256K context window, free tierlabs-devstral-small-2512 - Small Devstral variant with 256K context, free tierdevstral-small-2505 - Previous Devstral small release (131K context)devstral-medium-latest - Medium Devstral for more complex tasks (131K context)mistral-large-2512 - Latest large model with 256K context ($0.50/$1.50 per 1M tokens)mistral-large-2411 - Previous large model (128K context)mistral-medium-latest - Medium model balancing performance and cost (128K context)mistral-small-latest - Small model with image support (128K context)mistral-small-2501 - Dated small model release (32K context)ministral-14b-2512 - 14B parameter model with 256K contextministral-3b-2410 - Ultra-compact 3B model (128K context)ministral-8b-2410 - Compact 8B model (128K context)pixtral-large-2411 - Large vision model with image support (131K context)pixtral-12b-2409 - Compact vision model (128K context)codestral-2501 - Code-specialized model with 256K contextopen-codestral-mamba - Open-source Mamba architecture (256K context)open-mistral-nemo-2407 - Open-source Nemo model (128K context)Note: Model availability and specifications may change. Refer to the Mistral AI documentation and Mistral Model Overview for the most current information.
mistral model. If you intend to use codestral-latest, see the "Using Codestral" section below.Codestral is a model specifically designed for code generation and interaction.
For Codestral, you can use different endpoints (Default: codestral.mistral.ai).
If using the La Plateforme API Key for Codestral, change the Codestral Base Url to: https://api.mistral.ai
To use Codestral with Cline:
codestral-latest) from the "Model" dropdown.codestral.mistral.ai) or your La Plateforme API Key (from api.mistral.ai) into the appropriate API key field in Cline.