qwen
Qwen

Qwen: Qwen3 30B A3B Instruct 2507

-55%
qwen/qwen3-30b-a3b-instruct-2507
Контекст
262 144
Вход токены
5,91 ₽/M
Выход токены
23,75 ₽/M
описание

Qwen3-30B-A3B-Instruct-2507 is a 30.5B-parameter mixture-of-experts language model from Qwen, with 3.3B active parameters per inference. It operates in non-thinking mode and is designed for high-quality instruction following, multilingual understanding, and...

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

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

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