Mistral AI · model
devstral-small-2507 deprecation: shutdown date & replacement
- Provider
- Mistral AI
- Name
- Devstral Small 1.1
- Type
- model
- Announced
- Shutdown
- Replacement
Mistral Small 4- Source
- Official Mistral AI notice
'announced' is the deprecation date from the table. Replacement is given as a display name (API id not stated in the table).
How to migrate off devstral-small-2507
- Find every place that references it:
grep -rn --exclude-dir={node_modules,.git,dist} "devstral-small-2507" . - Replace the model ID:
- model: "devstral-small-2507" + model: "Mistral Small 4" - Re-run your evals or a sample of real prompts — output style, token usage and pricing can change between models.
- Check config outside code too: environment variables, feature flags, prompt-management tools, and fine-tuned model references.
- Deploy before May 31, 2026, and add the CI scanner so it cannot come back.
Also shutting down on May 31, 2026 (Mistral AI)
Questions
Is devstral-small-2507 deprecated?
Yes. Mistral AI has deprecated devstral-small-2507. It was shut down on May 31, 2026.
When does devstral-small-2507 shut down?
May 31, 2026, according to Mistral AI's official deprecation notice.
What should I use instead of devstral-small-2507?
Mistral AI recommends Mistral Small 4. Switch the model ID and re-test your prompts, since outputs, pricing and limits can differ.
What happens to requests to devstral-small-2507 after the shutdown?
Requests using the retired model ID fail with an error, so any code still calling it breaks. Update and deploy before the shutdown date.