google
Google

Google: Gemini 2.5 Pro Preview 06-05

google/gemini-2.5-pro-preview
Контекст
1 048 576
Вход токены
153,82 ₽/M
Выход токены
1230,55 ₽/M
Кэш чтение
15,38 ₽/M
Кэш запись
46,15 ₽/M
описание

Gemini 2.5 Pro is Google’s state-of-the-art AI model designed for advanced reasoning, coding, mathematics, and scientific tasks. It employs “thinking” capabilities, enabling it to reason through responses with enhanced accuracy...

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

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

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