IranRouter
All models
xAI

SpaceXAI: Grok 4.5

Unavailable

by xAI

x-ai/grok-4.5

Grok 4.5 is a model from SpaceXAI 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
ReasoningSupportedhighmediumlow

Benchmarks

Intelligence index
39
Coding index
72
Agentic index
42

Design Arena

CategoryEloWin rate
models · website1,29653.2
models · uicomponent1,29452.1
models · codecategories1,29351.3
models · 3d1,28850.6
models · gamedev1,28849.3
models · dataviz1,28649.8
models · asciiart1,26954.4
models · svg1,24849.3

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

Performance

Reference uptime

98.9%

Aug 18Sep 16

Median latency

1,276 ms

Aug 18Sep 16

Throughput

52.8 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
Rank change, 7 days

Daily tokens · 90 days

53.1B

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_formatseedstructured_outputstemperaturetool_choicetoolstop_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.5",
    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.