Gemini 3.1 Pro is Google's frontier reasoning model, delivering enhanced software engineering performance, improved agentic reliability, and more efficient token usage across complex workflows.
curl https://conduit-api.aurixel.ai/v1/chat/completions \
-H "Authorization: Bearer ck-YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gemini-3.1-pro-low","messages":[{"role":"user","content":"Hello!"}]}'→ OpenAI-compatible. Add "stream": true (+ "stream_options":{"include_usage":true}) for SSE.
Reasoning effort: use model-name variants (-low / -agent). The reasoning_effort param is unreliable on Gemini.
Reasoning effort supported
Append -low / -medium / -high / -xhigh to the model name and the gateway sets the reasoning_effort parameter automatically.