TL;DR
A companion guide to the Grok 4.5 video: xAI's most intelligent model with a 500K context window, function calling, structured outputs, and a build-mode agent workflow for developers.
Grok 4.5 is xAI's current flagship - the model they recommend for everything from chat to code. It ships with a 500,000-token context window, reasoning, function calling, structured outputs, and a build-mode agent workflow that runs in dedicated cloud environments. At $2.00 / $6.00 per million input/output tokens, it sits in a deliberate pricing tier between Grok 4.3 and the older Grok 4 line.
The video on the DevDigest channel walks through all of this in 10 minutes, from the model selector to real build-mode sessions. This post is the companion: verified specs, pricing, and where it fits against the other xAI models and the competitive landscape.
| Resource | Description |
|---|---|
| Grok 4.5 model page | Capabilities, pricing, rate limits, and model name |
| xAI Models overview | Full model catalog with pricing table and aliases |
| xAI API documentation | API reference for all xAI models |
| Grok web app | Direct consumer access to Grok models |
| DevDigest Grok 4 post | Earlier Grok 4 coverage with benchmarks and pricing history |
xAI positions Grok 4.5 as the single model you should reach for by default. The models overview page states it plainly: "Use Grok 4.5. It is the most intelligent and fastest model we've built." That is a change from earlier eras when xAI maintained separate product lines - the Grok 4 reasoning tier, Grok 4.3, Grok Code Fast, and the older Grok 4.20. Now the advice converges on one model.
Capabilities at a glance:
Grok 4.5 is priced at a deliberate midpoint. It is more expensive than the utility-tier models but cheaper than the older Grok 4 enterprise bracket. Here is the full current text API pricing, fetched from the xAI models page on July 30, 2026:
| Model | Context | Input / 1M tokens | Cached input / 1M tokens | Output / 1M tokens |
|---|---|---|---|---|
| grok-4.5 (< 200K prompt) | 500K | $2.00 | $0.30 | $6.00 |
| grok-4.5 (>= 200K prompt) | 500K | $4.00 | $0.60 | $12.00 |
| grok-4.3 (< 200K prompt) | 1M | $1.25 | $0.20 | $2.50 |
| grok-4.3 (>= 200K prompt) | 1M | $2.50 | $0.40 | $5.00 |
| grok-build-0.1 (< 200K prompt) | 256K | $1.00 | $0.20 | $2.00 |
| grok-build-0.1 (>= 200K prompt) | 256K | $2.00 | $0.40 | $4.00 |
The takeaway: Grok 4.5 costs 60% more on input tokens and 140% more on output tokens than Grok 4.3 under 200K. The question is whether the intelligence lift justifies that delta for your workload. For code generation and agentic tasks, xAI's answer is yes - they recommend 4.5 over 4.3 for all code work.
Rate limits for Grok 4.5: 150 requests per second and 50 million tokens per minute. That is enough throughput for CI pipelines and moderate-scale agent fleets without needing a dedicated capacity agreement.
From the archive
Jul 30, 2026 • 9 min read
Jul 29, 2026 • 9 min read
Jul 29, 2026 • 7 min read
Jul 29, 2026 • 9 min read
The xAI model lineup is consolidating. Here is where each model earns its keep:
| Model | Best for |
|---|---|
| grok-4.5 | General-purpose work including code. xAI's recommended default. |
| grok-4.3 | Cost-sensitive workloads that still need frontier quality. 1M context at $1.25 input. |
| grok-build-0.1 | Dedicated build-mode agent work. Smallest context (256K) but cheapest at $1.00/$2.00. |
| grok-4.20-0309 | Legacy multi-agent and reasoning workloads. Being phased toward 4.5. |
| grok-code-fast-1 | High-throughput agentic coding. Not listed on the current pricing page - check the Grok Code Fast post for details. |
If you have been using Grok 4 through the API, Grok 4.5 is the direct upgrade path. The API model name is grok-4.5, with grok-4.5-latest and grok-build-latest as aliases that track the newest stable release. Pin to a dated version if your pipeline needs consistency.
The grok-build-latest alias points to grok-build-0.1, xAI's build-mode agent model. This is separate from Grok 4.5 itself but designed to work alongside it. Build mode runs coding agents in dedicated cloud environments with shell access, file operations, and the ability to execute multi-step plans.
The pattern that emerges from the model docs is a two-tier workflow: use Grok 4.5 for planning, reasoning about architecture, and understanding complex codebases, then hand the scoped implementation to the build-mode agent for execution. This is the same split that GPT-5.5 in Codex and Claude Opus 4.7 workflows use - a reasoning model for the hard thinking, a cheaper execution model for the implementation loop.
Use Grok 4.5 when:
Consider alternatives when:
Grok 4.5 in 10 Minutes on the DevDigest channel walks through the Grok model selector, a live build-mode session, and the function-calling workflow. The screen flow shows what static docs cannot: the latency profile, the UI around build-mode environments, and the pacing of tool-call loops in real time.
Grok 4.5 is the current flagship, replacing Grok 4 as xAI's recommended model. It has a 500K context window (Grok 4 had a range depending on the variant), is described as xAI's fastest and most intelligent model, and introduces the build-mode alias (grok-build-latest).
$2.00 per million input tokens and $6.00 per million output tokens for prompts under 200K tokens. Cached input is $0.30. Prompts at or above 200K tokens are billed at $4.00/$12.00. See the xAI pricing page for the latest.
Yes. Function calling, structured outputs, and reasoning are all documented as supported capabilities on the Grok 4.5 model page.
Yes. Grok 4.5 accepts image inputs up to 20 MiB each, in JPG or PNG format, with no stated limit on the number of images per request. It returns text output.
xAI models are integrated into multiple coding platforms. Check the model picker in your editor or agent tool. Availability varies by platform and may lag behind the API release.
Note: The xAI blog and news pages returned 403 on fetch. Pricing and capability data is from the developer docs, which are the authoritative source for API users.
Read next
xAI has launched Grok 4, claiming the title of the world's most powerful AI model. With a $300/month Super Grok tier, saturated AMI benchmarks, and a coding model on the horizon, this is xAI's bigge...
7 min readxAI's Grok Code Fast 1 arrives with a specific mission: eliminate the friction in agentic coding workflows. While models like GPT-5, Claude 4, and Gemini 2.5 Pro deliver impressive benchmark scores...
7 min readOpenAI is drawing a line in the sand. GPT-5 Codex is not an API release.
7 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 ToolAlibaba's flagship open-weight coding model. 480B total parameters, 35B active (MoE). Native 256K context, scales to 1M....
View ToolAnthropic's first generally available Mythos-class model, released June 9, 2026. 1M context, 128K max output, $10/$50 pe...
View ToolAnthropic's recommended default for complex work, released May 28, 2026. 1M context, 128K output, $5/$25 per million tok...
View ToolDocument API key ownership, rotation context, and integration notes without storing secrets.
View AppEvery coding agent in one window. Stop alt-tabbing between Claude, Codex, and Cursor.
View AppScore every coding agent on your own tasks. Catch regressions in CI.
View AppInstall Ollama and LM Studio, pull your first model, and run AI locally for coding, chat, and automation - with zero cloud dependency.
Getting StartedStage, commit, branch, and open PRs without leaving the session.
Claude CodeClickable PR link in the footer with review state color coding.
Claude Code
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...

The video reviews OpenAI’s newly released GPT 5.4, highlighting access tiers (GPT 5.4 Thinking in ChatGPT Plus/Teams/Pro/Enterprise and GPT 5.4 in the $200/month tier) and API availability. It covers

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...

xAI has launched Grok 4, claiming the title of the world's most powerful AI model. With a $300/month Super Grok tier, sa...

xAI's Grok Code Fast 1 arrives with a specific mission: eliminate the friction in agentic coding workflows. While models...

OpenAI is drawing a line in the sand. GPT-5 Codex is not an API release.

A companion guide to the GPT-5.5 video: OpenAI's newly released model rolling out to ChatGPT and Codex, reviewed through...

Opus 4.7 is here. Sharper coding, longer agentic runs, better tool use, and a price that finally makes Opus livable for...

xAI launched Grok 4.5, trained on trillions of Cursor interaction tokens. At $2/M input pricing, it undercuts Claude and...

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