qwen
Qwen

Qwen: Qwen2.5 VL 72B Instruct

qwen/qwen2.5-vl-72b-instruct
Контекст
128 000
Вход токены
30,76 ₽/M
Выход токены
92,29 ₽/M
описание

Qwen2.5-VL is proficient in recognizing common objects such as flowers, birds, fish, and insects. It is also highly capable of analyzing texts, charts, icons, graphics, and layouts within images.

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

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

bash
# Запрос к API VEGA через qwen/qwen2.5-vl-72b-instruct
curl https://api.vega.chat/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $VEGA_API_KEY" \
  -d '{
    "model": "qwen/qwen2.5-vl-72b-instruct",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'