# Mistral Voxtral Mini — deprecation status

> Yes — Voxtral Mini is retired. Mistral deprecated it on February 27, 2026 and shut it down on May 31, 2026; API requests to it now fail. The recommended replacement is Voxtral Mini Transcribe 2.

The first Voxtral, which did double duty as both an audio-understanding model and a transcription endpoint - Mistral's docs listed it twice, once under each job. That is exactly the ambiguity the 26.02 split was meant to fix, and both of the doc rows pointing at this id retired together on 31 May 2026.

## Facts

| Field | Value |
| --- | --- |
| Provider | Mistral |
| Model id | `voxtral-mini-2507` |
| Status | Retired |
| Deprecated | February 27, 2026 |
| Shutdown | May 31, 2026 (64 days ago) |
| Last verified | August 3, 2026 |

## Replacement

- **Voxtral Mini Transcribe 2** (`voxtral-mini-transcribe-26-02`) · recommended — https://modeldeprecations.dev/mistral/voxtral-mini-transcribe-26-02
  - Mistral names the transcription model as the successor for both of this id's roles. If you were using it for audio question answering rather than transcription, that is a capability change and not a version bump.
  - Parameters it accepts: https://modelparams.dev/models/mistral/voxtral-mini-transcribe-26-02

```diff
- "model": "voxtral-mini-2507"
+ "model": "voxtral-mini-transcribe-26-02"
```

## FAQ

### When did Mistral Voxtral Mini shut down?

Mistral Voxtral Mini shut down on May 31, 2026. API requests to it fail from that date onward.

### What replaces Mistral Voxtral Mini?

Mistral recommends Voxtral Mini Transcribe 2 (`voxtral-mini-transcribe-26-02`) as the replacement for Mistral Voxtral Mini. Mistral names the transcription model as the successor for both of this id's roles. If you were using it for audio question answering rather than transcription, that is a capability change and not a version bump.

### Is Mistral Voxtral Mini still available?

No. Mistral Voxtral Mini is retired and no longer served — it was shut down on May 31, 2026. Calls to it return an error.

### How do I migrate from Mistral Voxtral Mini to voxtral-mini-transcribe-26-02?

Swap the model id in your API call: replace "voxtral-mini-2507" with "voxtral-mini-transcribe-26-02". Mistral names the transcription model as the successor for both of this id's roles. If you were using it for audio question answering rather than transcription, that is a capability change and not a version bump.

## Sources

- [Mistral models overview](https://docs.mistral.ai/getting-started/models/models_overview/) — accessed 2026-08-03

---

Canonical page: https://modeldeprecations.dev/mistral/voxtral-mini-2507
JSON: https://modeldeprecations.dev/api/v1/models/mistral/voxtral-mini-2507.json
