qwen
Qwen

Qwen: Qwen3 Coder 30B A3B Instruct

qwen/qwen3-coder-30b-a3b-instruct
Контекст
262 144
Вход токены
8,61 ₽/M
Выход токены
33,22 ₽/M
описание

Qwen3-Coder-30B-A3B-Instruct is a 30.5B parameter Mixture-of-Experts (MoE) model with 128 experts (8 active per forward pass), designed for advanced code generation, repository-scale understanding, and agentic tool use. Built on the...

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

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

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