IranRouter
All models
OpenAI

OpenAI: GPT-5.6 Sol

Available

by OpenAI

openai/gpt-5.6-solUsage rank #12

GPT-5.6 Sol is the flagship model in OpenAI's GPT-5.6 series. It is suited for complex reasoning, coding, and agentic workflows, and is particularly strong at command-line and multi-step coding tasks...

At a glance

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

Capabilities

CapabilitiesReasoningVisionToolsStructured output
InputFileImageText
OutputText
ReasoningSupportedmaxxhighhighmediumlownone

Benchmarks

Intelligence index
47
Coding index
77
Agentic index
51

Standard evaluations

BenchmarkScoreTasks
gpqa_diamond0.92396
tau_bench_verified_airline0.77100

Source: Artificial Analysis · as of Sep 16, 2026

Performance

Uptime on IranRouter

2.3%

Aug 18Sep 16

Reference uptime

100%

Aug 18Sep 16

Median latency

4,165 ms

Aug 18Sep 16

Throughput

45.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
#12
Rank change, 7 days
+1

Daily tokens · 90 days

149.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_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.6-sol",
    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.