GPT-5.6 Luna is the efficient entry tier of the GPT-5.6 family, optimized for fast, cost-sensitive, high-throughput workloads.
curl https://conduit-api.aurixel.ai/v1/chat/completions \
-H "Authorization: Bearer ck-YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5.6-luna","messages":[{"role":"user","content":"Hello!"}]}'→ OpenAI 兼容。加 "stream": true(配 "stream_options":{"include_usage":true})走流式。
推理强度:gpt-5.6-luna-low / -medium / -high / -xhigh / -max,或参数 reasoning_effort.
支持推理强度调节
在 model 名后加 -low / -medium / -high / -xhigh 后缀,网关自动注入 reasoning_effort 参数。