qwen
Qwen

Qwen: Qwen3 Coder 480B A35B

qwen/qwen3-coder
Контекст
262 144
Вход токены
36,92 ₽/M
Выход токены
123,05 ₽/M
Кэш чтение
12,31 ₽/M
описание

Qwen3-Coder-480B-A35B-Instruct is a Mixture-of-Experts (MoE) code generation model developed by the Qwen team. It is optimized for agentic coding tasks such as function calling, tool use, and long-context reasoning over...

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

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

bash
# Запрос к API VEGA через qwen/qwen3-coder
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",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'