UniRouteUniRoute
All models
Gemini 3 Flash
Text

Google

Gemini 3 Flash

Gemini 3 Flash API on UniRoute enables Pro-level reasoning, multimodal understanding, and agentic workflows with low latency and efficient inference.

Pricing

Billing unitUniRouteMarket
Input$0.15$0.50
Output$0.90$3.00

per 1M tokens

About this model

Gemini 3 Flash API on UniRoute enables Pro-level reasoning, multimodal understanding, and agentic workflows with low latency and efficient inference.

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-flash",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'

Related models