Gemini 3.1 Flash Lite (preview) API
A preview Gemini 3.1 Flash Lite route.
FastLow costPreview
Pricing
USD per 1M tokens. No hidden markup.
Input
$0.19/ 1M
Output
$1.16/ 1M
Call Gemini 3.1 Flash Lite (preview) in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model togemini-3.1-flash-lite-preview.
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-preview",
"messages": [{"role": "user", "content": "Hello"}]
}'