Google

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

Output

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