Elon did not need Grok 4.5 to beat Opus at everything.
He needed it to make Opus feel expensive.
That is the real launch story. Grok 4.5 is not a clean “Opus killer” on the benchmark table. The official SpaceXAI chart shows Claude Fable still ahead on DeepSWE 1.0, DeepSWE 1.1, Terminal-Bench 2.1, and SWE-Bench Pro. Opus 4.8 also beats Grok 4.5 on DeepSWE 1.1 and SWE-Bench Pro.
But the price table changes the conversation. Grok 4.5 is listed at $2 per million input tokens and $6 per million output tokens. Cursor says the base model has the same $2/$6 pricing, and SpaceXAI says Grok 4.5 resolves SWE-Bench Pro tasks with 15,954 output tokens on average versus 67,020 for Opus 4.8 max. If those numbers hold in your own workload, the buying question stops being “which model is best?” and becomes “which model is good enough at one quarter of the token burden?”
That is a much more dangerous question for frontier-model pricing.
TL;DR
Grok 4.5 launched on July 8, 2026 as SpaceXAI’s new coding, agentic, and knowledge-work model. It is available in Grok Build, Cursor, and the SpaceXAI API under the model ID grok-4.5. Official docs list a 500k context window and $2 input, $0.50 cached input, and $6 output per million tokens.
The honest verdict: Grok 4.5 is not proven to be the best coding model. It is proven to be priced like a serious attack on premium coding-agent margins. The model’s strongest story is cost per useful agent step, not absolute leaderboard dominance.
Key Takeaways
- Grok 4.5 is confirmed in the SpaceXAI launch post, docs, API pricing page, and Cursor launch post.
- The API model ID is
grok-4.5, with a 500k context window and $2/$6 pricing per million input/output tokens. - Cursor says Grok 4.5 is available across desktop, web, iOS, CLI, and SDK, with doubled usage during launch week.
- SpaceXAI says Grok 4.5 was trained alongside Cursor and is now the default model in Grok Build.
- Cursor confirms Grok 4.5 used trillions of tokens of Cursor interaction data, and also discloses a CursorBench contamination caveat.
- The “Opus-class” framing is a claim reported from Elon Musk’s launch commentary, not an independent benchmark conclusion.
- Builders should test Grok 4.5 as a routing candidate for high-volume coding-agent loops before replacing premium models for hardest tasks.
What Actually Launched?
Grok 4.5 launched as SpaceXAI’s new model for coding, agentic tasks, and knowledge work, with API, Grok Build, and Cursor availability.
SpaceXAI’s launch post is dated July 8, 2026 and describes Grok 4.5 as its smartest model for coding, agentic tasks, and knowledge work. The same post says it is available in Grok Build, Cursor on all plans, and the SpaceXAI console. The API example uses the model string grok-4.5.
The docs make the commercial shape concrete.
| Item | Grok 4.5 status |
|---|---|
| Model ID | grok-4.5 |
| API surface | SpaceXAI API |
| Context window | 500k tokens |
| Input price | $2 per 1M tokens |
| Cached input | $0.50 per 1M tokens |
| Output price | $6 per 1M tokens |
| Cursor availability | Desktop, web, iOS, CLI, SDK |
| Grok Build | Default model, per SpaceXAI |
| EU availability | Not available at launch; expected mid-July per SpaceXAI |
That is the confirmed core. Several other claims in the research packet should be handled carefully. I found primary support for Cursor training data, MoE architecture, CursorBench contamination, Grok Build, and pricing. I did not find enough primary support to publish parameter-count claims, a detailed SpaceX/xAI corporate restructuring narrative, or all of the enterprise data-plane claims as settled facts.
Is Grok 4.5 Actually “Opus-Class”?
Only in a narrow, commercial sense so far. Grok 4.5 is competitive on coding and terminal-agent tasks, but the official benchmark table does not show it cleanly beating Opus or Fable across the board.
The official SpaceXAI benchmark graphic is more interesting than the marketing phrase. It says:
- DeepSWE 1.0: Fable max 66.1%, GPT-5.5 xhigh 64.31%, Grok 4.5 62.0%, Opus 4.8 max 55.75%.
- DeepSWE 1.1: Fable max 70%, GPT-5.5 xhigh 67%, Opus 4.8 max 59%, Grok 4.5 53%.
- Terminal-Bench 2.1: Fable max 84.3%, GPT-5.5 xhigh 83.4%, Grok 4.5 83.3%, Opus 4.8 max 78.9%.
- SWE-Bench Pro: Fable max 80.4%, Opus 4.8 max 69.2%, Grok 4.5 64.7%, GLM 5.2 62.1%, GPT-5.5 xhigh 58.6%.
That is not a wipeout. It is a price-performance wedge.
The most honest reading is: Grok 4.5 is plausibly in the premium coding-agent tier, especially for terminal and tool-heavy work, but it still needs independent evaluations and your own repository tests before anyone should call it a universal Opus replacement.
The Price Attack Is Real
Grok 4.5’s $2/$6 pricing is the part every AI founder should stare at first.
SpaceXAI’s pricing page lists Grok 4.5 at $2 input, $0.50 cached input, and $6 output per million tokens. Cursor repeats the $2/$6 base pricing and adds that a fast variant costs $4 input and $18 output per million tokens.
The difference is not just per-token price. SpaceXAI claims Grok 4.5 uses 15,954 output tokens on average per SWE-Bench Pro task versus 67,020 for Opus 4.8 max. That is about 4.2x fewer output tokens.
The Fable comparison in the user-provided research packet needs a caveat because I did not independently verify every current Anthropic SKU during this pass. But the math illustrates the tactical question. If your premium coding route costs $10 input and $50 output, Grok 4.5 at $2/$6 is five times cheaper on input and more than eight times cheaper on output before token-efficiency effects.
For high-volume agent loops, that matters more than a few benchmark points.
Agents are token-hungry. They read files, inspect logs, call tools, retry commands, write patches, review diffs, and explain themselves. A model that is slightly weaker but much cheaper can become the default worker, while expensive models become escalation paths.
That is the architecture Grok 4.5 is pushing.
Cursor Is the Product Story
The Cursor connection is not decorative. It is the reason this model should be tested differently from a generic chatbot model.
Cursor says Grok 4.5 is a mixture-of-experts model trained jointly with SpaceXAI. It also says training included trillions of tokens of Cursor data capturing interactions with codebases and software tools. That is the kind of dataset most model labs want and most cannot get at comparable scale.
This matters because coding agents do not just need to know syntax. They need to learn how developers move:
- open the wrong file, recover, and search again
- run tests, parse failure output, and revise
- patch multiple files while preserving intent
- respect local conventions
- stop and ask before destructive work
- turn a plan into a reviewable diff
Cursor also includes the important caveat. It says Grok 4.5 has an advantage on CursorBench because an earlier snapshot of the Cursor codebase was accidentally included in training. Cursor says the exact impact is unclear and the data has been removed for future models.
That is exactly why your eval cannot be vendor-only. If a model is trained deeply on one environment, it may be excellent there and less general elsewhere. That is not a reason to ignore it. It is a reason to test it where you actually work.
Grok Build Shows the Intended Workflow
Grok 4.5 is not just being sold as a chat model. It is being packaged as a local coding agent.
SpaceXAI introduced Grok Build in May 2026 as a terminal coding agent and CLI. The docs show several patterns that now matter more with Grok 4.5 behind it:
| Grok Build pattern | Why it matters |
|---|---|
| Plan mode | Agent proposes a plan before editing |
| Review and approve | Developer can comment, rewrite, or approve |
| Clean diffs | Changes remain reviewable |
| AGENTS.md support | Local repo conventions become context |
| Hooks, plugins, skills, MCP servers | Agent can fit existing developer workflows |
| Parallel subagents | Larger investigations can split into isolated workstreams |
Headless -p mode |
CI/scripts can call the agent programmatically |
That is the model’s commercial target. Not casual Q&A. Not “write me a function.” Grok 4.5 is pointed at agentic developer work where the bill grows fast and latency matters.
The right way to use it is not blind autonomy. It is controlled autonomy:
- Grok 4.5 for exploration, boilerplate, test generation, refactors, and first-pass fixes.
- Premium models for ambiguous architecture, risky migrations, security-sensitive changes, and final review.
- Your own eval harness as the router.
What Builders Should Test Tomorrow Morning
Do not test Grok 4.5 with vibes. Test it against cost per accepted diff.
Run it on 20 tasks from your own repositories:
- 5 bug fixes with failing tests
- 5 multi-file refactors
- 3 migration or dependency conflicts
- 3 log/error diagnosis tasks
- 2 documentation-to-code tasks
- 2 security-sensitive tasks where refusal and caution matter
Track:
- pass rate
- cost per accepted task
- output tokens
- rollback rate
- test pass rate
- human review minutes
- number of unnecessary file edits
- whether the model asks before destructive changes
Then compare it against your current default model. If Grok 4.5 is within 85-90% of quality at a fraction of the cost, it deserves a routing lane. If it produces noisy diffs or misses repo-specific constraints, keep it in exploration mode.
The Real Takeaway
Grok 4.5 is not the end of Opus. It is not the end of OpenAI. It is not proof that cheaper models always win.
It is proof that frontier intelligence is being pulled toward commodity economics.
The buyer’s question is changing from:
“Which model is smartest?”
to:
“Which model is smart enough for this step, at this cost, with this rollback plan?”
That is why Elon made Opus look expensive.
Not obsolete. Expensive.
Sources
- SpaceXAI: Introducing Grok 4.5
- SpaceXAI docs: Pricing
- SpaceXAI docs: Grok 4.5 model page
- Cursor: Introducing Grok 4.5
- SpaceXAI: Introducing Grok Build
- Axios: SpaceXAI launches new model, Grok 4.5
- Cybernews: Musk announces SpaceXAI public launch of Claude rival Grok 4.5
- Economic Times: Elon Musk says Grok 4.5 to launch on July 9

