Opus 4.7 is the next generation of Anthropic's Opus family, built for long-running, asynchronous agents.
curl https://conduit-api.aurixel.ai/v1/chat/completions \
-H "Authorization: Bearer ck-YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"claude-opus-4-7","messages":[{"role":"user","content":"Hello!"}]}'→ OpenAI-compatible. Add "stream": true (+ "stream_options":{"include_usage":true}) for SSE.
Reasoning effort: claude-opus-4-7-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.