IranRouter
All models
xAI

SpaceXAI: Grok 4.3

Unavailable

by xAI

x-ai/grok-4.3

Grok 4.3 is a reasoning model from SpaceXAI. It accepts text and image inputs with text output, and is suited for agentic workflows, instruction-following tasks, and applications requiring high factual...

At a glance

Context window
1Mtokens
Max output
900Ktokens
Knowledge to
Released
2026

Capabilities

CapabilitiesReasoningVisionToolsStructured output
InputTextImageFile
OutputText
ReasoningSupportedhighmediumlownone

Benchmarks

Intelligence index
25
Coding index
42
Agentic index
17

Design Arena

CategoryEloWin rate
models · uicomponent1,20646
models · website1,20645
models · codecategories1,20144.9
models · dataviz1,19846
models · gamedev1,19745.3
models · asciiart1,15745.2
models · 3d1,15341.8
models · svg1,11039.5

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

Performance

Reference uptime

100%

Aug 18Sep 16

Median latency

682 ms

Aug 18Sep 16

Throughput

82.6 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

15.2B

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.3",
    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.