The AI arena is free today

Open Superagent
OpenAIReleased on Jul 9, 2026

GPT-5.6 Terra: API Pricing, Context Window & Benchmarks

GPT-5.6 Terra is a language model from OpenAI, released in July 2026, with multimodal input, a 1.1M-token context window, and pricing from $2.00/M input, $0.200/M cached input, $12.00/M output.

GPT-5.6 Terra is the balanced tier of OpenAI's GPT-5.6 family, designed for workloads that balance intelligence and cost. It delivers performance competitive with GPT-5.5 at roughly half the price, supports max reasoning effort, and has a

Input
TextImage
Output
Text

GPT-5.6 Terra benchmarks

Capability tiers

Standing within each category, adjusted for leaderboard depth.

Real tasks performance

High-confidence performance for GPT-5.6 Terra across real-world prompt categories. Only 95% intervals at most 4 points wide are shown.

Performance by conversation depth

How GPT-5.6 Terra holds up as conversations get longer.

Quality Tracker

GPT-5.6 Terra Performance Across Datasets

Scores sourced from the model's scorecard, paper, or official blog posts

LLM Stats Logollm-stats.com - Wed Aug 26 2026
Notice missing or incorrect data?

GPT-5.6 Terra pricing

Providers

GPT-5.6 Terra starts at $2.00 per million input tokens and $12.00 per million output tokens via OpenAI. Reused prompt prefixes cost $0.200 per million cached input tokens.

ProviderInput $/MCached input $/MOutput $/MContext in / outTTFT p95 sOutput p5 c/sModalities in / out
OpenAI logoOpenAI
$2.00$0.200$12.001.1M/128.0K
5.21
45
/

Cached input is the discounted price for prompt tokens served from a provider cache. TTFT is time to first token. Output is characters per second; p5 is the sustained floor exceeded by 95% of observed requests.

GPT-5.6 Terra context window

Input and output token limits for GPT-5.6 Terra, plus how it ranks on long-context understanding.

InputOutput
1.1Mtokens
128Ktokens
1.6k pages of text
1.1M
8K128K1M

GPT-5.6 Terra API

POST/v1/chat/completions

Run a request to see the response

Use it in your code

Billed at $2.00 input / $0.20 cached input / $12.00 output per 1M tokens through the LLM Stats gateway.

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://gateway.llm-stats.com/v1"
)

response = client.chat.completions.create(
    model="gpt-5.6-terra",
    messages=[
        {"role": "user", "content": "What is machine learning?"}
    ]
)

print(response.choices[0].message.content)

Need an API key? Create one above in the playground, or read the API documentation.

GPT-5.6 Terra latency

GPT-5.6 Terra time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.

Provider operational metrics

Time to first token, output throughput, and failed-request rate from live API traffic

Loading chart...
Loading chart...
Loading chart...

GPT-5.6 Terra examples

Recent arena outputs from GPT-5.6 Terra, picked from the highest-ranked matchups.

GPT-5.6 Terra license

GPT-5.6 Terra is a proprietary model available under its provider's product and API terms, has a knowledge cutoff of February 2026.

License
Proprietary
Hosted access
Knowledge cutoff
February 2026

Proprietary license - usage restrictions apply

GPT-5.6 Terra resources

Official sources for GPT-5.6 Terra: api documentation, official playground, official launch post.

GPT-5.6 Terra vs other models

The most-compared alternatives to GPT-5.6 Terra are Gemini 3 Pro, Gemini 3 Flash, Claude Mythos Preview. Open any pair side-by-side for benchmarks, pricing, context, and latency.

Models like GPT-5.6 Terra

Models ranked just above and below GPT-5.6 Terra by LLM Stats score.

 

Gemini 3 Pro

Score pending
 

Gemini 3 Flash

Score pending
 

Claude Mythos Preview

Score pending
 

GPT-5.2 Pro

Score pending
 

Kimi K2.6

Score pending
 

Qwen3.8 Max

Score pending

FAQ

Common questions about GPT-5.6 Terra.

When was GPT-5.6 Terra released?

GPT-5.6 Terra was released on July 9, 2026 by OpenAI. This is the official GPT-5.6 Terra release date tracked on LLM Stats.

How much does GPT-5.6 Terra cost?

GPT-5.6 Terra costs $2.00 per million input tokens, $0.20 per million cached input tokens, $12.00 per million output tokens through the LLM Stats API, which works with any OpenAI-compatible SDK. Across tracked providers, the lowest price is $2.00 per million input tokens via OpenAI. That provider charges $0.20 per million cached input tokens.

Is GPT-5.6 Terra available via API?

Yes. GPT-5.6 Terra is available through the LLM Stats API and works with any OpenAI-compatible SDK — point your client at the gateway base URL and pass the model name. It is served by 1 provider tracked on LLM Stats.

Who created GPT-5.6 Terra?

GPT-5.6 Terra was created by OpenAI.

What is the license for GPT-5.6 Terra?

GPT-5.6 Terra is released under the Proprietary license.

What is the knowledge cutoff date for GPT-5.6 Terra?

GPT-5.6 Terra has a knowledge cutoff of February 2026, meaning it was trained on data up to that point and may not know about events after it.

Is GPT-5.6 Terra multimodal?

Yes, GPT-5.6 Terra is multimodal and can accept both text and images as input.

What is GPT-5.6 Terra latency?

GPT-5.6 Terra p95 time to first token is 5.21 seconds via OpenAI over the trailing 7 days. Lower time to first token means the model begins responding sooner for chat, agents and API workloads.

Where can I use GPT-5.6 Terra?

GPT-5.6 Terra is available through 1 provider including OpenAI.

Where is the GPT-5.6 Terra paper or technical report?

GPT-5.6 Terra has a paper or technical report available at https://openai.com/index/gpt-5-6/. Use that source for architecture, training, release and evaluation details.

What models should I compare GPT-5.6 Terra against?

Common GPT-5.6 Terra comparisons include GPT-5.6 Terra vs Gemini 3 Pro, GPT-5.6 Terra vs Gemini 3 Flash, GPT-5.6 Terra vs Claude Mythos Preview. Compare them side by side for benchmark scores, pricing, context window, latency and API availability.