OpenAI: GPT-5.6 Terra
Chatopenai/gpt-5.6-terraGPT-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
能力
視覺函式呼叫推理提示快取網路搜尋
可用供應商
Azure
支援的協定
openaianthropic
供应商
Azure
輸入 Token
$2.5/M
輸出 Token
$15/M
快取讀取
$0.25/M
網路搜尋
$0.01/R
接入协议
openai
/v1/chat/completions/v1/responsesanthropic
程式碼範例
from openai import OpenAIclient = 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。按量計費,無月費。
OpenAI: GPT-5.6 Terra 支援 1M Token 的上下文視窗,最大輸出 128K Token,可處理大型文件並維持長對話。
只需將 base URL 設定為 https://api.ofox.ai/v1,並使用你的 Ofox API Key。API 相容 OpenAI 格式——只需更改 base URL 和 API Key 即可。
OpenAI: GPT-5.6 Terra 支援以下能力:視覺, 函式呼叫, 推理, 提示快取, 網路搜尋。透過 Ofox.ai 統一 API 存取所有功能。