All Models
Google deprecated

Gemini 2.0 Flash

google/gemini-2.0-flash

Deprecated. Shutting down June 1, 2026. Migrate to Gemini 2.5 Flash.

Specifications

Context Window 1M tokens
Max Output 8.2K tokens
Latency fast
Knowledge Cutoff Aug 2024
Training Data Aug 2024

Pricing

Input $0.10 per 1M tokens
Output $0.40 per 1M tokens

Capabilities

text Text generation and understanding
vision Image and visual input processing
tool use Function calling and tool integration

API Identifiers

Model ID google/gemini-2.0-flash
Provider API ID gemini-2.0-flash

Usage via Multi-Router

curl https://api.multi-router.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -H "x-mr-router-id: YOUR_ROUTER_ID" \
  -d '{
    "model": "google/gemini-2.0-flash",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'