AI agents · OpenClaw · self-hosting · automation

Quick Answer

Grok 4.7 vs Grok 4.6: Should You Upgrade? (Sep 2026)

Published:

The short answer

Upgrade for long agentic tasks; keep Grok 4.6 for short, high-volume calls. Grok 4.7, released September 21, 2026, beats Grok 4.6 on all seven benchmarks in xAI’s launch table and hallucinates less, at an identical $2/$6 per million tokens. The catch is that it reaches those scores by thinking more than twice as long, so per-task cost roughly doubles. Same rate card, different bill.

Side by side

Grok 4.7Grok 4.6
ReleasedSeptember 21, 2026August 2026
Base modelNew, larger base modelSame 1.5T V9 foundation as Grok 4.5, improved post-training
Price (<200K prompt)$2.00 in / $0.50 cached / $6.00 out per MTokSame
Price (≥200K prompt)$4.00 / $1.00 / $12.00Same
Fast variant2x output speed at 2x price2x output speed at 2x price
Context window500,000 tokens500,000 tokens
Knowledge cutoffMay 2026Earlier 2026
Output tokens per AA index task (xhigh)~81,000~36,000
AA-Omniscience hallucination rate29%34%
AA Intelligence Index v4.3.246 (rank 16/655)Lower; mid-pack
AvailabilityCursor, Grok Build, xAI API, GitHub Copilot, Vercel AI GatewaySame surfaces; still selectable in Cursor

Benchmarks: every row moved

BenchmarkGrok 4.7 (xHigh)Grok 4.6 (High)Gain
CursorBench 4.046.3%40.4%+5.9 pts
DeepSWE v1.171.0% (high effort)65.2%+5.8 pts
EEBench64.0%53.0%+11.0 pts
AA Briefcase v1.11,6571,546+111
Terminal-Bench 4.038.0%20.3%+17.7 pts
Harvey Legal Agent Benchmark19.6%15.8%+3.8 pts
HealthBench Professional56.7%48.5%+8.2 pts
GDPval (Elo, xAI chart)1,6951,605+90

The Terminal-Bench 4.0 jump is the headline: multi-hour terminal work nearly doubled. That is where “a longer reinforcement-learning run on a harder mix of tasks, weighted toward problems that take many hours” shows up. Caveat: Artificial Analysis’s own Terminal-Bench 4.0 run put Grok 4.7 at 26%, so the absolute level depends heavily on harness and effort setting — but the relative gain over 4.6 is consistent across sources.

What actually changed under the hood

Grok 4.6 was a post-training refresh: xAI reused Grok 4.5’s foundation and improved supervised fine-tuning and RL, targeting 4.5’s hallucination problem. Grok 4.7 is a different animal — “a new, larger base model,” a longer RL run, explicit training to verify its own work and manage longer context, and native understanding of the Grok Bot harness. It is the first genuinely new base since Grok 4.5 shipped on July 16, 2026.

Musk’s July claims of 2.1 trillion parameters and SpaceX engineering data in training are not in xAI’s launch post; the parameter count remains unpublished.

The token-cost trap

Same per-token price does not mean same cost. Artificial Analysis measured ~81,000 output tokens per Intelligence Index task for Grok 4.7 versus ~36,000 for Grok 4.6 at matched xhigh effort, at ~188 tokens per second. Worked example at $6 per million output tokens:

  • 1,000 hard agentic tasks on Grok 4.6: 36M output tokens ≈ $216
  • 1,000 hard agentic tasks on Grok 4.7: 81M output tokens ≈ $486

You pay ~2.25x for the quality gain. Against Claude Fable 5.1 at $50 per million output, that is still cheap, but if you set a budget on 4.6 you will blow it on 4.7 unless you lower the effort setting.

Upgrade decision by workload

WorkloadRecommendationWhy
Long agentic coding in Cursor / Grok BuildUpgradeTerminal-Bench 4.0 20.3% → 38.0%; CursorBench +5.9 pts
Multi-hour office / document tasksUpgradeAA Briefcase +111, GDPval +90 Elo; xAI says documents and presentations improved
Legal, electrical engineeringUpgradeGrok 4.7 leads even Fable 5.1 Max on Harvey Legal and EEBench
Anything hurt by hallucinationsUpgrade34% → 29% on AA-Omniscience
Short chat, classification, extraction at volumeStay on 4.6Extra thinking tokens double cost for little gain
Latency-critical UXStay on 4.6 or use 4.7 fast variant4.7 spends ~7 minutes per hard index task at xhigh
Clinical reasoningNeither — use Fable 5.1 / GPT-5.6 SolGrok 4.7’s 56.7% HealthBench trails both

Migration checklist

  1. Swap the model ID (grok-4.7) in one non-critical route; the API surface is unchanged.
  2. Cap effort — start at high, not xhigh; Artificial Analysis found the top two reasoning levels score about the same.
  3. Re-baseline your token budget for ~2x output on hard tasks.
  4. Keep 4.6 as fallback in your router until 4.7 has run a week of production traffic.
  5. Check the ≥200K prompt premium — long-context prompts double in price on both models, so trim context rather than assuming the 500K window is free.

For how Grok 4.7 stacks up against the frontier pair, see Grok 4.7 vs Claude Fable 5.1 vs GPT-6 Astra vs GPT-5.6 Sol; for the model itself, What is Grok 4.7?.

Sources