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.
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 参数。