Google

Gemini 3 Flash (preview) API

A preview fast, multimodal Gemini model.

FastMultimodalPreview

Pricing

USD per 1M tokens. No hidden markup.

Input

Output

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"}]
  }'