IranRouter
All models
xAI

SpaceXAI: Grok 4.6

Unavailable

by xAI

x-ai/grok-4.6Usage rank #41

Grok 4.6 is SpaceXAI's smartest model with frontier performance on coding, knowledge work, and STEM.

At a glance

Context window
500Ktokens
Max output
450Ktokens
Knowledge to
Released
2026

Capabilities

CapabilitiesReasoningVisionToolsStructured output
InputTextImageFile
OutputText
ReasoningSupportedxhighhighmediumlow

Benchmarks

Intelligence index
44
Coding index
77
Agentic index
53

Design Arena

CategoryEloWin rate
models · gamedev1,32254.7
models · uicomponent1,31455.3
models · codecategories1,30953
models · 3d1,30652.8
models · website1,30552.8
models · dataviz1,30451.9
models · asciiart1,29658.8
models · svg1,26551.3

Standard evaluations

BenchmarkScoreTasks
gpqa_diamond0.93198
tau_bench_verified_airline0.7650

Source: Artificial Analysis, Design Arena · as of Sep 16, 2026

Performance

Uptime on IranRouter

0%

Aug 18Sep 16

Reference uptime

99.9%

Aug 18Sep 16

Median latency

1,453 ms

Aug 18Sep 16

Throughput

52 tok/s

Aug 18Sep 16

IranRouter uptime comes from our own automated probes; the reference figures are daily measurements of this model's upstream routes. Each card shows a 30-day average, and a day without data stays empty.

Popularity

Current rank
#41
Rank change, 7 days
-6

Daily tokens · 90 days

62.4B

Jun 18Sep 15

Ranked by daily token volume across the global model market; the figure above the chart is the daily average.

Supported parameters

include_reasoninglogprobsmax_tokensreasoningreasoning_effortresponse_formatseedstopstructured_outputstemperaturetool_choicetoolstop_ktop_logprobstop_p

Parameters this model accepts; anything else is ignored.

Quick start

from openai import OpenAI

client = OpenAI(
    api_key="ir-...",
    base_url="https://iranrouter.com/v1",
)

resp = client.chat.completions.create(
    model="x-ai/grok-4.6",
    messages=[{"role": "user", "content": "سلام!"}],
)
print(resp.choices[0].message.content)

Only base_url and the key change; the rest of your code stays as it is.