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