> ## Documentation Index
> Fetch the complete documentation index at: https://codinitdev-mintlify-update-changelog-codinit-dev-90028.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Mistral

> Configure Mistral AI models including Codestral for code generation with CodinIT.

**Website:** [https://mistral.ai/](https://mistral.ai/)

## Getting an API Key

1. Go to [Mistral Console](https://console.mistral.ai/) and sign in
2. Create API keys:
   * [La Plateforme API Key](https://console.mistral.ai/api-keys/) for standard models
   * [Codestral API Key](https://console.mistral.ai/codestral) for Codestral models
3. Copy the key immediately

## Configuration

1. Click the settings icon (⚙️) in CodinIT
2. Select "Mistral" as the API Provider
3. Paste your API key
4. Choose your model

## Supported Models

* `pixtral-large-2411`
* `mistral-small-2501`
* `ministral-8b-2410`
* `codestral-2501` (Code specialized)
* `devstral-small-2505` (Code specialized)
* `open-codestral-mamba`

See [Mistral Models](https://docs.mistral.ai/getting-started/models/models_overview/) for full details.

## Using Codestral

For Codestral models:

* Use Codestral API key from `codestral.mistral.ai`
* Or use La Plateforme API key and set **Codestral Base URL** to `https://api.mistral.ai`

## Notes

* **Pricing:** See [Mistral Pricing](https://mistral.ai/pricing)
* **Documentation:** [Mistral API Docs](https://docs.mistral.ai/api/)
