Opus 4.6 (Thinking) is Anthropic's strongest coding and long-running-task model, running with extended thinking enabled for harder multi-step reasoning.
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-6-thinking","messages":[{"role":"user","content":"Hello!"}]}'→ OpenAI 兼容。加 "stream": true(配 "stream_options":{"include_usage":true})走流式。
推理强度:claude-opus-4-6-thinking-high / -low / -xhigh,或参数 reasoning_effort.