🎁 New Sign up free, 10 calls on us. Up to $1, no card needed.

GPT-5.6 Terra Released 2026-07-09

OpenAI chat vision code tools reasoning
Input$2.5/M
Output$15/M
Cache read$0.25/M
Context1.1M
vs GPT-4o~50% cheaper
Knowledge cutoff2026-02

Provider list prices: no platform markup, pay-as-you-go. These are official list prices. Logged-in customers may see effective prices including workspace discounts on /console/pricing. Effective input at a 70% cache-hit rate:$0.925/M. Automatic prefix caching once a prompt passes the minimum length, with no code changes; cached reads are discounted (up to 90% on current models) and there is no write fee. Mid-tier for workloads that balance intelligence and cost; OpenAI cites GPT-5.5-competitive performance at 2x lower cost; 1.05M context / 128k max output; prompts over 272k input tokens billed at 2x input / 1.5x output.

Use GPT-5.6 Terra in 30 seconds

OpenAI-compatible: swap the base_url, keep your SDK. POST /v1/chat/completions

from openai import OpenAI

client = OpenAI(
    base_url="https://synthorai.io/v1",
    api_key="sk-syn-...",
)

resp = client.chat.completions.create(
    model="gpt-5.6-terra",
    messages=[{"role": "user", "content": "Summarize this diff"}],
    reasoning_effort="medium",
)
print(resp.choices[0].message.content)

About GPT-5.6 Terra

GPT-5.5-competitive performance at 2x lower cost
Built for high-volume business workloads
Full 1,050,000-token context and hosted tools

GPT-5.6 Terra is the balanced mid-tier of OpenAI's GPT-5.6 family, built for workloads that balance intelligence and cost; OpenAI positions it for high-volume business tasks such as customer support, internal tools, and document analysis, citing GPT-5.5-competitive performance at 2x lower cost.

  • It shares the family's 1,050,000-token context window (vendor spec), 128K max output tokens, image input, reasoning-token support, and hosted tool suite from web search to computer use and MCP, with a February 2026 knowledge cutoff.
  • For teams that adopted GPT-5.5 as their default, Terra is the direct lower-cost replacement.
  • On Synthorai, GPT-5.6 Terra sits behind the same OpenAI-compatible API as the rest of the fleet.

Specs & limits

Max output (vendor spec)128,000
Modalitiestext + image → text
Featuresreasoning · vision · code · tools · caching
NotableMid-tier for workloads that balance intelligence and cost; OpenAI cites GPT-5.5-competitive performance at 2x lower cost; 1.05M context / 128k max output; prompts over 272k input tokens billed at 2x input / 1.5x output.
Prompt cachingautomatic · min 1,024-token prefix · TTL 5–10m, up to 1h

per OpenAI official docs ↗

FAQ

Is the GPT-5.6 Terra API free to try?

Yes: new accounts get 10 trial calls and up to $1 in free credit, no card required. At $2.5/M input tokens, that credit alone covers roughly 49 requests of ~8K tokens against GPT-5.6 Terra.

What is GPT-5.6 Terra best at?

GPT-5.5-competitive performance at 2x lower cost, plus built for high-volume business workloads and full 1,050,000-token context and hosted tools. See the About section for the full picture from the vendor's own release notes.

How much does GPT-5.6 Terra cost?

GPT-5.6 Terra costs $2.5 per million input tokens and $15 per million output tokens on Synthorai. That is the provider's list price, with no platform markup. Cached input tokens bill at $0.25/M.

Does GPT-5.6 Terra support prompt caching?

Yes, automatically: OpenAI-served prompts cache with no code changes. Cached input tokens bill at $0.25/M vs $2.5/M uncached; prompts need a 1,024-token stable prefix to cache (TTL 5–10m, up to 1h). Prompt caching guide →

How do I get access to GPT-5.6 Terra?

Point your existing OpenAI SDK at base_url="https://synthorai.io/v1", set model="gpt-5.6-terra", and you're done. One API key covers every model on the gateway.

What is GPT-5.6 Terra's knowledge cutoff?

GPT-5.6 Terra's knowledge cutoff is 2026-02, per the vendor's official documentation (as of 2026-07-10).

Related models

Get your free API key Compare your cost →