Gemini 2.5 Flash Lite API
A low-cost Gemini tier for high-volume, straightforward multimodal tasks.
FastLow costMultimodal
Pricing
USD per 1M tokens. No hidden markup.
Input
$0.08/ 1MPublic ref.$0.10
Output
$0.31/ 1MPublic ref.$0.40
Call Gemini 2.5 Flash Lite in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model togemini-2.5-flash-lite.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-2.5-flash-lite",
"messages": [{"role": "user", "content": "Hello"}]
}'