Gemini 3.5 Flash API
Google's fast, high-quality multimodal Gemini for reasoning-heavy assistants at Flash pricing.
FastMultimodalReasoning
Pricing
USD per 1M tokens. No hidden markup.
Input
$1.16/ 1MPublic ref.$1.50
Output
$6.98/ 1MPublic ref.$9
Call Gemini 3.5 Flash in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model togemini-3.5-flash.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-3.5-flash",
"messages": [{"role": "user", "content": "Hello"}]
}'