qwen
Qwen

Qwen2.5 Coder 32B Instruct

qwen/qwen-2.5-coder-32b-instruct
Контекст
32 768
Вход токены
81,22 ₽/M
Выход токены
123,05 ₽/M
описание

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

bash
# Запрос к 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!"  }
    ]
  }'