qwen
Qwen

Qwen: Qwen3 8B

qwen/qwen3-8b
Контекст
131 072
Вход токены
14,4 ₽/M
Выход токены
55,99 ₽/M
описание

Qwen3-8B is a dense 8.2B parameter causal language model from the Qwen3 series, designed for both reasoning-heavy tasks and efficient dialogue. It supports seamless switching between "thinking" mode for math,...

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

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

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