qwen
Qwen

Qwen: Qwen2.5 7B Instruct

qwen/qwen-2.5-7b-instruct
Контекст
32 768
Вход токены
12,31 ₽/M
Выход токены
24,61 ₽/M
описание

Qwen2.5 7B is the latest series of Qwen large language models. Qwen2.5 brings the following improvements upon Qwen2: - Significantly more knowledge and has greatly improved capabilities in coding and...

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

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

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