GPT text model pricing has been updated. All GPT text models are now billed at 10% of OpenAI's official API prices, including the latest official price reductions for GPT-5.6 Terra and Luna.View latest pricing
OpenAI

GPT-5.6 Sol

Official

openai/gpt-5.6-sol

The flagship GPT-5.6 model for demanding reasoning, coding, and long-running agent workflows. It supports text and image input, a 1.05M-token context window, configurable reasoning through max effort and Pro mode, persisted reasoning, and explicit prompt caching.

1050K contextVisionReasoningTool callingCodingPrompt cachePaid cache writes

Pricing

Source: openai_x0.10 · Verified 2026-08-02

InputOfficial $5 / M tokens
$0.5/ M tokensSave 90%
OutputOfficial $30 / M tokens
$3/ M tokensSave 90%

Fast $1 / $6 /M

Cache read $0.05/M · Cache write $0.625/M

TierInputCache readCache writeOutput
Standard ≤272K$0.5$5 90%$0.05$0.5 90%$0.625$6.25 90%$3$30 90%
Standard >272K$1$10 90%$0.1$1 90%$1.25$12.5 90%$4.5$45 90%
Priority ≤272K$1$10 90%$0.1$1 90%$1.25$12.5 90%$6$60 90%

Estimate cost

Estimated cost$0.008

Protocols

  • OpenAI Chat CompletionsStatus: Available: Streaminghttps://api.routemux.com/v1
  • OpenAI ResponsesStatus: Available: Streaminghttps://api.routemux.com/v1
  • Anthropic MessagesStatus: Available: Streaminghttps://api.routemux.com/anthropic
  • Google Vertex AIStatus: Not supported
  • OpenAI ImagesStatus: Not supported
  • OpenAI SoraStatus: Not supported

Call IDs

Use either ID to call this model via the API.

RouteMux nameopenai/gpt-5.6-sol

Usable Model IDs

You can use these names directly in the request model field.

gpt-5.6openai/gpt-5.6

Try it

Replace the ROUTEMUX_KEY placeholder with your API key. Create one →

from openai import OpenAI

client = OpenAI(
    base_url="https://api.routemux.com/v1",
    api_key="<ROUTEMUX_KEY>",
)

completion = client.chat.completions.create(
    model="openai/gpt-5.6-sol",
    messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)
base_url: https://api.routemux.com/v1

Other variants in this family

Frequently asked questions

What is GPT-5.6 Sol?

OpenAI's flagship GPT-5.6 for the hardest reasoning, coding, and agentic work.

How large is the context window of GPT-5.6 Sol?

GPT-5.6 Sol supports a context window of up to 1.1M tokens, with up to 128K output tokens per request.

How much does the GPT-5.6 Sol API cost?

Through RouteMux, GPT-5.6 Sol costs $0.5 for input and $3 for output (USD per 1M tokens), below the official list price.

How do I call GPT-5.6 Sol via API?

GPT-5.6 Sol is OpenAI-compatible: point your base URL at RouteMux and set the model field to openai/gpt-5.6-sol — no code changes needed.

Which input and output modalities does GPT-5.6 Sol support?

GPT-5.6 Sol accepts text, image as input and produces text as output.

When was GPT-5.6 Sol released?

GPT-5.6 Sol was released on July 9, 2026.