UniRouteUniRoute
All models
Gemini 3 Pro
Text

Google

Gemini 3 Pro

Access Google's Gemini 3 Pro API via UniRoute to leverage state-of-the-art reasoning and native multimodal capabilities. Start building powerful agentic workflows today with our free testing credits and competitive pricing.

Pricing

Billing unitUniRouteMarket
Input$0.50$2.00
Output$3.50$12.00

per 1M tokens

About this model

Access Google's Gemini 3 Pro API via UniRoute to leverage state-of-the-art reasoning and native multimodal capabilities. Start building powerful agentic workflows today with our free testing credits and competitive pricing.

Chat

Call it with one request

Works with the OpenAI SDK — just change the base URL.

api.uniroute.dev
curl https://api.uniroute.dev/v1/chat/completions \
  -H "Authorization: Bearer $UNIROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemini-3-pro",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'

Related models