google
Google

Google: Gemini 2.5 Flash Lite

google/gemini-2.5-flash-lite
Контекст
1 048 576
Вход токены
12,31 ₽/M
Выход токены
49,22 ₽/M
Кэш чтение
1,23 ₽/M
Кэш запись
10,21 ₽/M
описание

Gemini 2.5 Flash-Lite is a lightweight reasoning model in the Gemini 2.5 family, optimized for ultra-low latency and cost efficiency. It offers improved throughput, faster token generation, and better performance...

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

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

bash
# Запрос к API VEGA через google/gemini-2.5-flash-lite
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-lite",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'