OpenAI

OpenAI: GPT-5.6 Terra

Chat
openai/gpt-5.6-terra

GPT-5.6 Terra is a balanced model in OpenAI's GPT-5.6 series, positioned between the flagship Sol tier and the cost-efficient Luna tier. It is suited for everyday coding, reasoning, and agentic tasks where capability and cost need to be balanced, offering strong performance at roughly half the cost of Sol.

上下文窗口
1M
最大输出 Token
128K
发布日期
2026-07-09
能力
视觉函数调用推理提示缓存网络搜索
可用供应商
AzureAzure
支持的协议
OpenAIopenaiAnthropicanthropic

供应商

AzureAzure
输入 Token
$2.5/M
输出 Token
$15/M
缓存读取
$0.25/M
网络搜索
$0.01/R
接入协议
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic

代码示例

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.io/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="openai/gpt-5.6-terra",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

常见问题

OpenAI: GPT-5.6 Terra 在 Ofox.ai 上的价格为输入 $2.5/M/百万 Token,输出 $15/M/百万 Token。按量计费,无月费。