Gemini 2.5 Flash API
Fast, low-cost multimodal Gemini for high-volume assistants, extraction, and everyday product features.
FastMultimodalLow cost
Pricing
USD per 1M tokens. No hidden markup.
Input
$0.23/ 1MPublic ref.$0.30
Output
$1.94/ 1MPublic ref.$2.50
Call Gemini 2.5 Flash in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model togemini-2.5-flash.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-2.5-flash",
"messages": [{"role": "user", "content": "Hello"}]
}'