IranRouter
All models
OpenAI

OpenAI: GPT-5.4

Unavailable

by OpenAI

openai/gpt-5.4

GPT-5.4 is OpenAI’s latest frontier model, unifying the Codex and GPT lines into a single system. It features a 1M+ token context window (922K input, 128K output) with support for...

At a glance

Context window
1.1Mtokens
Max output
128Ktokens
Knowledge to
Released
2026

Capabilities

CapabilitiesReasoningVisionToolsStructured output
InputTextImageFile
OutputText
ReasoningSupportedxhighhighmediumlownone

Benchmarks

Coding index
71

Design Arena

CategoryEloWin rate
models · gamedev1,26157.6
models · uicomponent1,25557.4
models · dataviz1,25056.6
models · website1,23252.5
models · uicomponent1,23063.6
models · website1,22852.7
models · codecategories1,22752.5
models · codecategories1,22552.7
models · svg1,22057.8
models · asciiart1,21755.4
models · gamedev1,21753.6
models · gamedev1,21452.8
models · uicomponent1,21452.5
models · dataviz1,21252.2
models · website1,21150.8
models · website1,21050.5
models · asciiart1,20752
models · asciiart1,20552.4
models · dataviz1,19650.1
models · codecategories1,19549.2
models · codecategories1,19349.2
models · svg1,16753.2
models · svg1,15150.4
models · 3d1,13042.3
models · 3d1,09338.9
models · 3d1,07537

Standard evaluations

BenchmarkScoreTasks
gpqa_diamond0.9396
tau_bench_verified_airline0.76100

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

Performance

Reference uptime

100%

Aug 18Sep 16

Median latency

2,163 ms

Aug 18Sep 16

Throughput

43.9 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

44.9B

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_reasoningmax_completion_tokensmax_tokensreasoningreasoning_effortresponse_formatseedstructured_outputstool_choicetools

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="openai/gpt-5.4",
    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.