TL;DR
xAI's Grok 4.5 ships at $2/$6 per million tokens with 80 TPS speeds, a 500k context window, and benchmark results that put it in the Opus and GPT 5.5 tier. What actually shipped, how the pricing compares, and when it makes sense over Claude, GPT, or Gemini.
xAI shipped Grok 4.5 on July 8, 2026, and it is the company's first release aimed squarely at coding and agentic work rather than chat. I covered the launch in the video above, but the short version: this is a model priced like a mid-tier workhorse that benchmarks in the same band as Anthropic's Opus 4.8 and OpenAI's GPT 5.5 on software engineering tasks. That combination is the whole story.
This post is the decision-intent breakdown: what shipped, what it costs, where the benchmark claims hold up, and when you should actually route work to it instead of Claude, GPT, or Gemini.
Per the official announcement, Grok 4.5 is xAI's "smartest model built to excel at coding, agentic tasks, and knowledge work," trained alongside Cursor following the acquisition. The headline specs:
Elon Musk framed it as "an Opus-class model, but faster, more token-efficient and lower cost," and internally pegged it as "roughly comparable to Opus 4.7, but much faster," per TechCrunch.
xAI published a benchmark chart in the announcement. The results are genuinely competitive, but they are vendor-published, and the fine print notes competitor figures were pulled from each developer's own system cards and leaderboards rather than run head to head. With that caveat:
| Benchmark | Grok 4.5 | Opus 4.8 (max) | GPT 5.5 (xhigh) | Fable (max) |
|---|---|---|---|---|
| DeepSWE 1.0 (pass@1) | 62.0% | 55.75% | 64.31% | 66.1% |
| DeepSWE 1.1 | 53% | 59% | 67% | 70% |
| SWE Marathon (pass@1) | 29.0% | 26.0% | - | 24.0% |
| Terminal Bench 2.1 | 83.3% | 78.9% | 83.4% | 84.3% |
| SWE Bench Pro (resolve rate) | 64.7% | 69.2% | 58.6% | 80.4% |
The honest read: Grok 4.5 is not the top of any of these tables. Anthropic's Fable leads most of them, and Opus 4.8 beats it on DeepSWE 1.1 and SWE Bench Pro. What xAI is actually claiming, and what the numbers support, is membership in the frontier tier at a fraction of the price.
The more interesting number is token efficiency. On SWE Bench Pro, xAI reports Grok 4.5 resolves tasks with 15,954 output tokens on average versus 67,020 for Opus 4.8 (max), about 4.2x fewer. If that holds on your workloads, the effective cost gap is much larger than the sticker prices suggest, because you pay for every token a verbose model burns thinking.
Newsletter
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools, delivered free every week.
From the archive
Jul 12, 2026 • 11 min read
Jul 12, 2026 • 6 min read
Jul 12, 2026 • 5 min read
Jul 12, 2026 • 9 min read
Grok 4.5 is priced at $2 per million input tokens and $6 per million output tokens, per the announcement and model docs. For comparison, TechCrunch puts Anthropic's Opus pricing at $5 input / $25 output per million tokens.
Run the math on an agentic coding task. At $6 output versus $25 output, Grok 4.5 is already 4x cheaper per output token. Stack the claimed 4.2x token efficiency on top and a task that costs you $1.68 in Opus output tokens costs roughly $0.10 in Grok output tokens. Even if the efficiency claim only half survives contact with your codebase, the gap is large.
Within xAI's own lineup, the docs list grok-4.3 at $1.25/$2.50 with a 1M context window and grok-build-0.1 (the code API model) at $1.00/$2.00 with 256k context, so Grok 4.5 is the premium option in the family, not the budget one.
Grok 4.5 is available now via the xAI console and API. The announcement shows the exact call, using model id grok-4.5 against the responses endpoint:
curl -s https://api.x.ai/v1/responses \
-H "Authorization: Bearer $XAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "grok-4.5",
"input": "Find and fix the bug, then explain it: function median(a){a.sort();return a[a.length/2]}"
}'
Beyond the raw API, it ships day one in:
Pick it when cost per agentic task is your constraint. High-volume background agents, CI-triggered fix bots, batch refactoring, anything where you run hundreds of tasks a day. The $2/$6 pricing plus the token efficiency story is built for exactly this, and the Terminal Bench and SWE Marathon numbers suggest it holds up on real multi-step work.
Pick it when latency matters. 80 TPS at this capability tier is the differentiator xAI is leaning on. Interactive coding assistants and user-facing agents feel meaningfully different at fast-model speeds.
Pick it if you live in Cursor. It is on all plans, currently free for a limited time, and was trained with Cursor session data. That is the lowest-friction way to evaluate it against whatever you use today.
Stick with Claude when you need the ceiling. Anthropic's Fable leads most of xAI's own published benchmarks, and Opus 4.8 still wins SWE Bench Pro. For the hardest tasks, long autonomous runs where one wrong turn wastes an hour, the top-tier models earn their price.
Stick with your incumbent when you need EU availability, a mature ecosystem, or longer context. No EU access is disqualifying for a lot of teams right now. And note that Grok 4.5's 500k context is actually smaller than grok-4.3's 1M window, per the docs, so it is not the pick for whole-repo context stuffing.
The pragmatic play, as usual, is routing: frontier model for the hard 10%, Grok 4.5 for the high-volume middle. See our AI coding tools pricing breakdown for how the rest of the market prices this tier.
$2 per million input tokens and $6 per million output tokens, per the xAI docs. xAI also claims roughly 2x token efficiency versus comparable leading models, which lowers effective cost further if it holds on your workloads.
500k tokens, per the xAI model docs. Note that grok-4.3 offers a larger 1M window at a lower price if raw context is what you need.
Mixed, by xAI's own published numbers. Grok 4.5 beats Opus 4.8 (max) on DeepSWE 1.0, SWE Marathon, and Terminal Bench 2.1, but loses on DeepSWE 1.1 and SWE Bench Pro, and Anthropic's Fable leads most tables overall. Grok 4.5's case is comparable-tier results at roughly a quarter of the output token price.
Not at launch. The announcement states it is not yet available in the EU in any xAI product or the API console, with EU availability expected in mid-July 2026.
Via the API from the xAI console (model id grok-4.5), in Cursor on all plans, and in Grok Build, where it is the default model. Free usage in Grok Build and Cursor is available for a limited time.
Read next
Complete pricing breakdown for every major AI coding tool. Claude Code, Cursor, Copilot, Windsurf, Codex, Augment, and more. Free tiers, pro plans, hidden costs, and what you actually get for your money.
12 min readFable 5 lists at $10/$50 per million tokens - twice Opus 4.8. But list price is the wrong number. Here is the cost-per-outcome math that actually decides whether the upgrade pays.
8 min read12 AI coding tools across 4 architecture types, compared on pricing, strengths, weaknesses, and best use cases. The definitive comparison matrix for 2026.
15 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
xAI's model with real-time X/Twitter data access. Grok 3 rivals top models on reasoning. Built-in web search and current...
View ToolAnthropic's recommended default for complex work, released May 28, 2026. 1M context, 128K output, $5/$25 per million tok...
View ToolFires when watched files change on disk.
Claude CodeWhat MCP servers are, how they work, and how to build your own in 5 minutes.
AI AgentsInstall Ollama and LM Studio, pull your first model, and run AI locally for coding, chat, and automation - with zero cloud dependency.
Getting Started
Learn The Fundamentals Of Becoming An AI Engineer On Scrimba; https://scrimba.com/the-ai-engineer-path-c02v?via=developersdigest In this video, I dive into the key highlights of the groundbreaking...

In this video, I introduce the beta release of Grok 2 and Grok 2 Mini. I discuss the new models available on the X platform and their impressive performance, including their ranking on the...

Complete pricing breakdown for every major AI coding tool. Claude Code, Cursor, Copilot, Windsurf, Codex, Augment, and m...

Fable 5 lists at $10/$50 per million tokens - twice Opus 4.8. But list price is the wrong number. Here is the cost-per-o...

12 AI coding tools across 4 architecture types, compared on pricing, strengths, weaknesses, and best use cases. The defi...

Fable 5 and Mythos 5 are gone for now. Here is the honest ranking of what to use today, from Opus 4.8 to GPT-5.5 to open...

Four agents, same tasks. Honest trade-offs from a developer shipping production apps with all of them.

A $500M accidental Claude bill and an open-weights model beating GPT-5.5 at one-sixth the cost point to the same conclus...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.