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