google
Google

Google: Gemma 2 27B

google/gemma-2-27b-it
Контекст
8 192
Вход токены
79,99 ₽/M
Выход токены
79,99 ₽/M
описание

Gemma 2 27B by Google is an open model built from the same research and technology used to create the [Gemini models](/models?q=gemini). Gemma models are well-suited for a variety of...

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

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

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