Cursor × SpaceXAI Grok 4.5: What $2/M Input Tokens Means for IDE-Native Coding
By Eric Bush · July 10, 2026 · 8 min read
A New Kind of Model Partnership
Cursor and SpaceXAI have announced something unprecedented in the AI coding space: Grok 4.5 was co-trained on trillions of tokens from Cursor user interactions plus reinforcement learning on difficult coding problems. This is not a fine-tune or a wrapper — it is a ground-up collaboration where the IDE company's behavioral data shaped the base model's training.
The result is a model purpose-built for IDE workflows: tab completions, multi-file edits, inline suggestions, and composer-style generation. And the pricing is aggressive: $2 input / $6 output per million tokens for the base version, or $4 input / $18 output for the fast variant with lower latency.
To celebrate the launch, Cursor is doubling usage limits for personal and team plan subscribers during the first week. This gives every Cursor user a no-risk window to benchmark Grok 4.5 against their current model choices.
Pricing Breakdown: Grok 4.5 vs Cursor's Existing Models
Cursor currently offers their own Composer models alongside third-party options. Here is how Grok 4.5 slots into the lineup:
- Grok 4.5 Base: $2 input / $6 output per million tokens
- Grok 4.5 Fast: $4 input / $18 output per million tokens
- Cursor Composer 2.5 Fast: $3 input / $15 output per million tokens
- Cursor Composer 2.5 Standard: $0.50 input / $2.50 output per million tokens
The Grok 4.5 Base at $2/$6 sits between Composer 2.5 Standard ($0.50/$2.50) and Composer 2.5 Fast ($3/$15). It is 4x more expensive than Standard on input but 60% cheaper than Fast on output. The Grok 4.5 Fast variant at $4/$18 is more expensive than Composer 2.5 Fast across the board — a premium for xAI's latest architecture.
What $2/M Input Actually Costs in Practice
IDE coding generates a distinct token profile compared to terminal-based agents. Cursor users typically trigger many short completions with large context windows. A typical hour of active Cursor usage generates:
- Input tokens: 2–4M per hour (large context windows sent with each request)
- Output tokens: 100–300K per hour (relatively short completions and edits)
Using the median of 3M input and 200K output per hour:
- Grok 4.5 Base: (3 × $2) + (0.2 × $6) = $6.00 + $1.20 = $7.20/hour
- Grok 4.5 Fast: (3 × $4) + (0.2 × $18) = $12.00 + $3.60 = $15.60/hour
- Composer 2.5 Fast: (3 × $3) + (0.2 × $15) = $9.00 + $3.00 = $12.00/hour
- Composer 2.5 Standard: (3 × $0.50) + (0.2 × $2.50) = $1.50 + $0.50 = $2.00/hour
Grok 4.5 Base comes in at $7.20/hour — 40% cheaper than Composer 2.5 Fast but 3.6x more expensive than Composer 2.5 Standard. The value proposition depends entirely on whether the quality uplift from co-training justifies the price gap over Standard.
Why Co-Training on IDE Data Matters
Most coding models are trained on static code repositories — finished code, documentation, and pull requests. Grok 4.5 was trained on something different: the actual process of coding in an IDE. This includes:
- Accept/reject patterns on tab completions (what developers actually keep vs discard)
- Edit sequences showing how developers iteratively refine generated code
- Context selection patterns (which files developers open for reference)
- Error correction loops where developers fix model mistakes
The RL component — reinforcement learning on difficult problems — means the model was specifically optimized for the types of tasks where IDE users struggle most. This is a fundamentally different training signal than "predict the next token in a GitHub repo."
The practical implication: Grok 4.5 should produce fewer rejected completions and require fewer retry cycles. If it reduces your rejection rate from 60% to 40%, the effective cost per accepted completion drops significantly — even if the per-token rate is higher than Standard.
How This Compares to the Broader Market
Placing Grok 4.5 in the wider ecosystem of coding models available through Cursor:
Claude Sonnet 5 at $2/$10 (promo) is the closest price competitor to Grok 4.5 Base on input cost, but charges 67% more on output. GPT-5.6 Luna at $1/$6 matches Grok 4.5's output price while undercutting it 50% on input — but Luna lacks the IDE-specific training. Grok 4.3 at $1.25/$2.50 is cheaper overall but represents an older architecture without the Cursor co-training advantages.
The unique selling point is not the raw price — it is the claim that IDE-trained models produce better results per dollar when measured by accepted completions rather than raw tokens generated.
Monthly Budget Impact for Cursor Users
A Cursor Pro subscriber ($20/month) gets a pool of fast requests included, then pays overage on per-token rates. For a developer exceeding their included requests and coding 6 hours/day (132 hours/month):
- Grok 4.5 Base: 132 × $7.20 = $950/month + $20 subscription = $970
- Composer 2.5 Fast: 132 × $12.00 = $1,584/month + $20 = $1,604
- Composer 2.5 Standard: 132 × $2.00 = $264/month + $20 = $284
Switching from Composer 2.5 Fast to Grok 4.5 Base saves roughly $634/month while potentially improving completion quality. That is a 40% cost reduction with an expected quality uplift — a compelling value proposition if the IDE-training claims hold up in practice.
The First Week: Doubled Limits
Cursor is doubling usage for personal and team plans during launch week. This effectively cuts your Grok 4.5 cost in half for the first 7 days — making Base effectively $1/$3 and Fast effectively $2/$9 in terms of what you get for your plan's included requests.
Use this window to benchmark aggressively. Run your typical workload on Grok 4.5 Base alongside your current model and compare: completion acceptance rate, edit quality, and subjective coding speed. The doubled limits mean this experimentation costs you nothing beyond your regular subscription.
Bottom Line: IDE-Native Training Has a Price Premium
Grok 4.5 is not the cheapest option in Cursor — Composer 2.5 Standard at $0.50/$2.50 remains that. It is not the most powerful raw model — Claude Opus 4.8 and GPT-5.6 Sol both outperform on complex reasoning tasks. But it may be the most cost-efficient per accepted completion for typical IDE workflows, thanks to training directly on the patterns that matter.
At $2/$6, Grok 4.5 Base represents a new tier in the market: more capable than budget models, cheaper than flagship models, and specifically optimized for the environment where most developers actually write code. Whether that optimization delivers on its promise is something every Cursor user can now test for themselves — especially with doubled limits this first week.
Want to calculate exact costs for your project?
Frequently Asked Questions
What is the pricing for Cursor's Grok 4.5?
Grok 4.5 Base costs $2 input / $6 output per million tokens. The Grok 4.5 Fast variant costs $4 input / $18 output per million tokens for lower latency responses.
How was Grok 4.5 co-trained with Cursor?
SpaceXAI trained Grok 4.5 on trillions of tokens from Cursor user interactions (completions, edits, accept/reject patterns) plus reinforcement learning on difficult coding problems. This makes it specifically optimized for IDE workflows.
Is Grok 4.5 cheaper than Cursor Composer 2.5?
Grok 4.5 Base ($2/$6) is cheaper than Composer 2.5 Fast ($3/$15) but more expensive than Composer 2.5 Standard ($0.50/$2.50). In practice, Grok 4.5 Base costs about $7.20/hour vs $12.00 for Composer Fast and $2.00 for Composer Standard.
What are the doubled usage limits for Grok 4.5 launch week?
During the first week after launch, Cursor doubles included usage for personal and team plan subscribers when using Grok 4.5. This effectively halves the cost for experimentation and benchmarking.
How does Grok 4.5 compare to Claude Sonnet 5 for IDE coding?
Claude Sonnet 5 at $2/$10 (promotional) has the same input cost as Grok 4.5 Base but 67% higher output cost. However, Grok 4.5's IDE-specific training may produce higher acceptance rates on completions, potentially making it more cost-efficient per useful output.
Related Articles
Grok 4.5 Private Test Uses Cursor Data: What to Watch Before Budgeting for xAI Coding Models
Elon Musk said Grok 4.5 is in private testing at SpaceX and Tesla, trained from a 1.5T-token V9 base with supplemental Cursor data. Pricing is not public yet, so developers should treat it as a watchlist item, not a budget line.
7 Coding Agents, 1 Budget: Claude Code vs Cursor vs Copilot vs Devin vs Codex vs Grok Build vs Replit Agent — Real Cost Comparison 2026
A comprehensive cost breakdown of the 7 most-used AI coding agents in 2026. Monthly fees, per-task costs, free tier limits, and a decision table to find the right agent for your budget.
Sakana Fugu Ultra: Japan's New $5/M Input Model — Coding Cost Analysis
Sakana AI launched Fugu Ultra on June 22, 2026: $5 input / $30 output per million tokens, 1M context window. It sits in the same price tier as Claude Opus but from a different lab. We run the coding cost math to see if it's worth switching.