xAI · model
grok-imagine-image-pro deprecation: shutdown date & replacement
- Provider
- xAI
- Type
- model
- Announced
- —
- Shutdown
- Replacement
grok-imagine-image-quality- Source
- Official xAI notice
Retired May 15, 2026 12:00 PM PT; slug keeps resolving and redirects to grok-imagine-image-quality, billed at the target's pricing.
How to migrate off grok-imagine-image-pro
- Find every place that references it:
grep -rn --exclude-dir={node_modules,.git,dist} "grok-imagine-image-pro" . - Replace the model ID:
- model: "grok-imagine-image-pro" + model: "grok-imagine-image-quality" - 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 15, 2026, and add the CI scanner so it cannot come back.
Also shutting down on May 15, 2026 (xAI)
grok-3grok-4-0709grok-4-1-fast-non-reasoninggrok-4-1-fast-reasoninggrok-4-fast-non-reasoninggrok-4-fast-reasoninggrok-code-fast-1
Questions
Is grok-imagine-image-pro deprecated?
Yes. xAI has deprecated grok-imagine-image-pro. It was shut down on May 15, 2026.
When does grok-imagine-image-pro shut down?
May 15, 2026, according to xAI's official deprecation notice.
What should I use instead of grok-imagine-image-pro?
xAI recommends grok-imagine-image-quality. Switch the model ID and re-test your prompts, since outputs, pricing and limits can differ.
What happens to requests to grok-imagine-image-pro 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.