Cohere · model
c4ai-aya-vision-8b deprecation: shutdown date & replacement
- Provider
- Cohere
- Type
- model
- Announced
- —
- Shutdown
- Replacement
command-r7b-12-2024,command-a-03-2025,command-a-reasoning-08-2025- Source
- Official Cohere notice
Retired effective April 4, 2026. Page lists recommended models collectively; per-model mapping here groups embed vs. generative models.
How to migrate off c4ai-aya-vision-8b
- Find every place that references it:
grep -rn --exclude-dir={node_modules,.git,dist} "c4ai-aya-vision-8b" . - Replace the model ID:
- model: "c4ai-aya-vision-8b" + model: "command-r7b-12-2024" - 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 April 4, 2026, and add the CI scanner so it cannot come back.
Also shutting down on April 4, 2026 (Cohere)
Questions
Is c4ai-aya-vision-8b deprecated?
Yes. Cohere has deprecated c4ai-aya-vision-8b. It was shut down on April 4, 2026.
When does c4ai-aya-vision-8b shut down?
April 4, 2026, according to Cohere's official deprecation notice.
What should I use instead of c4ai-aya-vision-8b?
Cohere recommends command-r7b-12-2024, command-a-03-2025, command-a-reasoning-08-2025. Switch the model ID and re-test your prompts, since outputs, pricing and limits can differ.
What happens to requests to c4ai-aya-vision-8b 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.