模型广场
← 返回模型列表
模型详情

gpt-5.6-terra

价格为每 1K token 的人民币单价;缓存未单独配置价格时按输入价计费。

渠道 GPT-0.21

输入 / 1K

¥0.1080

输出 / 1K

¥0.6480

缓存读 / 1K

¥0.0040

缓存写 / 1K

¥0.0200

上下文

1,000,000 tokens

最大输出

128,000 tokens

推理强度 reasoning_effort

low · medium · high · xhigh

流式调用示例

curl — gpt-5.6-terra
$curl -N https://m.zmzai.cloud/api/v1/chat/completions \ -H "Authorization: Bearer <YOUR_API_KEY>" \ -H "Content-Type: application/json" \ -d '{"model":"gpt-5.6-terra","stream":true,"messages":[{"role":"user","content":"你好"}]}'

完整参数说明见 API 文档