Back to Models
G

Gemini 2.0 Flash Thinking

Gemini
by Google

Reasoning variant of Gemini 2.0 Flash with visible thought process. Excels at complex multi-step problems.

Jan 27, 2025

Specifications

Context Length
1M
1,000,000 tokens
Input Price
$0.10
per 1M tokens
Output Price
$0.40
per 1M tokens
Modalities
2
text→text, image+text→text

Capabilities

text generationchatfunction callingvisionreasoning

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

google/gemini-2.0-flash-thinking
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemini-2.0-flash-thinking",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'