Back to Models
G

Gemini 2.0 Flash

Gemini
by Google

Fast, capable multimodal model with native tool use, spatial understanding, and real-time audio/video.

Feb 5, 2025

Specifications

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

Capabilities

text generationchatfunction callingvisioncodeaudio

API Usage

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

google/gemini-2.0-flash
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",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'