UniRouteUniRoute
All models
Gemini 3.5 Flash
Text

Google

Gemini 3.5 Flash

Build with Google Gemini 3.5 Flash API on UniRoute for agentic coding, multimodal reasoning, long-context analysis, structured outputs, and real AI product workflows.

Pricing

Billing unitUniRouteMarket
Input$0.45$1.50
Output$2.70$9.00

per 1M tokens

About this model

Build with Google Gemini 3.5 Flash API on UniRoute for agentic coding, multimodal reasoning, long-context analysis, structured outputs, and real AI product workflows.

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

Related models