openai/gpt-5.6-terra

OpenAI's GPT-5.6 balanced tier, tuned for everyday production work at roughly half the cost of the flagship.

17 runs

GPT-5.6 Terra

GPT-5.6 Terra is the balanced tier of OpenAI’s GPT-5.6 family. It’s the everyday-work default: competitive with GPT-5.5 while costing about half as much. If you ran GPT-5.5 in production, Terra is the natural drop-in.


The GPT-5.6 family

GPT-5.6 ships as three tiers. The number is the generation; the name is the capability tier, so each tier can advance on its own schedule.

  • Sol — the flagship, for the hardest work.
  • Terra (this model) — balanced, for everyday production. GPT-5.5-level quality at roughly half the cost.
  • Luna — fast and affordable, for high-volume, latency-sensitive work.

Reasoning effort

Control how long the model reasons before answering with the reasoning_effort parameter:

Level Description
none (default) Fast, low-latency responses
low Light reasoning with minimal overhead
medium Balanced reasoning and speed
high Thorough multi-step reasoning
xhigh Maximum reasoning depth for the hardest problems

For higher reasoning efforts, you may need to increase max_completion_tokens to avoid empty responses where all tokens are used on reasoning.


Verbosity

Control output length with the verbosity parameter:

  • low: Concise, to-the-point answers
  • medium (default): Balanced responses
  • high: Detailed, comprehensive explanations

Input and output

  • Input: Text, images
  • Output: Text

Pricing

Per 1M tokens
Input $2.50
Cached input $0.25
Output $15.00

Model created
Model updated