bytedance
ByteDance

ByteDance: UI-TARS 7B

bytedance/ui-tars-1.5-7b
Контекст
128 000
Вход токены
12,31 ₽/M
Выход токены
24,61 ₽/M
Кэш чтение
12,31 ₽/M
описание

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

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