UI-TARS 7B

ByteDance chatvisiontool_use

API ID: bytedance/ui-tars-1.5-7b

Input Price
$0.10
/1M tokens
Output Price
$0.20
/1M tokens

About UI-TARS 7B

UI-TARS is ByteDance's specialized model for user interface understanding and interaction. The model excels at analyzing UI screenshots, understanding interface elements, and generating appropriate interactions. UI-TARS is particularly valuable for automated testing, accessibility analysis, and UI-based AI agents. The model demonstrates ByteDance's expertise in visual understanding from their app development experience. For developers building UI automation or analysis tools, UI-TARS offers specialized capability.

๐Ÿ’ฐ
Price Ranking
#628 lowest price among 950 Chat models

Model Specifications

Context Length
128k
Max Output
2k
Release Date
2025-07-22
Capabilities
chat vision tool_use
Input Modalities
imagetext
Output Modalities
text

Best For

  • Image analysis, document understanding, visual Q&A
  • Conversations, content writing, general assistance

๐Ÿ’ฐ Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$0.10
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$3.30
/month
1000 tickets/day, ~800 tokens each

ByteDance Model Lineup

Compare all models from ByteDance to find the best fit

Model Input Output Context Capabilities
UI-TARS 7B Current $0.10 $0.20 128k chat vision tool_use
Seedream 4.5 Free Free 4k chat vision image_gen
UI-TARS 72B Free Free 33k chat vision
UI-TARS 72B Free Free 33k chat vision
Seed OSS 36B Instruct Free Free 131k chat reasoning
Seed OSS 36B Instruct Free Free 131k chat reasoning

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Allen AI Olmo 3 7B Instruct
Input: $0.10
Output: $0.20
Context: 66k
Mistral Mistral 7B Instruct v0.1
Input: $0.11
Output: $0.19
Context: 3k
Mistral Ministral 3 8B 2512
Input: $0.15
Output: $0.15
Context: 262k
Amazon Nova Lite 1.0
Input: $0.06
Output: $0.24
Context: 300k

๐Ÿš€ Quick Start

Get started with UI-TARS 7B API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="bytedance/ui-tars-1.5-7b",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)