qwen
Qwen

Qwen: Qwen3 14B

qwen/qwen3-14b
Контекст
131 072
Вход токены
28,06 ₽/M
Выход токены
111,98 ₽/M
описание

Qwen3-14B is a dense 14.8B parameter causal language model from the Qwen3 series, designed for both complex reasoning and efficient dialogue. It supports seamless switching between a "thinking" mode for...

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

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

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