Google

Gemini 3.1 Flash Lite API

An ultra-low-cost Gemini model for high-volume, lightweight tasks.

FastLow costMultimodal

Pricing

USD per 1M tokens. No hidden markup.

Input

Output

Call Gemini 3.1 Flash Lite in seconds

It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model togemini-3.1-flash-lite.

curl https://api.glideflowai.com/v1/chat/completions \
  -H "Authorization: Bearer sk-xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemini-3.1-flash-lite",
    "messages": [{"role": "user", "content": "Hello"}]
  }'