r/LocalLLaMA · · 1 min read

tencent/UI-Mate-27B · Hugging Face

Mirrored from r/LocalLLaMA for archival readability. Support the source by reading on the original site.

tencent/UI-Mate-27B · Hugging Face

Overview

UI-Mate-27B is an open-weight foundation GUI agent for long-horizon work across applications and operating systems. It observes live screenshots, reasons over the visible state, and produces structured keyboard and mouse actions for native desktop interaction.

UI-Mate supports two complementary modes:

  • General computer use: execute tasks from natural-language instructions and live screenshots.
  • Demonstration-guided computer use: adapt a reusable workflow extracted from one successful demonstration to a new task.

A demonstration is treated as guidance rather than a fixed action script. The model continues to re-plan from the live interface when the content, layout, or application state differs.

Model Details

  • Parameters: 27B
  • Base model: Qwen3.6-27B
  • Input: task instruction, screenshots, interaction history, and optional demonstration context
  • Output: reasoning, a concise action description, and structured computer-use tool calls
  • Action space: mouse, keyboard, scrolling, waiting, user interaction, and task completion
  • Training: supervised fine-tuning followed by online reinforcement learning in executable GUI environments
  • License: Apache-2.0

Highlights

  • Strong general computer-use performance across Ubuntu and Windows benchmarks.
  • Long-horizon execution across multiple applications.
  • One-shot procedural learning from demonstrations.
  • Live-screen grounding instead of coordinate replay.
  • Structured actions compatible with pyautogui.
  • OpenAI-compatible serving and client interface.
submitted by /u/pmttyji
[link] [comments]

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from r/LocalLLaMA