API VEGA
qwen

Qwen: Qwen3.8 27B (free)

Free
qwen/qwen3.8-27b:free
Контекст
262 144
описание

Qwen3.8 27B is an open-weight dense vision-language model from Qwen. It is suited for coding, professional workflows, research, multimodal interaction, and long-running agent tasks, with flexible thinking that can be enabled or disabled.

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

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

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