> ## Documentation Index
> Fetch the complete documentation index at: https://docs.openpawz.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Mistral

> Use Mistral AI's models.

# Mistral

Use Mistral AI's models.

## Setup

1. Get an API key at [console.mistral.ai](https://console.mistral.ai/)
2. In Pawz → **Settings → Providers** → **Add Provider** → **Mistral**
3. Paste your API key

## Configuration

| Setting       | Default                     |
| ------------- | --------------------------- |
| Base URL      | `https://api.mistral.ai/v1` |
| API key       | Required                    |
| Default model | —                           |

## Models

| Model                   | Best for        |
| ----------------------- | --------------- |
| `mistral-large-latest`  | Most capable    |
| `mistral-medium-latest` | Balanced        |
| `mistral-small-latest`  | Fast, cheap     |
| `codestral-latest`      | Code generation |

## Notes

Mistral uses an OpenAI-compatible API, so it works through the standard `OpenAiProvider`.
