Skip to main content
GPT-5.6 Terra

GPT-5.6 Terra

OpenAI GPT-5.6 系列中兼顧強大智能與成本平衡的模型。

智能與成本平衡105 萬上下文推理與工具調用

上下文窗口

1,050,000 tokens

最大輸出

128,000 tokens

輸入

$1.8$2.00

10% off

1M tokens

輸出

$10.8$12.00

10% off

1M tokens

模型代碼gpt-5.6-terra

試玩區

gpt-5.6-terra
參考圖片0/5

Click or drag

暫無輸出

定價

方案上下文窗口最大輸出輸入輸出緩存寫入緩存讀取
gpt-5.6-terra
1.05M tokens-
$1.8$2.0010% off

1M tokens

$10.8$12.0010% off

1M tokens

$2.25$2.5010% off

1M tokens

$0.18$0.2010% off

1M tokens

Long Context Input · $3.6 · 1M tokens

Long Context Output · $16.2 · 1M tokens

Long Context Cached Input · $0.36 · 1M tokens

Long Context Cache Write · $4.5 · 1M tokens

緩存讀取或緩存輸入價格適用於複用的提示詞 tokens。

README

GPT-5.6 Terra 是 GPT-5.6 系列的均衡檔位,提供強大的推理、工具調用和 105 萬 tokens 上下文窗口,適合追求能力與成本實際平衡的企業工作負載。
  • GPT-5.6 Terra 面向需要平衡智能與成本的工作負載,大致對應早期 GPT-5 系列中的 mini 檔位。
  • 對於推理、工具調用和多輪工作流,建議使用 Responses API。GPT-5.6 系列支持從 `none` 到 `max` 的推理強度控制,方便團隊選擇合適的品質、延遲和成本平衡。
  • GPT-5.6 支持程式化工具調用、持久化推理和顯式提示詞緩存。需要旗艦能力時使用 `gpt-5.6-sol`,高併發成本敏感場景使用 `gpt-5.6-luna`。

API

查看 API 文檔以獲取請求格式、參數說明和集成方式。

OpenAI GPT-5.6 系列中兼顧強大智能與成本平衡的模型。

模型代碼

gpt-5.6-terra

查看 API 文檔

API

端點

POST /v1/chat/completions

認證

Authorization: Bearer YOUR_REACH_API_KEY
Content-Type: application/json

示例

curl -X POST "https://direct.reachapi.ai/v1/chat/completions" \
  -H "Authorization: Bearer YOUR_REACH_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "YOUR_MODEL_ID",
    "messages": [
      {
        "role": "user",
        "content": "Introduce ReachAPI in one sentence."
      }
    ],
    "temperature": 0.2
  }'