Назад к моделям

Gemini 2.0 Flash

googlegoogle/gemini-2.0-flash-001

Workhorse model for all daily tasks. Strong overall performance and low latency supports real-time applications. Suitable for chat interactions, content generation, and general-purpose AI tasks.

Размер контекста
1.0M
Максимальный вывод
8K
Цена Входза 1M токенов
$0.180за 1 млн токенов
Цена Выходза 1M токенов
$0.720за 1 млн токенов

Модальности

ТекстИзображениеPDFТекст

Разбивка цен

ТипСтавка
Вход$0.180 за 1 млн токенов
Выход$0.720 за 1 млн токенов

Поддерживаемые параметры

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop

Примеры API

Для новых интеграций используйте глобальный endpoint api.therouter.ai из примеров ниже; старый China accelerated endpoint выведен из эксплуатации.

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "google/gemini-2.0-flash-001",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'
Поддержка