Aurixel
Models/Google/gemini-3.1-pro-low
Google
NEW

Gemini 3.1 Pro

TextVisionReasoning
Context
1M
Max output
65.5K
Input
$2
/M tokens
Output
$12
/M tokens

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.

Quick start

How to call

POST /v1/chat/completions
bash
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.

Auth, billing & streaming → Quickstart

Reasoning effort supported

Append -low / -medium / -high / -xhigh to the model name and the gateway sets the reasoning_effort parameter automatically.

More from Google