google
Google

Google: Gemma 3 4B

google/gemma-3-4b-it
Контекст
131 072
Вход токены
6,15 ₽/M
Выход токены
12,31 ₽/M
описание

Gemma 3 introduces multimodality, supporting vision-language input and text outputs. It handles context windows up to 128k tokens, understands over 140 languages, and offers improved math, reasoning, and chat capabilities,...

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

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

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