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 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!" }
]
}'