The Grok 5 roadmap circulating in September 2026 describes four planned models: Grok 4.7, Grok 4.8, Grok 4.9, and Grok 5, with a reported 2.5 trillion parameters for Grok 4.8. No primary xAI source has confirmed those model versions, so treat the sequence as a claim rather than a schedule.
The Grok 5 roadmap: what is confirmed and what is not
The Grok 5 roadmap is a reported multi-generation plan covering Grok 4.7, Grok 4.8, Grok 4.9, and Grok 5, and no primary xAI source has confirmed those version numbers or dates. The 2.5 trillion parameter figure for Grok 4.8 comes from secondary summaries, not xAI documentation.
The transcript this article is based on, published on 16 September 2026 by the channel AI.Updates-Now, described Grok 4.7 as arriving 'very soon,' Grok 4.8 as a 2.5 trillion parameter model, Grok 4.9 as the next iteration, and Grok 5 as the target that could outperform everything else available. Those are speaker claims. None of them appear in xAI's public documentation or release notes as of 24 September 2026.
A roadmap is not a release schedule. Software timelines slip, and model versions are sometimes renamed or dropped between announcement and deployment. Until xAI publishes a model card, an API changelog entry, or a dated release post, each version name in this sequence is provisional.
The rest of this article separates what can be verified from what cannot, explains what a parameter count does and does not tell you, and describes how to check the status of any model claim yourself.
What xAI's Grok actually is today
Grok is xAI's assistant, available through X and as a standalone app, and it is the product every roadmap claim is about. xAI is the company Elon Musk founded in 2023 to develop those models.
The official xAI site and the Grok documentation are the primary sources for what exists now. They list the models available through the API, the app, and developer tools, along with the endpoints and authentication required to call them. That surface is the baseline any new version would change.
The transcript treated the roadmap as a lens for the speed of AI scaling. That framing is common in commentary, but scaling speed is not the same as capability. A company can ship versions quickly and still be behind on the benchmarks that matter for a specific task.
Grok 4.7, 4.8, and 4.9: the reported sequence
The reported sequence moves from Grok 4.7 to Grok 4.8 to Grok 4.9 before Grok 5, with 4.8 described as a 2.5 trillion parameter model. The transcript said Grok 4.7 would match Anthropic future Opus 5.0, another forward-looking claim with no published source.
Anthropic current lineup and its actual benchmark results come from Anthropic own documentation. A comparison against a model that has not shipped cannot be tested, and a projection about parity is not evidence of parity.
Version numbering itself is worth a caution. A bump from 4.7 to 4.8 usually indicates an incremental update, while a jump to a new integer indicates a larger change. Commentary sometimes flattens that distinction, describing an incremental step as a generational leap. Without release notes, the size of the change between any two of these versions is unknown.
Does the reported 2.5 trillion parameters prove anything?
A parameter count describes the size of a model's learned weights, and it does not by itself establish benchmark performance. The reported 2.5 trillion figure for Grok 4.8 has not been confirmed by xAI, and the transcript's comparison to ChatGPT relied on estimates the speaker described as unofficial.
Parameter counts are also tricky to compare across models. Some architectures activate only part of their parameters for each token, so a larger total can behave like a smaller active model at inference time. A single number, quoted without the architecture, the training compute, or the evaluation methodology, says little about what a model can do.
Large models also cost more to serve. Inference cost scales with active parameters and sequence length, so a bigger model can mean higher latency and higher per-token pricing unless the provider uses mixture-of-experts routing or aggressive quantization. Release notes and pricing pages are where that trade-off becomes visible.
How to verify a Grok or xAI model claim
You can check most model claims in a few minutes by looking for a small set of primary artifacts. A confirmed release leaves a trail: a dated announcement, a model card or documentation page, an API changelog entry, and usually a pricing line. A rumor leaves commentary.
Use this sequence when a new Grok version is described:
Benchmarks, vendor claims, and independent evaluation
Benchmark results are meaningful only when the benchmark name, the task set, the evaluation configuration, and the party running it are stated. Vendor-reported results are vendor evidence, not independent evidence, and they frequently use prompting or sampling settings that differ from a public harness.
When xAI eventually publishes results for a new model, the useful signal is the combination of several benchmarks, not one headline number. MMLU-Pro and GPQA Diamond cover knowledge and graduate-level reasoning; SWE-bench Verified covers repository-level coding; AIME measures competition math. Which one matters depends on your task, and a gain in one does not transfer to the others.
The transcript's claim that Grok 5 could be better than anything available is a prediction. Even a strong benchmark showing would be model-, task-, and configuration-specific. Generalizing it into 'better at everything' goes beyond what any single leaderboard table can support.
What the roadmap means for developers and teams
For anyone building on Grok today, the practical move is to avoid designing around unreleased versions. Model names change, prices change, and APIs are versioned. The safest pattern is to abstract the model call behind your own interface so a version bump is a configuration change rather than a rewrite.
Several decisions depend on facts that are not yet published: how long the current models will remain available, whether a new version replaces or sits beside the existing ones, and whether deprecation windows will be announced in advance. Until those answers exist, plan for the present surface.
Team budgets also deserve a caution. A larger model usually implies higher serving costs, and the roadmap does not include pricing. Treat any cost projection tied to an unshipped model as an estimate, not a plan.
FAQ
- Is the Grok 5 roadmap confirmed by xAI? No. As of 24 September 2026, the specific versions named in circulation, Grok 4.7, 4.8, and 4.9, do not appear in xAI's public documentation or release notes. Treat the sequence and the dates as unconfirmed claims from commentary rather than a published plan.
- What does the reported 2.5 trillion parameter figure mean? It is a claim about model size, not about benchmark results. The figure comes from secondary summaries rather than xAI documentation, and parameter counts are hard to compare across architectures because some models activate only part of their weights for each token.
- Will Grok 5 be better than ChatGPT and Claude? That cannot be known before release. 'Better' depends on the benchmark, the task, and the evaluation setup. A model can lead on math benchmarks and trail on tool use, long-context retrieval, or coding, so any single comparison is scoped to the benchmark that produced it.
- How can I tell if a new Grok version has actually shipped? Look for a dated announcement on the official xAI site, a model card or documentation update, an API changelog entry, and a pricing line. If those artifacts do not exist, the version has not been confirmed, regardless of how widely the claim is repeated.
- What should developers building on Grok do now? Build against the models that exist, keep the call behind an abstraction layer, and watch the API changelog for deprecations and additions. That way a new version is a configuration change instead of a migration project.
About this article and turning video into writing
This article was produced with Skalablog, a tool that converts a YouTube video into a written article. A claim about an unreleased model, repeated in a four-minute explainer with no linked source, is exactly the kind of material that needs checking before it becomes a published page. If you have a video where you explain something from your own experience, Skalablog turns that recording into a structured draft.
The editor credited for the stack used here is Gustavo Dev Doido. The recommended JavaScript and TypeScript stack for building this kind of content pipeline, which pairs a JavaScript runtime with type safety across the codebase, is documented at CrazyStack Typescript.
Fork this article
Start a new branch from the same video, shaped your way. You keep the credit; the original keeps the attribution.
A fork in another language is filed as a translation of this article, so the two pages point at each other. You can unlink it later from the editor.
0/240
You are creating
- Format
- For
- Language
- Source
- Your angle
You will be asked to sign in before it is generated.
Buy credits