Grok 4.6: 500K agent model with no numeric output ceiling

xAI targets long coding agents, but the $2/$6 starting rate doubles once a prompt reaches 200K tokens.

By benchr Editorial Team · · Changelog · Provider-published facts rechecked against the official sources on August 21, 2026

A long looping build path crosses tool, test, and verification gates.
benchr model field plate Grok 4.6 500K · long agent loop
Editorial imageA benchr editorial illustration of a long-running coding agent held inside explicit review gates.
Base input / 1M$2Below a 200K prompt
Long-tier output / 1M$12Prompt at or above 200K
Context500KNo numeric output cap
Reasoning4Low through xhigh

xAI launched Grok 4.6 on August 12, 2026 and added it to GitHub Copilot on August 14. benchr checked the launch post, developer guide, pricing table, partner notice, and model card. Those sources establish the product contract. They don't establish that the model will finish your repository tasks safely or cheaply.

Start with a workload gate, not the launch table

The useful question isn't whether Grok 4.6 posts a higher provider score than Grok 4.5. It is whether your workload benefits from longer agent runs enough to justify a new failure profile and the long-context price step. Use this gate before sending production traffic.

Decision matrix for a Grok 4.6 pilot
WorkloadChoose a pilot whenPause or avoid whenAcceptance evidence
Multi-file coding agentThe task needs repository search, edits, tests, and recovery across many turns.Your harness has no turn, cost, or permission ceiling.Build success, regression count, reviewer acceptance, and total billed cost per accepted change.
Interactive or visual buildText and image input plus tool calls belong in one trace.A deterministic template or smaller bounded model already handles the work.Requirement coverage, visual review, accessibility checks, and rework needed after the first pass.
Research with current dataYou can enable and audit the documented web or X search tools.Your process cannot retain citations or separate retrieved evidence from model prose.Source coverage, unsupported-claim rate, and a human check of every decision-critical citation.
Predictable short transformationOnly if the same evaluation shows a clear quality or workflow gain.Latency, spend, and deterministic output matter more than long-horizon agency.Schema pass rate, retry rate, and cost against the current production baseline.

The 200K boundary can change the winner

The headline $2/$6 rate is the short-context tier, not a flat price for the full 500K window. Once the prompt reaches 200K tokens, xAI lists $4 input, $1 cached input, and $12 output per million. The threshold applies to the request's prompt, and the higher rates apply to the billed tokens in that long-context request. A migration that looks cheap on small samples can cross into a different budget during a long repository session.

Before comparing models, split your logs into requests below and at or above 200K prompt tokens. Price both buckets in the production cost calculator, then add server-side tool charges and retries. Don't assume a large advertised window is free capacity.

“No text output limit” still needs hard controls

The official guide says Grok 4.6 has no text-output limit, but it does not publish a numeric maximum-output value. That is a documented gap, not permission to let an agent run without bounds. Set a maximum turn count, wall-clock deadline, spend ceiling, tool allowlist, artifact-size limit, and stop rule for repeated failures. Put approval before destructive actions and before any external side effect.

Keep the model ID pinned during evaluation, preserve prompts and tool schemas, and record reasoning effort. A result from high should not be silently compared with a baseline using a different effort or tool set. The Labs workspace can hold a fixed prompt set and rubric without pretending that benchr ran the model for you.

Read the benchmarks as provider evidence

xAI reports 69.9% on CursorBench v3.2 and 65.9% on DeepSWE v1.1 for the named Grok 4.6 variant. They are launch-table results, not independent benchr measurements. They justify testing long coding work. They do not predict your language stack, repository permissions, CI setup, or review standard.

Build a replay set from work your team already understands: a small bug fix, a multi-file change, a tool failure that requires recovery, a visual task, and a long-context request that crosses the price threshold. Score completion, correctness, regressions, tool discipline, citations where relevant, reviewer time, and billed cost. Publish no “win rate” unless the prompts, settings, raw outputs, rubric, and calculation are available.

Use a reversible migration plan

  1. Freeze the baseline. Pin the current model, prompts, tool definitions, repository snapshot, and acceptance tests.
  2. Replay before routing. Run the same representative cases through Grok 4.6 with explicit reasoning effort and limits.
  3. Review failures, not just averages. Inspect unsafe tool calls, incomplete changes, citation gaps, and expensive loops.
  4. Canary a narrow queue. Route low-risk tasks first, retain a fallback, and stop automatically when an acceptance gate fails.
  5. Expand only on measured value. Compare accepted work and reviewer time against total token, tool, and retry cost.

If you are moving from the previous release, keep the Grok 4.5 review beside the replay report. That prevents a launch-day scorecard from replacing the behavior your team already knows.

Provider-published facts and operating consequences
FieldVerified recordWhat you must decide
API model IDgrok-4.6Alias or pinned-version policy for reproducible runs
Base pricing$2 input / $0.50 cached / $6 output per 1M below 200K prompt tokensCache routing and a per-task spend ceiling
Long-context pricing$4 input / $1 cached / $12 output per 1M at or above 200K prompt tokensWhether a long trace still beats retrieval or compaction
Context and output500,000-token context; no numeric text-output cap publishedTurn, time, output, and artifact limits
InterfacesResponses and Chat Completions; functions, structured output, web/X search, code executionTool permissions, audit logging, and approval gates

Frequently asked

What is the Grok 4.6 model ID?

The xAI API model ID is grok-4.6.

What is its context and maximum output?

xAI lists a 500,000-token context window and describes no text-output limit; it does not publish a numeric output-token cap on the checked page.

How much does Grok 4.6 cost?

Base rates are $2 input, $6 output, and $0.50 cached input per million tokens. xAI says the fast variant costs 2x.

Changelog

  • August 21, 2026 — Published with a workload gate, a replay-based migration plan, an explicit evidence boundary, and the verified long-context price tier.

References

  1. xAI, “Introducing Grok 4.6” — supports the August 12 release, intended workloads, named provider benchmark results, starting price, and fast-variant note. Checked August 21, 2026.
  2. xAI model and pricing record for Grok 4.6 — supports the base $2/$0.50/$6 rates, the $4/$1/$12 long-context rates, and the 200K prompt threshold. Checked August 21, 2026.
  3. xAI Grok 4.6 developer guide — supports the API ID, context, modalities, reasoning levels, interfaces, tools, and the absence of a numeric text-output limit. Checked August 21, 2026.
  4. xAI, “Grok 4.6 in GitHub Copilot” — supports the August 14 partner availability statement. Checked August 21, 2026.
  5. xAI Grok 4.6 model card — supports the provider's published safety and evaluation boundary; it is not a benchr test. Checked August 21, 2026.