Microsoft Foundry / Azure OpenAI · model
mistral-document-ai-2505 deprecation: shutdown date & replacement
- Provider
- Microsoft Foundry / Azure OpenAI
- Type
- model
- Announced
- —
- Shutdown
- Replacement
mistral-document-ai-2512,mistral-ocr-4-0- Source
- Official Microsoft Foundry / Azure OpenAI notice
Azure lifecycle stage: Retired. Version 1.
How to migrate off mistral-document-ai-2505
- Find every place that references it:
grep -rn --exclude-dir={node_modules,.git,dist} "mistral-document-ai-2505" . - Replace the model ID:
- model: "mistral-document-ai-2505" + model: "mistral-document-ai-2512" - 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 July 20, 2026, and add the CI scanner so it cannot come back.
Questions
Is mistral-document-ai-2505 deprecated?
Yes. Microsoft Foundry / Azure OpenAI has deprecated mistral-document-ai-2505. It was shut down on July 20, 2026.
When does mistral-document-ai-2505 shut down?
July 20, 2026, according to Microsoft Foundry / Azure OpenAI's official deprecation notice.
What should I use instead of mistral-document-ai-2505?
Microsoft Foundry / Azure OpenAI recommends mistral-document-ai-2512, mistral-ocr-4-0. Switch the model ID and re-test your prompts, since outputs, pricing and limits can differ.
What happens to requests to mistral-document-ai-2505 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.