GPT-5.6 Sol is the flagship tier of OpenAI’s GPT-5.6 family, built for the hardest reasoning, coding, and agentic workloads with maximum capability.
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-sol","messages":[{"role":"user","content":"Hello!"}]}'→ OpenAI-compatible. Add "stream": true (+ "stream_options":{"include_usage":true}) for SSE.
Reasoning effort: gpt-5.6-sol-low / -medium / -high / -xhigh / -max, or the param reasoning_effort.
Reasoning effort supported
Append -low / -medium / -high / -xhigh to the model name and the gateway sets the reasoning_effort parameter automatically.