Google

Gemini 3.1 Pro Thinking API

Gemini 3.1 Pro preview with extended thinking for hard reasoning and code.

ReasoningMultimodalThinking

Pricing

USD per 1M tokens. No hidden markup.

Input

Output

Call Gemini 3.1 Pro Thinking in seconds

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

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