GPT-5.6 Terra

openai/gpt-5.6-terra
NewFeatured
VisionToolsJSONReasoning
by OpenAI · 2026-07-09

GPT-5.6 Terra is the balanced model in OpenAI's GPT-5.6 series, sitting between the Sol flagship and the cost-efficient Luna tier to give the best quality-to-cost ratio for everyday production work. It handles day-to-day coding, reasoning, tool use, and agentic workflows with a 1.05M-token context window and up to 128K output tokens, holding up well on long documents, large codebases, and multi-turn sessions. It accepts text, image, and file inputs with text output, supports configurable reasoning effort to tune the intelligence / latency / cost tradeoff, and is a first-class OpenAI Responses model with native tool calling and structured outputs. Terra is a strong default when Sol is more than the task needs but Luna is not quite enough — general assistants, mid-complexity coding, and high-throughput agent pipelines.

ctx1.05M tokens
Max output128K
Inputtext + image + file
Outputtext
p50 TTFT2.60 s
INPUT$2.50/ 1M tokens
OUTPUT$15.00/ 1M tokens
p50 TTFT2.60 s7d
p95 TTFT4.34 s7d
TRAFFIC2.6Ktokens / 7d

Code samples

Call from any SDK

OpenAI-compatible — keep the SDK you already use

  • OpenAI SDKhttps://api.orcarouter.ai/v1
from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="openai/gpt-5.6-terra",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Supported parameters

  • include_reasoning
  • max_completion_tokens
  • max_tokens
  • reasoning
  • reasoning_effort
  • response_format
  • seed
  • structured_outputs
  • tool_choice
  • tools

Pricing

TierInput / 1M tokensOutput / 1M tokensCache read / 1MCache write / 1M
272K$2.50$15.00$0.250$3.125
$5.00$22.50$0.500$6.25
Tier selected by input token count of each request

Cost calculator

Tokens / month10MM
Input share70%%
Estimated / month $62.50 · With prompt caching $54.63

Estimate based on list price

Tiered pricing — this estimate uses base-tier rates.

Token & cost estimator

Input tokens: 20Cost per request: $0.007550

Estimate only — actual token counts depend on the provider's tokenizer.

Performance

p50 TTFT
2.60 s
Output speed
111 tok/s
p95 TTFT
4.34 s
Error rate
0%

Public benchmarks

Source: Design Arena

How it compares

GPT-5.6 TerraGPT-5.2 ProGPT-5.4 ProGPT-5.5
Input $/M$2.50$21.00$60.00$5.00
Output $/M$15.00$168.00$270.00$30.00
Context1.1M400K1.1M
Quality8/1010/1010/1010/10
Compare side-by-sideCompare side-by-sideCompare side-by-sideCompare side-by-side

FAQ

How much does OpenAI: GPT-5.6 Terra cost on OrcaRouter?
OpenAI: GPT-5.6 Terra is priced at $2.50 per 1M input tokens and $15.00 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is OpenAI: GPT-5.6 Terra's context window?
OpenAI: GPT-5.6 Terra supports a context window of 1M tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call OpenAI: GPT-5.6 Terra via the OpenAI SDK?
Set OpenAI base_url to https://api.orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="openai/gpt-5.6-terra" in the chat.completions.create call.
Does OrcaRouter rate-limit OpenAI: GPT-5.6 Terra?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.

Embed this badge

OpenAI: GPT-5.6 Terra$2.50/M in2600ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/openai/gpt-5.6-terra" target="_blank"> <img src="https://www.orcarouter.ai/embed/openai/gpt-5.6-terra.svg" alt="OpenAI: GPT-5.6 Terra on OrcaRouter" /> </a>
Markdown [![OpenAI: GPT-5.6 Terra](https://www.orcarouter.ai/embed/openai/gpt-5.6-terra.svg)](https://www.orcarouter.ai/models/openai/gpt-5.6-terra)

Model card as data

GET /api/public/models/openai/gpt-5.6-terraOpen
Machine-readable:/llms.txt/llms-full.txt