模型详情
gpt-5.6-sol
价格为每 1K token 的人民币单价;缓存未单独配置价格时按输入价计费。
渠道 GPT-0.21
输入 / 1K
¥0.2160
输出 / 1K
¥1.0800
缓存读 / 1K
¥0.0216
缓存写 / 1K
¥0.2700
上下文
1,050,000 tokens
最大输出
128,000 tokens
推理强度 reasoning_effort
low · medium · high · xhigh
流式调用示例
curl — gpt-5.6-sol
$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-sol","stream":true,"messages":[{"role":"user","content":"你好"}]}'
完整参数说明见 API 文档。