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