google

Google: Gemini 2.5 Flash

google/gemini-2.5-flash
Контекст
1 048 576
Вход токены
35,89 ₽/M
Выход токены
299,11 ₽/M
Кэш чтение
3,59 ₽/M
Кэш запись
9,93 ₽/M
описание

Gemini 2.5 Flash is Google's state-of-the-art workhorse model, specifically designed for advanced reasoning, coding, mathematics, and scientific tasks. It includes built-in "thinking" capabilities, enabling it to provide responses with greater...

модальности
+
+
+
+
интеграция

Как использовать через API

bash
# Запрос к API VEGA через google/gemini-2.5-flash
curl https://api.vega.chat/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $VEGA_API_KEY" \
  -d '{
    "model": "google/gemini-2.5-flash",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'