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 TTFT1.81 s
INPUT$2.00/ 1M tokens
OUTPUT$6.00/ 1M tokens
p50 TTFT1.81 s7d
p95 TTFT9.11 s7d
TRAFFIC31.6Mtokens / 7d

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
1.81 s
Output speed
63.7 tok/s
p95 TTFT
9.11 s
Error rate
16.9%

Public benchmarks

76.8
AA Coding
Better than 98% of models compared
#3 of 127
60.9
AA Intelligence
Better than 96% of models compared
#4 of 129
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 News7 mentions · 7dup 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

How much does SpaceXAI: Grok 4.6 cost on OrcaRouter?
SpaceXAI: Grok 4.6 is priced at $2.00 per 1M input tokens and $6.00 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is SpaceXAI: Grok 4.6's context window?
SpaceXAI: Grok 4.6 supports a context window of 500K tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call SpaceXAI: Grok 4.6 via the OpenAI SDK?
Set OpenAI base_url to https://api.orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="grok/grok-4.6" in the chat.completions.create call.
Does OrcaRouter rate-limit SpaceXAI: Grok 4.6?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.

Embed this badge

SpaceXAI: Grok 4.6$2.00/M in1811ms 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