Grok 4.5: SpaceXAI's Opus-Class Model: Benchmarks, Pricing, and the Cursor Flywheel

AI Tools Insight • 2026-07-10 • Grok 4.5 SpaceXAI xAI AI Model Comparison AI Coding Cursor Elon Musk

Grok 4.5 feature image

On July 8, 2026, SpaceXAI (the merged entity of xAI and SpaceX) launched Grok 4.5, its most capable model to date []. Built on a new 1.5-trillion-parameter V9 foundation, the model is positioned as "Opus-class" at a fraction of the cost.

Grok 4.5 arrives with a 500K-token context window, configurable reasoning effort, and a pricing structure that undercuts both GPT-5.5 and Claude Opus 4.8 by over 60%. Early benchmarks show it trading blows with frontier models on coding and agentic tasks while using sharply fewer tokens per task.

This is also the first model released since SpaceXAI's acquisition of Cursor (June 16, 2026), and Cursor's developer data was used in supplemental training. The vertical integration story: one company now owns the compute (Colossus 2), the model (V9), and the coding tool (Cursor) is as significant as the model itself.

Grok 4.5 at a Glance

Specification Grok 4.5 Grok 4.3 Claude Opus 4.8 GPT-5.5
Parameters ~1.5T (V9) ~500M (est.) undisclosed undisclosed
Context Window 500K tokens 1M tokens 200K tokens 128K tokens
Input Price / 1M tokens $2.00 $1.25 $15.00 $15.00
Output Price / 1M tokens $6.00 $2.50 $75.00 $60.00
Cache Hit Price / 1M $0.50 ~$0.13 $7.50
Modalities Text + Vision Text + Vision Text + Vision + Code Text + Vision + Code
Reasoning Dial ✅ Configurable ✅ (3 settings) ✅ (3 settings)
AA Intelligence Index 54 38 60 62
AA Coding Agent Index 76 (Grok Build) 76 (Codex)
Release Date July 8, 2026 April 30, 2026 May 28, 2026 June 2026

The Strategic Play: Cursor + SpaceXAI

The most important context for Grok 4.5 isn't in the benchmark numbers: it's in the corporate structure.

The Vertical Stack

SpaceXAI now owns all three layers:

  1. Compute: Colossus 2 (100K H100/G100 GPUs), running 7 model training runs simultaneously including a 10-trillion-parameter Grok 5 variant
  2. Model: V9 foundation at 1.5T parameters
  3. Tool: Cursor (acquired June 16), with developer telemetry and coding data fed back into supplemental training

This creates a data flywheel that no other AI lab has. OpenAI doesn't own a coding tool. Anthropic doesn't own a coding tool. Google has Colab but it's not comparable to Cursor's active user base [].

The Cursor Training Data Caveat

Elon Musk confirmed on June 28 that Grok 4.5 used Cursor data in "supplemental training" []. This is both a strength and a watchpoint:

Benchmark Performance

Intelligence Index (Artificial Analysis)

Grok 4.5 scores 54 on the AA Intelligence Index, placing 4th behind Fable 5 (72), GPT-5.5 (62), and Opus 4.8 (60) []. This is a 16-point improvement over Grok 4.3 (38), making it the largest single-generation leap on the index.

Coding Agent Performance

In Grok Build (SpaceXAI's own coding agent harness), Grok 4.5 scores 76 on the AA Coding Agent Index, tied with GPT-5.5 in Codex and just below Fable 5 in Claude Code [].

The benchmark suite combines DeepSWE, Terminal-Bench v2, and SWE-Atlas QnA. Grok Build performs well on Terminal-Bench v2, which measures agentic terminal use.

Grok 4.5 excels on efficiency:

Metric Grok 4.5 (Grok Build) GPT-5.5 (Codex) Fable 5 (Claude Code)
AA Coding Agent Index 76 76 80
Avg tokens per task 1.9M 6.2M 7.2M
Cost per task $2.49 $5.07 $11.80

Grok 4.5 uses 69% fewer tokens than GPT-5.5 and 74% fewer than Fable 5 to achieve comparable coding results. At $2.49 per task, it costs less than half of GPT-5.5 and a quarter of Fable 5 [].

Agentic Knowledge Work

On Snorkel's GDPval+ benchmark (2,000 professional workplace tasks), Grok 4.5 achieved a mean pass rate of 29%, beating GPT 5.5 (22%) and Opus 4.8 (21%) []. This is the strongest signal that Grok 4.5 excels at multi-step professional workflows beyond pure coding.

On the AA Intelligence Index agentic evaluations:

Knowledge & Hallucination

On the AA-Omniscience Index, Grok 4.5 scores 26 (up from 18 for Grok 4.3). Accuracy improved from 35% to 52%, but the hallucination rate also increased from 25% to 54% []. This is a common pattern with larger models: they know more but are more confident in what they "know," including incorrect facts.

Pricing Analysis

Raw API Pricing

Grok 4.5 is aggressively priced:

Model Input / 1M Output / 1M Cache Hit / 1M Cost per AA Index Task
Grok 4.5 $2.00 $6.00 $0.50 $0.31
Claude Opus 4.8 $15.00 $75.00 ~$1.50
GPT-5.5 $15.00 $60.00 $7.50 ~$1.00
Claude Sonnet 5 $3.00 $15.00 ~$0.60
Gemini 3.5 Pro $1.25 $5.00 ~$0.40

At $0.31 per Intelligence Index task, Grok 4.5 sits on the cost-performance Pareto frontier, cheaper per task than GLM-5.2 and Kimi K2.6 while scoring higher [].

Cost Comparison for Coding

For coding agent workloads, the cost advantage is even more dramatic:

The Long-Context Premium

One important detail: input costs double for contexts exceeding 200K tokens []. Since the context window is 500K, heavy RAG workloads that push past 200K will see effective input prices of $4/1M, still competitive, but worth modeling before scaling.

Availability and Ecosystem

Grok 4.5 is available immediately across:

Platform Availability Notes
xAI API ✅ Now OpenAI-compatible, grok-4.5 model ID
Grok Build ✅ Now SpaceXAI's coding agent harness
Cursor ✅ Now Direct integration
SpaceXAI Console ✅ Now Web interface
Grok on X ✅ Now Consumer-facing
EU Region 🔜 Mid-July Expected by mid-July

The API is OpenAI-compatible, so migration is straightforward:

curl https://api.x.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $XAI_API_KEY" \
  -d '{
    "model": "grok-4.5",
    "messages": [{"role": "user", "content": "Explain Grok 4.5 in one sentence."}],
    "reasoning_effort": "medium"
  }'

The Reasoning Dial

Grok 4.5 ships with a configurable reasoning effort parameter (reasoning_effort: none | low | medium | high). This directly controls how many tokens the model spends on internal reasoning before generating a response:

In Grok Build, the harness automatically adjusts reasoning effort per task type, a noticeable improvement over manual tuning in Codex or Claude Code.

What About Grok 4.3 Users?

Grok 4.3 was released on April 30, 2026 and remains available. The upgrade path:

Dimension Grok 4.3 → Grok 4.5
Intelligence Index +16 points (38 → 54)
Pricing $1.25/$2.50 → $2.00/$6.00 (+60%)
Context 1M → 500K (-50%)
Parameters ~500M → ~1.5T (3x)
Coding Agent Not benchmarked → 76 (tied with GPT-5.5)

The context window reduction from 1M to 500K is notable. For workloads that need the full 1M context, Grok 4.3 remains the cheaper option. For quality-sensitive work, the 16-point intelligence gain justifies the price increase.

Verdict: Who Should Use Grok 4.5

Strongly Consider If:

Proceed With Caution If:

The Bottom Line

Grok 4.5 is the strongest price-performance play among current frontier models. It doesn't beat Opus 4.8 or GPT-5.5 on raw quality, but it costs a fraction of both while using sharply fewer tokens per task. For cost-sensitive teams running agentic or coding workloads at scale, it's the most practical choice.

The Cursor acquisition adds an unpredictable variable. If the data flywheel works as Musk intends, Grok 4.5's successor will have a training advantage no other lab can replicate. If it doesn't, this is still a very good model at a very good price.

Sources

Try Grok 4.5

Accessible via xAI API, Grok Build, and integrated into Cursor. EU access expected mid-July.

Start Building — From $2/M input tokens
Share this article
AI Tools Insight may earn a commission from some links. Editorial independence is always maintained.

Comments & Danmaku

Leave a comment — it flies across the page as danmaku!