
gpt-5-6-terraGPT-5.6 Terra 是 GPT-5.6 家族用于平衡智能与成本的 mini 档,推理更强、速度快,支持文本+图像输入与文本输出,1,050,000 token 上下文、128,000 最大输出 token,支持推理 token,知识截止 2026 年 2 月 16 日。已在 APIMODELS 上线,输入 $0.551 / 输出 $3.309 每百万 token(缓存输入 $0.055),恰为 Sol 的一半、约为官方 $2.5/$15 的两成,可用 /v1/chat/completions 与 /v1/responses 两个端点,另有 -low/-medium/-high/-xhigh/-max/-ultra 六档同价:一个 Key 调用全部模型、价格低于官方、国内可直连。
The mini tier — strong reasoning at a fraction of the frontier price
Seven levels: gpt-5.6-terra plus -low / -medium / -high / -xhigh / -max / -ultra, all one price
Text + image input, text output; 1.05M context, 128K max output
OpenAI-compatible /v1/chat/completions and /v1/responses; $0.551 / $3.309 per 1M
View complete API reference with all parameters and examples.
Enable real-time streaming responses with Server-Sent Events.
{
"model": "gpt-5-6-terra",
"stream": true,
"messages": [...]
}Enable the model to use tools and call functions.
{
"model": "gpt-5-6-terra",
"tools": [{
"type": "function",
"function": {
"name": "get_weather",
"description": "Get current weather for a location",
"parameters": {
"type": "object",
"properties": {
"location": {"type": "string", "description": "City name"}
},
"required": ["location"]
}
}
}],
"messages": [{"role": "user", "content": "What's the weather in Tokyo?"}]
}Get structured JSON responses from the model.
{
"model": "gpt-5-6-terra",
"response_format": {"type": "json_object"},
"messages": [{"role": "user", "content": "Extract info as JSON: John is 30 years old"}]
}| Parameter | Type | Required | Description |
|---|---|---|---|
| model | string | Yes | Model identifier (e.g., gpt-5-6-terra) |
| messages | array | Yes | Array of message objects with role and content |
| max_tokens | integer | No | Maximum tokens in the response |
| stream | boolean | No | Enable streaming responses (SSE) |
| temperature | number | No | Sampling temperature (0.0 - 2.0) |
| top_p | number | No | Nucleus sampling threshold (0.0 - 1.0) |
| tools | array | No | Function calling tools definition |
| response_format | object | No | Output format (e.g., json_object) |
View complete API reference with streaming, thinking, and more.
Billing: Cost = (input_tokens * input_price + output_tokens * output_price) / 1,000,000
GPT-5.6 Terra 是由 OpenAI 提供的大语言模型 API。GPT-5.6 Terra 是 GPT-5.6 家族用于平衡智能与成本的 mini 档,推理更强、速度快,支持文本+图像输入与文本输出,1,050,000 token 上下文、128,000 最大输出 token,支持推理 token,知识截止 2026 年 2 月 16 日。已在 APIMODELS 上线,输入 $0.551 / 输出 $3.309 每百万 token(缓存输入 $0.055),恰为 Sol 的一半、约为官方 $2.5/$15 的两成,可用 /v1/chat/completions 与 /v1/responses 两个端点,另有 -low/-medium/-high/-xhigh/-max/-ultra 六档同价:一个 Key 调用全部模型、价格低于官方、国内可直连。 通过 APIMODELS 平台,您可以使用统一的 API 接口调用该模型,按量计费、价格透明。当前定价:Input: $0.551, Output: $3.309 per 1M tokens。
构建智能对话系统,自动回答用户问题,提升客户服务效率。
自动撰写文章、邮件、广告文案等文本内容,提高内容产出效率。
辅助代码编写、调试和代码审查,加速软件开发流程。
理解和分析非结构化数据,提取关键信息并生成报告摘要。
GPT-5.6 Terra 通过 APIMODELS 平台调用,当前定价:Input: $0.551, Output: $3.309 per 1M tokens。按量计费,用多少付多少。
在 APIMODELS 注册账号并获取 API Key,然后通过我们的统一 API 端点调用即可。我们提供详细的 API 文档和 cURL、Python、Node.js 代码示例。
APIMODELS 通过聚合平台提供与官方相同的 GPT-5.6 Terra 模型。我们提供统一的 API 接口,无需分别注册各平台账号,一个 API Key 即可调用所有模型。
GPT-5.6 Terra 是 GPT-5.6 家族平衡智能与成本的 mini 档,推理更强、速度快,支持文本+图像输入,1,050,000 上下文、128,000 最大输出、推理 token,知识截止 2026 年 2 月。在 apimodels.app 上输入 $0.551 / 输出 $3.309 每百万 token(缓存输入 $0.055),恰为 GPT-5.6 Sol 的一半,约为 OpenAI 官方 $2.5 / $15 的两成。
把 base_url 指向 https://api.apimodels.app/v1,模型名填 gpt-5.6-terra,OpenAI 兼容的 /v1/chat/completions 与 /v1/responses 两个端点都支持,openai-python、Cherry Studio、Cursor 等现成工具直接可用。要调推理深度就换后缀:-low、-medium、-high、-xhigh、-max、-ultra,六档与基础档同价。一个 API Key 覆盖全部模型,国内可直连、失败不扣费。
单次请求输入超过 272,000 token 时,该请求整体按输入 $1.102 / 输出 $4.964 计费(输入 2 倍、输出 1.5 倍),与上游的长上下文加价规则一致。推理 token 计入输出 token。
Terra 是中间档:价格正好是 Sol 的一半($0.551/$3.309 对 $1.103/$6.618),智能与成本平衡,日常聊天、编码、Agent 工具调用都够用。要最强推理选 Sol;纯走量、成本敏感选 Luna($0.221/$1.324,Sol 的两成)。三者同一个 OpenAI 兼容接口,改一个模型名就能切换,不用改代码。
有三点值得注意。一是上游会给每次请求注入约 1,450 token 的系统前缀,所以即使只发一句话,usage 里的 input_tokens 也不会低于这个数。二是 parallel_tool_calls: false 会被上游忽略,模型仍可能一次返回多个 tool_call,请让你的代码能处理多个调用。三是输入超过 272,000 token 后整单加价(输入 2 倍、输出 1.5 倍)。除此之外,文本+图像输入、函数调用(tools)、流式、/v1/responses 都正常可用。
在 APIMODELS,GPT-5.6 Terra 与 60+ 个模型共用一个 API Key、一个余额,所以选型只看合不合适,不存在锁定。它支持 Balanced、Higher Reasoning、Fast、1.05M Context,你可以在价格和能力上把它和其它大语言模型模型对比,换模型只需改一个模型名字符串——无需新账号、无需重新对接。所有大语言模型模型与实时价格见 apimodels.app/models。
GPT-5.6 Terra 支持:Balanced、Higher Reasoning、Fast、1.05M Context。完整参数与调用方式见 APIMODELS 的 API 文档。
可以。APIMODELS 提供可直接访问的统一 API,一个 API Key 即可调用 GPT-5.6 Terra,无需分别注册官方账号、也无需自行处理官方接口的网络访问。
我们支持 Stripe(Visa、Mastercard 等国际信用卡)和支付宝付款。充值后积分即时到账。