Grok 4.6

grok/grok-4.6
NewFeatured
VisionToolsJSONReasoning
by SpaceXAI · 2026-08-12

Grok 4.6 is SpaceXAI's smartest model to date, with frontier performance across coding, knowledge work, and STEM. It is the current flagship of the Grok line — listed as "Latest" in xAI's own developer docs — and succeeds Grok 4.5 with the same 500K-token context window, the same text / image / file input surface, and the same base pricing. It supports configurable reasoning effort, native tool calling, structured outputs, and the full sampling surface (temperature / top_p / seed / logprobs / penalties), so it drops into existing integrations unchanged. As a first-class OpenAI Responses model on api.x.ai it plugs directly into agent frameworks and tool-calling loops without a translation layer. Pricing is tiered by prompt length: requests above 200K input tokens bill at double the base rate. Use Grok 4.6 as the high-capability tier for complex coding agents, research, and multi-step automation where quality matters more than cost.

ctx500K tokens
Inputtext + image + file
Outputtext
p50 TTFT10.00 s
INPUT$2.00/ 1M tokens
OUTPUT$6.00/ 1M tokens
p50 TTFT10.00 s7d
p95 TTFT10.00 s7d
TRAFFIC23.3Mtokens / 7d

SpaceXAI: Grok 4.6 is a large language model from the provider listed as Grok, and it is available on OrcaRouter through an OpenAI-compatible API. The model has a context window of 500,000 tokens,…

What is SpaceXAI: Grok 4.6?

Who should use Grok 4.6 through OrcaRouter?

How does Grok 4.6 fit into an existing application?

Code samples

Call from any SDK

OpenAI-compatible — keep the SDK you already use

  • OpenAI SDKhttps://api.orcarouter.ai/v1
import os

from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key=os.environ["ORCAROUTER_API_KEY"],
)

response = client.chat.completions.create(
    model="grok/grok-4.6",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Supported parameters

  • frequency_penalty
  • include_reasoning
  • logprobs
  • max_tokens
  • presence_penalty
  • reasoning
  • reasoning_effort
  • response_format
  • seed
  • stop
  • structured_outputs
  • temperature
  • tool_choice
  • tools
  • top_logprobs
  • top_p

Pricing

Input / 1M tokens$2.00
Output / 1M tokens$6.00
Cache read / 1M$0.500
CurrencyUSD

Cost calculator

Tokens / month10MM
Input share70%%
Estimated / month $32.00 · With prompt caching $26.75

Estimate based on list price

Token & cost estimator

Input tokens: 20Cost per request: $0.003040

Estimate only — actual token counts depend on the provider's tokenizer.

Performance

p50 TTFT
10.00 s
Output speed
527 tok/s
p95 TTFT
10.00 s
Error rate
66.2%

Public benchmarks

76.8
AA Coding
Better than 98% of models compared
#3 of 133
60.9
AA Intelligence
Better than 96% of models compared
#4 of 135
Artificial Analysis Intelligence Index
61.0
GPQA Diamond
94.9
Humanity's Last Exam
42.9
Long-Context Recall
75.0
SciCode
53.6
tau_banking
50.7
terminalbench_v2_1
88.4
Source: artificialanalysis.ai

Community buzz

What developers are saying this week

Hacker News3 mentions · 7ddown 6 vs the previous week

How it compares

Grok 4.6grok/grok-4.3Grok 4.5
Input $/M$2.00$1.25$2.00
Output $/M$6.00$2.50$6.00
Context500K1.0M500K
Quality9/1010/109/10
Compare side-by-sideCompare side-by-sideCompare side-by-side

FAQ

What does Grok 4.6 cost on OrcaRouter?
Grok 4.6 is billed at the provider rate of $2.00 per 1M input tokens and $6.00 per 1M output tokens. OrcaRouter applies zero markup, so the price is the same as the provider's published token rates.
What is the context window of Grok 4.6?
The context window is 500,000 tokens. The model can accept long prompts within that limit, and generated output also counts toward the total context during generation.
What input modalities does Grok 4.6 support?
Grok 4.6 supports text, image, and file inputs. You can send a prompt that includes text, an image, and a file, and OrcaRouter passes them to the model through its OpenAI-compatible API.
What is Grok 4.6's headline benchmark?
The provided headline benchmark is 94.9 on GPQA Diamond, a graduate-level scientific reasoning benchmark. No other benchmark scores are provided in the facts.
How does Grok 4.6 compare to other models?
With the facts available, you can compare Grok 4.6 on context size, price, and GPQA Diamond score. It has a 500,000-token context, text/image/file input, and $2.00 per 1M input plus $6.00 per 1M output tokens. Scores for other models are not provided, so run your own evaluation.
How are data and requests handled?
The provided facts do not include a specific data-handling policy. Requests are sent through OrcaRouter to the provider. Review OrcaRouter's terms and the provider's data policy for retention, privacy, and processing details.
How do I call Grok 4.6 via the OpenAI-compatible API?
Set the base URL to https://api.orcarouter.ai/v1 and the model id to grok/grok-4.6. Use an OpenAI-compatible chat completions client with your OrcaRouter API key.
Is there any markup or caching discount on Grok 4.6?
OrcaRouter bills at the provider rate with zero markup. No prompt caching discount is mentioned in the provided facts, so assume the standard input and output prices apply until you verify current behavior in the documentation.

Embed this badge

SpaceXAI: Grok 4.6$2.00/M in10000ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/grok/grok-4.6" target="_blank"> <img src="https://www.orcarouter.ai/embed/grok/grok-4.6.svg" alt="SpaceXAI: Grok 4.6 on OrcaRouter" /> </a>
Markdown [![SpaceXAI: Grok 4.6](https://www.orcarouter.ai/embed/grok/grok-4.6.svg)](https://www.orcarouter.ai/models/grok/grok-4.6)

Model card as data

GET /api/public/models/grok/grok-4.6Open
Machine-readable:/llms.txt/llms-full.txt