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
$0.19/ 1MPublic ref.$0.25
Output
$1.16/ 1MPublic ref.$1.50
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"}]
}'