UI-Mate 27B vs Qwen 3.6 27B
Side-by-side VRAM requirements, benchmark scores, and GPU compatibility for local AI inference.
Quick verdict
Both models need similar VRAM at Q4_K_M (19.0 GB). The choice comes down to benchmarks and architecture.
Analysis
UI-Mate 27B and Qwen 3.6 27B are, underneath, the same 27-billion-parameter checkpoint. UI-Mate 27B is Tencent's GUI-agent fine-tune built directly on Qwen 3.6 27B's weights, so its architecture, weight size, and KV-cache math are identical byte-for-byte, confirmed by UI-Mate's own published config.json. That makes this comparison unusual for this site: there's no VRAM tradeoff to analyze at all, so the only real question is what job each version of the weights was trained to do.
Both models share the exact 64-layer hybrid stack, 16 Gated Attention layers (4 KV heads x 256 head dim) interleaved with 48 Gated DeltaNet linear-attention layers, the same 262,144-token native context window, and the same Apache 2.0 license. At any quant or context length, their weights and KV-cache totals are identical: 16.4 GB at Q4_K_M, 19.0 GB total at 8k context, 37.7 GB at the full 262,144-token window. Capability is where the two diverge completely. Qwen 3.6 27B was trained and evaluated as a general chat/coding/reasoning model: Alibaba reports MMLU-Pro 86.2, GPQA Diamond 87.8, and SWE-bench Verified 77.2. UI-Mate 27B went through supervised fine-tuning and agentic reinforcement learning on desktop-automation trajectories instead, and Tencent evaluates it on a completely different set of benchmarks: OSWorld-Verified (77.0), WindowsAgentArena (66.2), and Tencent's own OSWorkerBench suite, where it scores 41.0% strict success and 76.9% progress against 23.3% and 52.4% for the untouched Qwen 3.6 27B base on the same 100 tasks (Tencent's own ablation, arXiv:2608.15930). Neither vendor reports the other model's benchmark suite, so the comparison table above shows real numbers for Qwen 3.6 27B and blanks for UI-Mate; that isn't missing data, it reflects that UI-Mate was never evaluated as a general-purpose model at all. UI-Mate also loses something in the trade: at launch it ships only as BF16 safetensors, no GGUF, no Ollama tag, so llama.cpp and Ollama users can run Qwen 3.6 27B today but have nothing to load for UI-Mate until a community quant appears, while Qwen 3.6 27B's own GGUFs have been through months of community requantization by comparison.
Bottom line: If you want a general-purpose local coding or chat model, run Qwen 3.6 27B directly: it's the more capable and more immediately usable of the two, with mature GGUF support and identical hardware requirements. Run UI-Mate 27B only if your actual task is driving a desktop GUI from screenshots, since that's the one thing its fine-tuning specifically bought it over the base checkpoint, and only once a community GGUF exists or you have access to an 80GB+ card for the native BF16 weights through vLLM. There's no VRAM reason to prefer one over the other: whichever you pick, the hardware bill is the same.
OSWorkerBench: what the fine-tune actually bought
OSWorkerBench has no field in this site's benchmark schema, and it's the one suite Tencent ran on both checkpoints with an identical harness, unlike the general academic benchmarks in the table above.
Source: Tencent Hunyuan Frontier, "UI-Mate: Advancing Open-Weight Foundation GUI Agents with In-Context Demonstrations," arXiv:2608.15930 (16 August 2026), Tencent's own ablation comparing UI-Mate 27B against the unmodified Qwen 3.6 27B base on the same 100-task suite. Vendor-reported, not yet independently reproduced.
VRAM at each quantization (8k context)
| Quant | UI-Mate 27B | Qwen 3.6 27B | Diff |
|---|---|---|---|
| FP32 | 121.6 GB | 121.6 GB | +0% |
| BF16 | 61.1 GB | 61.1 GB | +0% |
| FP16 | 61.1 GB | 61.1 GB | +0% |
| Q8_0 | 32.8 GB | 32.8 GB | +0% |
| Q6_K | 25.4 GB | 25.4 GB | +0% |
| Q5_K_M | 22.1 GB | 22.1 GB | +0% |
| Q4_K_M | 19.0 GB | 19.0 GB | +0% |
| Q3_K_M | 15.2 GB | 15.2 GB | +0% |
| Q2_K | 12.1 GB | 12.1 GB | +0% |
| NVFP4 | 15.7 GB | 15.7 GB | +0% |
Diff is UI-Mate 27B relative to Qwen 3.6 27B. Green = lower VRAM (fits more GPUs).
Model specifications
| Spec | UI-Mate 27B | Qwen 3.6 27B |
|---|---|---|
| Org | Tencent | Alibaba |
| Parameters | 27B | 27B |
| Architecture | Dense | Dense |
| Context | 256k tokens | 256k tokens |
| Modalities | text, vision | text, vision, video |
| License | Apache 2.0 | Apache 2.0 |
| Commercial | Yes | Yes |
| Released | 2026-08-16 | 2026-04-22 |
| GPUs (native) | 78 / 112 | 78 / 112 |
GPUs that run only UI-Mate 27B(0)
Every GPU that runs UI-Mate 27B also runs Qwen 3.6 27B.
GPUs that run only Qwen 3.6 27B(0)
Every GPU that runs Qwen 3.6 27B also runs UI-Mate 27B.
GPUs that run both natively(78)
- NVIDIA RTX 509032 GB
- NVIDIA RTX 508016 GB
- NVIDIA RTX 5070 Ti16 GB
- NVIDIA RTX 5060 Ti 16GB16 GB
- NVIDIA RTX 409024 GB
- NVIDIA RTX 408016 GB
- NVIDIA RTX 4070 Ti SUPER16 GB
- NVIDIA RTX 4060 Ti 16GB16 GB
- NVIDIA RTX 309024 GB
- NVIDIA RTX 3090 Ti24 GB
- NVIDIA B300 288GB288 GB
- NVIDIA B200 180GB180 GB
- +66 more GPUs run both
Which should you use?
- • It's the newer release (2026-08-16 vs 2026-04-22); check the benchmark table above for what actually improved
- • You're running coding tasks
- • You need chain-of-thought reasoning
Frequently asked questions
- Which is better, UI-Mate 27B or Qwen 3.6 27B?
- Both are capable models. The best choice depends on your hardware and use case.
- How much VRAM does UI-Mate 27B need vs Qwen 3.6 27B?
- At Q4_K_M quantization with 8k context, UI-Mate 27B needs approximately 19.0 GB of VRAM, while Qwen 3.6 27B needs 19.0 GB. At FP16, UI-Mate 27B requires 61.1 GB vs 61.1 GB for Qwen 3.6 27B.
- Can you run UI-Mate 27B on the same GPUs as Qwen 3.6 27B?
- Yes, 78 GPUs can run both natively in VRAM, including NVIDIA RTX 5090, NVIDIA RTX 5080, NVIDIA RTX 5070 Ti. However, no GPU can run UI-Mate 27B without also fitting Qwen 3.6 27B, and no GPU can run Qwen 3.6 27B without also fitting UI-Mate 27B.
- What is the difference between UI-Mate 27B and Qwen 3.6 27B?
- UI-Mate 27B has 27B parameters (dense) with a 256k context window. Qwen 3.6 27B has 27B parameters (dense) with a 256k context window.
- Which model fits in 24 GB of VRAM, UI-Mate 27B or Qwen 3.6 27B?
- Both fit in 24 GB of VRAM at Q4_K_M: UI-Mate 27B needs 19.0 GB and Qwen 3.6 27B needs 19.0 GB.