Grok 4.5 Launch: SpaceX AI's 1.5T Parameter V9 Architecture, Cursor Co-Training, and the Per-Token Intelligence Revolution

1. Introduction

On July 9, 2026 — the same day GPT-5.6 went global — Elon Musk’s SpaceX AI officially opened Grok 4.5 to the public. This is no coincidence. Two major models launching on the same day marks a new chapter in the AI arms race.

Grok 4.5 is SpaceX AI’s first ace after its IPO, built on the brand-new 1.5-trillion-parameter V9 foundation model, co-trained with Cursor using trillions of real developer interaction data points. Musk’s own assessment: “roughly comparable to Opus 4.7, but much faster.” What truly shook the industry is its per-token intelligence density — completing the same engineering task using only one-quarter of the tokens consumed by Claude Opus 4.8.

It is not the strongest model today. But in terms of “how much intelligence per unit time and cost,” Grok 4.5 is the most aggressive challenger among frontier models.


2. V9 Architecture: From V8 to 1.5T Parameters

2.1 Architecture Upgrade

Grok 4.5 is built on xAI’s self-developed V9 foundation architecture. Compared to the previous V8 (Grok 4.3 at ~500B parameters), the parameter scale has expanded to 1.5 trillion — three times the size. This is the largest model xAI has ever released.

Training hardware consists of tens of thousands of NVIDIA GB300 GPUs, utilizing a highly asynchronous training architecture that allows agents to run continuously for hours, with the model learning while reasoning. The core design philosophy is “per-token intelligence” — not piling on parameters, but optimizing the efficiency of each token generated.

2.2 The Unique Value of Cursor Data

What sets Grok 4.5 apart from other models is its training data. SpaceX acquired Cursor (Anysphere) earlier this year for approximately $60 billion, and the team has been integrated into xAI. Grok 4.5’s supplemental training incorporates trillions of real developer interaction data points from the Cursor platform.

This data doesn’t just record “what code looks like” — it captures the entire process of real developers interacting with codebases, toolchains, and AI agents: real bugs, real debugging processes, real architectural decisions. This means Grok 4.5 learned not just code syntax, but “how humans and AI write code together.”


3. Performance Benchmarks: First-Tier Capability

3.1 Core Benchmark Results

Benchmark Grok 4.5 GPT-5.5 Claude Opus 4.8 Claude Fable 5
SWE-bench Pro 64.7% 58.6% 69.2%
Terminal-bench 2.1 83.3% 83.4% 85.0%
DeepSWE 1.0 62.0% 64.31% 55.75%
AAAI Comprehensive #4 #2 #3 #1
Harvey Legal Agent #1

3.2 The Real Killer Feature: Token Efficiency

Metric Grok 4.5 Claude Opus 4.8 (max) Ratio
Avg tokens per task 15,954 67,020 4.2x
Inference speed 80 TPS ~30 TPS 2.7x
Input price (/1M tokens) $2.00 $15.00 7.5x
Output price (/1M tokens) $6.00 $75.00 12.5x

4. Pricing and Business Strategy

4.1 API Pricing

Grok 4.5 API pricing:

  • Input: $2/1M tokens
  • Output: $6/1M tokens
  • Context window: 500K tokens (halved from Grok 4.3’s 1M, a direct cost of large-parameter inference)
  • Modality: Text + image input, text output
  • Inference speed: 80 TPS

4.2 Business Positioning

Grok 4.5’s business strategy is clear: not winning on absolute performance, but disrupting the market with cost efficiency. Musk positions it as “Opus-class capability, but faster, more token-efficient, and lower cost” — essentially replicating SpaceX’s successful strategy in aerospace: delivering near-top-tier performance at dramatically lower costs.


5. Architecture Details and Training Methods

5.1 Data Preprocessing

xAI invested heavily in data filtering, deduplication, quality scoring, and domain-specific organization during pre-training. Every batch of training data undergoes strict quality screening to ensure high information density.

5.2 Reinforcement Learning Strategy

The post-training phase covers hundreds of thousands of tasks in large-scale reinforcement learning, with focus entirely on multi-step software engineering and technical work. Scoring uses a dual-verification mechanism combining automated judging and model-based judging. An asynchronous training architecture was specifically designed to support ultra-long agentic rollouts, allowing agents to run continuously for hours while the model continuously optimizes through pass/fail signals from the Grok Build automated software engineering environment.

5.3 Continuous Learning

The model’s reinforcement learning is still ongoing. The July 9 release is not the endpoint but the starting point — the model will continue to improve as RL training progresses.


6. Grok 4.5 vs GPT-5.6 Sol: Same-Day Showdown

Dimension Grok 4.5 GPT-5.6 Sol
Parameters 1.5T (V9) Undisclosed (MoE)
Terminal-Bench 2.1 83.3% 88.8% / Ultra 91.9%
Context Window 500K ~1.5M
Input Price $2/1M $5/1M
Output Price $6/1M $30/1M
Inference Speed 80 TPS 750 TPS (Cerebras)
Multi-Agent ✅ Ultra mode
Training Data Specialty Cursor dev interaction data General + domain-specific
Availability Global (excl. EU) Global

7. Conclusion and Outlook

Grok 4.5’s launch marks xAI’s formal transition from “follower” to “challenger.” The 1.5T parameter V9 base, Cursor data injection, tens of thousands of GB300 GPUs, and an aggressive “new model every month” roadmap together form SpaceX AI’s competitive arsenal.

Musk has previewed the next version targeting 2T+ parameters, with Cursor data upgraded from supplemental training to full pre-training integration. Grok 5 targets 6T+ parameters — a number that could rival Fable 5’s weight class.

For developers, Grok 4.5’s core value is not its ranking on any particular benchmark, but the proof that there is still substantial room for optimization in per-token intelligence density. When GPT-5.6 Sol and Grok 4.5 launch on the same day, what developers truly need is not picking sides, but maintaining architectural flexibility to let different models handle the workloads they’re best suited for.


This article is compiled from xAI official announcements, blog park technical analysis, Sohu Tech, and XinZhiYuan.