Aurixel
Models/Google/gemini-pro-agent
Google
NEW

Gemini 3 Pro

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

Gemini 3 Pro is Google's frontier reasoning model — enhanced software engineering, reliable agentic tool use, and efficient token usage across complex, multi-step 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-pro-agent","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

More from Google