Benchgen
Models/openai/

GPT-5.6 Sol

DraftPublic

Model Details

GPT-5.6 Sol

Organization Context Pricing License Modality Released

Quick answer: GPT-5.6 Sol is OpenAI's highest-capability tier in the GPT-5.6 family, released July 9, 2026. It scores 94.6% on GPQA Diamond, 88.8% on TerminalBench 2.1, 97.5% on ARC-AGI, and 52.7% on Agent's Last Exam — the top result in the GPT-5.6 lineup. Priced at $5 input / $30 output per 1M tokens with a 1.1M-token context window.

At a Glance

Where GPT-5.6 Sol leads

  • Highest intelligence tier of the GPT-5.6 family: AA Intelligence Index 58.9, Coding Agent Index 80
  • 94.6% GPQA Diamond — among the strongest scientific reasoning scores reported
  • 88.8% TerminalBench 2.1 — state-of-the-art for command-line agentic workflows
  • 97.5% ARC-AGI — near-perfect abstract reasoning
  • 90.84% BrowseComp — top-tier web research and retrieval
  • max and ultra reasoning effort modes for demanding multi-step tasks
  • 1.1M-token context window — supports whole-codebase and long-document analysis

Where it lags

  • Most expensive variant in the GPT-5.6 family at $5/$30 per 1M tokens
  • Closed API model; no open weights available
  • ultra multi-agent mode requires Pro or Enterprise plan access

Best for: Frontier-difficulty agentic coding, cybersecurity analysis, scientific reasoning, and long-horizon professional tasks where maximum intelligence is required.

What GPT-5.6 Sol Is

GPT-5.6 Sol is the flagship tier of OpenAI's GPT-5.6 model family — a generational step following GPT-5.5, built around delivering more useful work per token. The GPT-5.6 family introduced a durable three-tier naming scheme: Sol (highest capability), Terra (balanced), and Luna (most efficient), with each tier designed to advance independently as OpenAI updates the family.

Sol is distinguished from its siblings primarily by its reasoning effort ceiling. It supports max mode — where the model reasons longer, explores alternatives, and revises before responding — and ultra mode, which orchestrates four parallel subagents by default. ultra makes GPT-5.6 Sol the first OpenAI model to natively expose a multi-agent mode at the API level, delivering faster completion on demanding multi-step tasks at the cost of higher token usage.

For agent builders, Sol's benchmark profile translates directly to task performance: the combination of 88.8% TerminalBench and 97.5% ARC-AGI indicates strong generalisation across structured and novel task types, while the 64.6% SWE-Bench Pro score positions it as a competitive choice for long-horizon software engineering workflows.

Specifications

FieldValue
OrganizationOpenAI
ParametersUndisclosed
Context window~1,100,000 tokens
ArchitectureUndisclosed (GPT-5.6 family)
LicenseProprietary (API only)
Release dateJuly 9, 2026
Knowledge cutoffSeptember 2025 (estimated)
ModalityText + Image (multimodal)

Pricing

Input (per 1M tokens)Output (per 1M tokens)
OpenAI API$5.00$30.00

Cache writes are billed at 1.25× the uncached input rate; cache reads receive a 90% discount. Pricing per OpenAI pricing page as of July 2026.

Context Window

GPT-5.6 Sol has a ~1.1M-token context window — roughly 800–900 pages of text in a single request. This is sufficient to load entire mid-size codebases, lengthy legal documents, or multi-session conversation histories without chunking. Long-context retrieval is confirmed at 91.5% on MRCR v2 (8-needle, 256K–512K range).

Public Benchmark Scores

BenchmarkScoreSourceDate
GPQA Diamond94.6%OpenAI technical report2026-07
ARC-AGI97.5%Benchgen evaluation2026-07
TerminalBench88.8%OpenAI technical report2026-07
SWE-Bench Pro64.6%OpenAI technical report2026-07
BrowseComp90.84%OpenAI technical report2026-07
MRCR v291.5%OpenAI technical report2026-07
MCP Atlas81.8%Benchgen evaluation2026-07
AIME 202699.9%OpenAI technical report2026-07
Agent's Last Exam52.7%Benchgen evaluation2026-07
SimpleQA71.6%OpenAI technical report2026-07

Scores are reported by OpenAI or measured by Benchgen and shown for context. Figures depend on harness, tools, and effort settings — see the source for methodology.

GPT-5.6 Sol vs Alternatives

ModelContextARC-AGIGPQA DiamondPrice (in/out per 1M)
GPT-5.6 Sol1.1M97.5%94.6%$5 / $30
GPT-5.6 Terra1.1M96.5%$2.50 / $15
GPT-5.6 Luna1.1M88.0%$1 / $6
Grok 4256K
Gemini 3 Pro1M

Sol sits at the top of the GPT-5.6 price-performance curve: it costs 2× Terra but delivers meaningfully stronger results on agentic and reasoning tasks where intelligence ceiling matters more than throughput.

How GPT-5.6 Sol Performs on Real Agent Tasks

Public benchmarks establish Sol's ceiling: a 97.5% ARC-AGI score and 88.8% TerminalBench place it at the frontier for abstract reasoning and terminal-based coding tasks respectively. The Agent's Last Exam score of 52.7% — the highest in its family — reflects Sol's advantage on tasks requiring sustained multi-step planning and tool use.

For agent builders evaluating Sol against Terra or Luna, the practical question is not raw capability but task difficulty. On straightforward automation and content tasks, Terra and Luna close the gap significantly at 40–80% lower cost. Sol's advantage compounds on tasks that push near the model's limit: novel debugging scenarios, security analysis, and multi-tool orchestration where the max and ultra reasoning modes add concrete value.

Use GPT-5.6 Sol via API

from openai import OpenAI

client = OpenAI(api_key="YOUR_API_KEY")

response = client.chat.completions.create(
    model="gpt-5.6-sol",
    messages=[{"role": "user", "content": "Analyse this codebase for security vulnerabilities..."}],
)
print(response.choices[0].message.content)

Frequently Asked Questions

What is GPT-5.6 Sol? GPT-5.6 Sol is the highest-capability tier of OpenAI's GPT-5.6 model family, released July 9, 2026. It is a closed, API-only multimodal model designed for frontier agentic and reasoning tasks, with max and ultra multi-agent reasoning effort modes.
What is GPT-5.6 Sol's context window? GPT-5.6 Sol supports approximately 1.1 million tokens of context — roughly 800–900 pages of text — enabling whole-codebase and long-document analysis in a single request.
How much does GPT-5.6 Sol cost? GPT-5.6 Sol is priced at $5.00 per 1M input tokens and $30.00 per 1M output tokens via the OpenAI API, with a 90% discount on cached input reads.
Is GPT-5.6 Sol open source? No. GPT-5.6 Sol is a proprietary, API-only model. There are no open weights available.
What is GPT-5.6 Sol's knowledge cutoff? GPT-5.6 Sol's training knowledge cutoff is estimated at September 2025.
What is the difference between GPT-5.6 Sol, Terra, and Luna? Sol, Terra, and Luna are capability tiers within the GPT-5.6 family. Sol is the highest-capability and most expensive tier ($5/$30 per 1M). Terra is the balanced mid-tier ($2.50/$15 per 1M). Luna is the most cost-efficient tier ($1/$6 per 1M). All three share the same 1.1M-token context window.

Specs and scores sourced from OpenAI's official GPT-5.6 announcement (July 9, 2026) and Benchgen evaluations; third-party benchmark scores attributed inline. Pricing cited to the OpenAI pricing page. Last updated 2026-07-21.