Mistral AI · model
open-codestral-mamba deprecation: shutdown date & replacement
- Provider
- Mistral AI
- Name
- Codestral Mamba 7B
- Type
- model
- Announced
- Shutdown
- Replacement
Codestral- 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 open-codestral-mamba
- Find every place that references it:
grep -rn --exclude-dir={node_modules,.git,dist} "open-codestral-mamba" . - Replace the model ID:
- model: "open-codestral-mamba" + model: "Codestral" - 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 June 6, 2025, and add the CI scanner so it cannot come back.
Questions
Is open-codestral-mamba deprecated?
Yes. Mistral AI has deprecated open-codestral-mamba. It was shut down on June 6, 2025.
When does open-codestral-mamba shut down?
June 6, 2025, according to Mistral AI's official deprecation notice.
What should I use instead of open-codestral-mamba?
Mistral AI recommends Codestral. Switch the model ID and re-test your prompts, since outputs, pricing and limits can differ.
What happens to requests to open-codestral-mamba 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.