Last updated: July 9, 2026

GPT-5.6 Terra is the balanced model in OpenAI's GPT-5.6 family. If GPT-5.6 Sol is the flagship for the hardest work and GPT-5.6 Luna is the fast low-cost tier, Terra is the middle option: strong enough for serious professional tasks, cheaper than Sol, and more capable than a pure budget model.

Quick answer: GPT-5.6 Terra's API model ID is gpt-5.6-terra. OpenAI made GPT-5.6 generally available on July 9, 2026, after a limited preview that began on June 26. Terra is available through the OpenAI API and is also the GPT-5.6 model available to Free and Go users in ChatGPT Work and Codex. Plus, Pro, Business, and Enterprise users can choose Terra, Sol, or Luna in ChatGPT Work and Codex.

Source check Sources checked

Verified July 9, 2026

GPT-5.6 Terra Quick Facts

DetailGPT-5.6 Terra
Model familyGPT-5.6
Model IDgpt-5.6-terra
RoleBalanced lower-cost GPT-5.6 option
API alias warninggpt-5.6 routes to Sol, not Terra
Release statusGenerally available as of July 9, 2026
Short-context input price$2.50 / 1M tokens
Short-context output price$15.00 / 1M tokens
Short-context cache write$3.125 / 1M tokens
Short-context cached input read$0.25 / 1M tokens
Long-context input price$5.00 / 1M tokens
Long-context output price$22.50 / 1M tokens
Context window1.05M tokens
Max output128K tokens
Knowledge cutoffFebruary 16, 2026
Reasoning settingsnone, low, medium, high, xhigh, max
ToolsFunctions, web search, file search, computer use
Best forEveryday professional work, analysis, coding help, routing defaults
Escalate to Sol whenFailure is expensive or the workflow is deeply agentic
Downgrade to Luna whenThe task is simple, high-volume, and easy to verify

What Is GPT-5.6 Terra?

GPT-5.6 Terra is the balanced tier in the GPT-5.6 lineup. OpenAI describes the family as:

  • Sol: flagship and most capable;
  • Terra: strong lower-cost option for everyday work;
  • Luna: fastest and most cost-efficient option.

Terra is the model that should interest most teams building a routing strategy. Sol may be too expensive for every request. Luna may be too small for nuanced professional work. Terra sits in the middle: use it when you need quality, but not necessarily the maximum reasoning budget.

That middle role is the point. OpenAI says Terra is a lower-cost model with performance competitive with GPT-5.5. In practice, that makes Terra a strong candidate for default routing in professional apps, internal agents, knowledge-work tools, document workflows, and routine coding assistance.

GPT-5.6 Terra Release Date and Availability

There are two relevant dates:

  • June 26, 2026: OpenAI previewed the GPT-5.6 family with Sol, Terra, and Luna.
  • July 9, 2026: OpenAI announced general availability for GPT-5.6.

Current access by surface:

SurfaceTerra availability
OpenAI APIDevelopers can access gpt-5.6-terra.
ChatGPT WorkFree and Go users access Terra. Plus, Pro, Business, and Enterprise users can choose Terra, Sol, or Luna.
CodexFree and Go users access Terra. Plus and higher users can choose Terra, Sol, or Luna.
ChatGPT chatOpenAI specifically says Plus, Pro, Business, and Enterprise users access Sol through medium and higher effort settings; Terra is specifically named for ChatGPT Work and Codex.
Enterprise / EduAdmin controls, spend controls, and workspace model policies may affect access.

The old preview-era availability answer is no longer the right general answer. The better answer is more specific: Terra is available in ChatGPT Work and Codex, and through the API; access depends on plan and surface.

GPT-5.6 Terra Pricing

OpenAI lists GPT-5.6 prices per 1M tokens. For standard short-context API use, Terra costs:

Token typePrice per 1M tokens
Input$2.50
Cached input read$0.25
Cache write$3.125
Output$15.00

For standard long-context requests, Terra costs:

Token typePrice per 1M tokens
Input$5.00
Cached input read$0.50
Cache write$6.25
Output$22.50

Cache write follows OpenAI's GPT-5.6 rule: 1.25x the uncached input rate. Cached reads receive a 90% discount, making repeated long prompts much cheaper when caching applies.

For example, if your workflow repeatedly includes the same policy document, codebase summary, product manual, or brand guide, Terra may be a good default because it balances answer quality with cache economics.

Pricing can change under Batch, Flex, Priority, regional processing, and third-party deployment paths, so use the current API pricing page before estimating a production bill.

Terra vs Sol vs Luna

ModelBest fitMain tradeoff
GPT-5.6 SolHardest reasoning, agentic coding, security, science, design, long workflowsHighest cost and likely more latency
GPT-5.6 TerraBalanced professional work, coding help, analysis, document workflows, default routingNot as strong as Sol for the hardest tail
GPT-5.6 LunaFast high-volume tasks, extraction, classification, cheap draftsNot the first choice for complex tasks

A practical routing strategy:

  1. Start with Luna for simple extraction, tagging, classification, and first drafts.
  2. Route normal professional work to Terra.
  3. Escalate to Sol when Terra fails, the task is high-value, or the workflow needs deeper reasoning.

This routing matters because the gpt-5.6 alias points to Sol. If you want Terra economics, use gpt-5.6-terra explicitly.

Best GPT-5.6 Terra Use Cases

Use Terra for tasks such as:

  • business writing that needs structure but not flagship-level reasoning;
  • policy and document summarization;
  • code explanation and routine debugging;
  • test generation and code review drafts;
  • research synthesis from curated sources;
  • spreadsheet and report analysis;
  • customer-support answer drafting with human review;
  • internal workflow automation;
  • planning documents, briefs, and SOP drafts;
  • slide, document, and spreadsheet workflows where Sol would be overkill;
  • default model routing for professional assistants.

Terra is especially useful when your system has many tasks that are too hard for a cheap model but not valuable enough to send to Sol by default.

When Not to Use Terra

Do not default to Terra when:

  • a lower-cost model already solves the task reliably;
  • the work is mission-critical and Sol's stronger reasoning is justified;
  • you need ultra for a complex multi-agent workflow;
  • the task is mostly high-volume extraction or classification that Luna can handle;
  • the user is waiting on a very latency-sensitive response;
  • you cannot verify the output;
  • your workspace admin has not enabled the needed surface or model access.

Terra is the middle tier, not the universal answer. The right production setup usually has all three tiers available and routes by task difficulty, value, and verification cost.

Terra and Reasoning Effort

OpenAI lists the same reasoning effort settings for Terra as for the other GPT-5.6 models: none, low, medium, high, xhigh, and max.

For Terra, start conservatively:

  • use none or low for latency-sensitive tasks;
  • use medium for everyday professional work;
  • use high or xhigh when you have evidence that more reasoning improves quality;
  • test max before using it broadly, because it may reduce Terra's cost advantage.

OpenAI's migration guidance says to treat GPT-5.6 migration as a tuning pass, not only a model-slug change. Preserve your current reasoning setting as a baseline, then test that setting and one level lower on representative tasks.

Terra, Prompt Caching, and Tool Use

Terra supports GPT-5.6's newer prompt caching behavior, including explicit cache breakpoints. For GPT-5.6 and later models, prompt_cache_options.ttl sets the minimum cache lifetime.

This is useful for:

  • repeated system instructions;
  • policy manuals;
  • style guides;
  • product catalogs;
  • repository summaries;
  • customer support knowledge bases;
  • long document workflows.

Terra also supports functions, web search, file search, and computer use in the API model listing. For tool-heavy workflows, GPT-5.6's Programmatic Tool Calling can reduce repeated model round trips by letting the model write lightweight programs that coordinate eligible tools and process intermediate results.

Terra and Safety

OpenAI's GPT-5.6 system card treats Sol, Terra, and Luna as High capability in both cybersecurity and biological/chemical risk, but says they do not reach the Critical threshold. Terra should be evaluated with the same controls as any model used for sensitive work:

  • clear allowed and disallowed use cases;
  • human review for regulated outputs;
  • logging and monitoring;
  • prompt and tool boundaries;
  • stable safety identifiers for user-facing API apps;
  • extra caution for cyber, biology, health, legal, and financial workflows.

The takeaway is not "Terra is unsafe" or "Terra is automatically safe." The takeaway is that stronger, cheaper models can put more sensitive work into production, so governance matters.

Should You Test GPT-5.6 Terra?

Test Terra if you want a practical default model for real workloads.

Decision point Should Terra be your GPT-5.6 default?
Best fit
  • Everyday professional workflows
  • Analysis and summarization
  • Routine coding help
  • Balanced cost/quality routing
  • Document and spreadsheet workflows
Use carefully
  • Security or biology workflows
  • Customer-facing automation
  • Long autonomous tasks
  • Tasks with unclear verification
Use another option
  • Simple high-volume tagging that Luna handles
  • High-stakes work that should escalate to Sol
  • Workflows where your plan or workspace does not expose Terra
Terra is the model to benchmark as your middle tier. The goal is not to prove Terra beats Sol. The goal is to find which tasks Terra can solve well enough that you do not need Sol every time.

Evaluation Checklist

Evaluation template GPT-5.6 Terra routing scorecard
QuestionWhy it mattersLikely route
Is the task routine but still professional?Terra is built for this middle tier.Terra
Is failure expensive?Hard, high-value work may justify Sol.Sol
Is the task simple and high-volume?Luna may be cheaper and faster.Luna
Does the workflow reuse a long prompt prefix?Caching can improve Terra economics.Terra
Does the task require multi-agent ultra?Ultra is a higher-capability path.Sol / Work / Codex
Can humans verify the output quickly?Verification changes the cost-quality tradeoff.Terra or Luna

Bottom Line

GPT-5.6 Terra is likely the most practical GPT-5.6 tier for many teams. It is cheaper than Sol, stronger-positioned than Luna, and designed for the middle of the workload distribution.

The smart move is to test Terra against your real tasks, then route:

  • Luna for simple high-volume work;
  • Terra for normal professional work;
  • Sol for hard, expensive-to-fail tasks.

FAQ

What is GPT-5.6 Terra?
GPT-5.6 Terra is OpenAI's balanced lower-cost model in the GPT-5.6 family, positioned between the flagship Sol model and the fast low-cost Luna model.
What is the GPT-5.6 Terra model ID?
The model ID listed by OpenAI is gpt-5.6-terra. Use this explicit ID if you want Terra. The gpt-5.6 alias routes to gpt-5.6-sol, not Terra.
How much does GPT-5.6 Terra cost?
For standard short-context API use, OpenAI lists Terra at $2.50 per 1M input tokens and $15 per 1M output tokens. Cache writes are $3.125 per 1M tokens and cached input reads are $0.25 per 1M tokens. Long-context prices are higher.
Is GPT-5.6 Terra available in ChatGPT?
Terra is specifically listed for ChatGPT Work and Codex: Free and Go users get Terra, while Plus, Pro, Business, and Enterprise users can choose Terra, Sol, or Luna in those surfaces. Developers can also use Terra through the OpenAI API.
Should I use Terra or Sol?
Use Terra for balanced everyday professional tasks. Escalate to Sol when the task is unusually hard, high-value, safety-sensitive, or deeply agentic.
Should I use Terra or Luna?
Use Terra when the task needs stronger analysis, writing, coding help, or document understanding. Use Luna when the task is simple, high-volume, cheap to verify, and latency-sensitive.
Does GPT-5.6 Terra support max reasoning?
Yes. The API models page lists none, low, medium, high, xhigh, and max reasoning settings for Terra. Test max carefully because it can reduce Terra's cost advantage.
What is Terra best for?
Terra is best for everyday professional work: analysis, summarization, internal assistants, routine coding help, document workflows, spreadsheet/report analysis, and default routing between Luna and Sol.