Google

Gemini 2.5 Flash Thinking API

Gemini 2.5 Flash with thinking for stronger multimodal reasoning.

ReasoningMultimodalThinking

Pricing

USD per 1M tokens. No hidden markup.

Input

Output

Call Gemini 2.5 Flash Thinking in seconds

It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model togemini-2.5-flash-thinking.

curl https://api.glideflowai.com/v1/chat/completions \
  -H "Authorization: Bearer sk-xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemini-2.5-flash-thinking",
    "messages": [{"role": "user", "content": "Hello"}]
  }'