UI-TARS-1.5 is a multimodal vision-language agent optimized for GUI-based environments, including desktop interfaces, web browsers, mobile systems, and games. Built by ByteDance, it builds upon the UI-TARS framework with reinforcement...
# Запрос к API VEGA через bytedance/ui-tars-1.5-7b
curl https://api.vega.chat/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $VEGA_API_KEY" \
-d '{
"model": "bytedance/ui-tars-1.5-7b",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'