GPT-5.6 Terra API
通过 Wokey 调用 GPT-5.6 Terra,查看带时间边界的目录价格、官方原生支持接口、上下文和模型能力。
- 模型 ID
gpt-5.6-terra- 供应商
- openai
- 供应状态
- 当前可调用
目录价格快照
价格单位为每 100 万 tokens;实际结算以请求处理时价格为准。
| 计费项 | Wokey | 官方参考 | 节省幅度 |
|---|---|---|---|
| Input | $0.2 | $2 | 90% |
| Output | $1.2 | $12 | 90% |
| Cache read | $0.02 | $0.2 | 90% |
| Cache write | $0.25 | $2.5 | 90% |
价格检查时间:
官方价格来源: https://developers.openai.com/api/docs/models/gpt-5.6-terra
模型能力
- Context
- 1,050,000 tokens
- 最大输出
- 128,000 tokens
- Streaming
- 支持
- Tools
- 支持
- Vision
- —
- 支持接口
/v1/chat/completions·/v1/responses
发送请求
/v1/chat/completions
curl https://api.wokey.ai/v1/chat/completions \
-H "Authorization: Bearer $WOKEY_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5.6-terra","messages":[{"role":"user","content":"Hello"}]}'/v1/responses
curl https://api.wokey.ai/v1/responses \
+ -H "Authorization: Bearer $WOKEY_API_KEY" \
+ -H "Content-Type: application/json" \
+ -d '{"model":"gpt-5.6-terra","input":"Hello"}'常见问题
GPT-5.6 Terra API 价格是多少?与官方 API 相比能节省多少?
截至 2026-08-26,Wokey 输入价为 $0.2 / 1M tokens,输出价为 $1.2 / 1M tokens;官方参考价分别为 $2 和 $12。输入较官方参考价低 90%,输出低 90%。实际结算以请求处理时价格为准,官方定价来源见本页链接。
GPT-5.6 Terra 支持哪些 API 接口,如何通过 Wokey 调用?
GPT-5.6 Terra 支持 /v1/chat/completions(Chat Completions 请求)、/v1/responses(Responses 请求)。将 API Base URL 设为 https://api.wokey.ai,使用 Wokey API Key,并把模型 ID 设为 canonical ID gpt-5.6-terra;可先使用 /v1/responses。本页“发送请求”部分提供了每一种支持接口的 curl 示例。
GPT-5.6 Terra 的上下文窗口和最大输出是多少?
GPT-5.6 Terra 的目录上下文窗口为 1,050,000 tokens,最大输出为 128,000 tokens。上下文窗口和最大输出是两个不同限制,实际请求还要满足处理时的上游约束。
GPT-5.6 Terra 的缓存读取和缓存写入如何计费?
缓存读取:Wokey 为 $0.02 / 1M tokens,官方参考为 $0.2 / 1M tokens。缓存写入:Wokey 为 $0.25 / 1M tokens,官方参考为 $2.5 / 1M tokens。
GPT-5.6 Terra 和 GPT-5.6 Sol 的价格与上下文有什么区别?
本次价格快照中,GPT-5.6 Terra 的输入/输出价格为 $0.2 / $1.2,上下文窗口为 1,050,000 tokens;GPT-5.6 Sol 分别为 $0.5 / $2.5 和 1,050,000 tokens。这是价格与容量的事实比较,不代表模型质量排序;选择时还应结合各自支持接口和能力。
相关模型与文档
获取 API Key · gpt-5.6-terra