GPT-5.6 Terra
Officialopenai/gpt-5.6-terra
The balanced GPT-5.6 option for production applications that need strong reasoning, coding, vision, and tool use at half the official token price of Sol. It shares the 1.05M-token context window and the full GPT-5.6 reasoning and caching controls.
Pricing
Source: openai_x0.10 · Verified 2026-08-02
Fast $0.4 / $2.4 /M
Cache read $0.02/M · Cache write $0.25/M
| Tier | Input | Cache read | Cache write | Output |
|---|---|---|---|---|
| Standard ≤272K | $0.2 | $0.02 | $0.25 | $1.2 |
| Standard >272K | $0.4 | $0.04 | $0.5 | $1.8 |
| Priority ≤272K | $0.4 | $0.04 | $0.5 | $2.4 |
Estimate cost
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.
openai/gpt-5.6-terraTry 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-terra",
messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)Other variants in this family
OpenAI's flagship GPT-5.6 for the hardest reasoning, coding, and agentic work.
$0.5/M↓ · $3/M↑
The most efficient GPT-5.6 for high-volume and latency-sensitive work.
$0.02/M↓ · $0.12/M↑
OpenAI GPT-5.4 mini — fast, cheapest GPT-5 text route.
$0.075/M↓ · $0.45/M↑
OpenAI GPT-5.4 — strong general model, 1M context, lower cost than 5.5.
$0.25/M↓ · $1.5/M↑
OpenAI GPT-5.5 — flagship, 1M context, top reasoning & agentic coding.
$0.5/M↓ · $3/M↑
Frequently asked questions
›What is GPT-5.6 Terra?
Balanced GPT-5.6 quality and cost for production workloads.
›How large is the context window of GPT-5.6 Terra?
GPT-5.6 Terra 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 Terra API cost?
Through RouteMux, GPT-5.6 Terra costs $0.2 for input and $1.2 for output (USD per 1M tokens), below the official list price.
›How do I call GPT-5.6 Terra via API?
GPT-5.6 Terra is OpenAI-compatible: point your base URL at RouteMux and set the model field to openai/gpt-5.6-terra — no code changes needed.
›Which input and output modalities does GPT-5.6 Terra support?
GPT-5.6 Terra accepts text, image as input and produces text as output.
›When was GPT-5.6 Terra released?
GPT-5.6 Terra was released on July 9, 2026.