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