Gemini 3 Flash (preview) API
A preview fast, multimodal Gemini model.
FastMultimodalPreview
Pricing
USD per 1M tokens. No hidden markup.
Input
$0.39/ 1MPublic ref.$0.50
Output
$2.33/ 1MPublic ref.$3
Call Gemini 3 Flash (preview) in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model togemini-3-flash-preview.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-3-flash-preview",
"messages": [{"role": "user", "content": "Hello"}]
}'