Gemini 3.5 Flash is Google's high-efficiency multimodal model, bringing near-Pro level coding and reasoning at Flash-tier cost and speed.
curl https://conduit-api.aurixel.ai/v1/chat/completions \
-H "Authorization: Bearer ck-YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gemini-3.5-flash-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.