UniRouteUniRoute
All models
Gemini 3.6 Flash
TextNew

Google

Gemini 3.6 Flash

Gemini 3.6 Flash is Google’s efficient AI model built for coding, knowledge work, agentic applications, and multimodal understanding, delivering stronger performance with improved token efficiency.

Pricing

Billing unitUniRouteMarket
Input$0.45$1.50
Output$2.25$7.50

per 1M tokens

About this model

Gemini 3.6 Flash is Google’s efficient AI model built for coding, knowledge work, agentic applications, and multimodal understanding, delivering stronger performance with improved token efficiency.

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

Related models