No description available for this model yet.
curl https://conduit-api.aurixel.ai/v1/chat/completions \
-H "Authorization: Bearer ck-YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"qwen3.5-plus","messages":[{"role":"user","content":"Hello!"}]}'→ OpenAI-compatible. Add "stream": true (+ "stream_options":{"include_usage":true}) for SSE.
Auth, billing & streaming → Quickstart