TokenRoute
Get started
Back to models

ByteDance: UI-TARS 7B

bytedance/ui-tars-1.5-7b

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...

Pricing

Input$0.0700 /M
Output$0.1400 /M
Cache read$0.0700 /M

Specs

Context length128K tokens
Max output2K tokens
Inputimage, text
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "bytedance/ui-tars-1.5-7b",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

frequency_penalty
logit_bias
logprobs
max_tokens
presence_penalty
repetition_penalty
seed
stop
structured_outputs
temperature
top_k
top_logprobs
top_p