Qwen2.5-Coder is the latest series of Code-Specific Qwen large language models (formerly known as CodeQwen). Qwen2.5-Coder brings the following improvements upon CodeQwen1.5: - Significantly improvements in **code generation**, **code reasoning**...
# Запрос к API VEGA через qwen/qwen-2.5-coder-32b-instruct
curl https://api.vega.chat/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $VEGA_API_KEY" \
-d '{
"model": "qwen/qwen-2.5-coder-32b-instruct",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'