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 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!" }
]
}'