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
$0.23/ 1MPublic ref.$0.30
Output
$1.94/ 1MPublic ref.$2.50
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"}]
}'