google
Google

Google: Gemma 3n 4B

google/gemma-3n-e4b-it
Контекст
32 768
Вход токены
7,38 ₽/M
Выход токены
14,77 ₽/M
описание

Gemma 3n E4B-it is optimized for efficient execution on mobile and low-resource devices, such as phones, laptops, and tablets. It supports multimodal inputs—including text, visual data, and audio—enabling diverse tasks...

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

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

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