模型/OpenAI/gpt-5.5
OpenAI
NEW

GPT-5.5

文本视觉推理
上下文
1.1M
最大输出
128K
输入
$5
/M tokens
输出
$30
/M tokens

GPT-5.5 is OpenAI’s frontier model designed for complex professional workloads, building on GPT-5.4 with stronger reasoning, higher reliability, and improved token efficiency on hard tasks.

快速开始

如何调用

POST /v1/chat/completions
bash
curl https://conduit-api.bifrostapi.net/v1/chat/completions \
  -H "Authorization: Bearer ck-YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"gpt-5.5","messages":[{"role":"user","content":"Hello!"}]}'

→ OpenAI 兼容。加 "stream": true(配 "stream_options":{"include_usage":true})走流式。

推理强度:gpt-5.5-low / -medium / -high / -xhigh / -max,或参数 reasoning_effort.

鉴权 · 计费 · 流式 → 快速接入

支持推理强度调节

在 model 名后加 -low / -medium / -high / -xhigh 后缀,网关自动注入 reasoning_effort 参数。

来自 OpenAI 的其他模型