# GPT-5.6 Terra

> GPT-5.6 Terra 是这一代的中档,对绝大多数生产流量来说,真正该常驻的是它。Sol 的结构性能力它一样不缺 —— 105 万 token 上下文、视觉输入、工具调用、可调推理、持久化推理、提示缓存 —— 而价格是 $0.20 / $1.20 每百万 tokens,Sol 是 $0.40 / $2.00。

Canonical: https://routemux.com/zh/openai/gpt-5.6-terra
Provider: OpenAI

## Key facts

| Field | Value |
| --- | --- |
| Model ID | openai/gpt-5.6-terra |
| Official model ID | gpt-5.6-terra |
| Context window | 1.1M |
| Max output | 128K |
| Input modalities | text, image |
| Output modalities | text |
| Capabilities | Vision, Reasoning, Tool Calling, Coding, Cache, Paid Cache Write, Normalize Openai Envelope, Strip Responses Summary Input |
| Upstream release | 2026-07-09 |
| Availability | available |

## Pricing

- RouteMux input: $0.2 per 1M tokens
- RouteMux output: $1.2 per 1M tokens
- Official input: $2 per 1M tokens
- Official output: $12 per 1M tokens
- Cache read: $0.02 per 1M tokens
- Cache write: $0.25 per 1M tokens
- Saving vs official: 90%
- Official price source: openai_x0.10, verified 2026-08-24

Billing is prepaid wallet, charged per successful request only.

## API access

Base URL: https://api.routemux.com

Supported protocols:

- openai_chat
- openai_responses
- anthropic_messages

## What is GPT-5.6 Terra

GPT-5.6 Terra 是这一代的中档,对绝大多数生产流量来说,真正该常驻的是它。Sol 的结构性能力它一样不缺 —— 105 万 token 上下文、视觉输入、工具调用、可调推理、持久化推理、提示缓存 —— 而价格是 $0.20 / $1.20 每百万 tokens,Sol 是 $0.40 / $2.00。

在 RouteMux 上输入 $0.20 / 百万 tokens(官方 $2),输出 $1.20(官方 $12)。三种协议可用:OpenAI Chat Completions、OpenAI Responses、Anthropic Messages。

这一代的实用打法是「默认 Terra,按需上探」。三档共用同一个上下文窗口与同一套请求形状,上探只是改一行,而且很快就能看出某个任务到底是真需要 Sol,还是只需要一个更好的提示词。

## Key capabilities

- **与 Sol 同构** — 105 万上下文、视觉、工具、推理控制、缓存完全一致,差的只有价格与推理深度。
- **为常态生产流量定价** — 高流量助手或编码 Agent 可以一直跑在它上面,而不是当成偶尔用一次的奢侈品。
- **上探只改一行** — 难请求升到 Sol,只改模型串,其余不动。
- **三种协议** — OpenAI Chat、OpenAI Responses、Anthropic Messages 都路由到这里。

## Other variants in this family

- GPT-5.6 Sol (`openai/gpt-5.6-sol`)
- GPT-5.6 Luna (`openai/gpt-5.6-luna`)
- GPT-5.4 mini (`openai/gpt-5.4-mini`)
- GPT-5.4 (`openai/gpt-5.4`)
- GPT-5.5 (`openai/gpt-5.5`)

## Sources

- [OpenAI 模型文档](https://platform.openai.com/docs/models)
- [OpenAI 定价页](https://openai.com/api/pricing/)

_Content reviewed by Jerry Fan on 2026-08-22._
