Roboflow

Qwen3.6 35B A3B vs Qwen3.8 27B

Compare Qwen3.6 35B A3B and Qwen3.8 27B side-by-side. See how these vision models stack up in Image Captioning, OCR, Open Prompt, Object Detection, and Classification.

Compare Qwen3.6 35B A3B vs Qwen3.8 27B live

Run the same image across every model that supports a task and compare their outputs side-by-side.

Detect and compare bounding boxes across models on the same image.

Open Object Detection in the full playground
QwenQwen3.6 35B A3B
Run to compare this model.
QwenQwen3.8 27B
Run to compare this model.

Models in this comparison

Qwen3.6 35B A3B vs Qwen3.8 27B Comparison Table

Evals updated August 20, 2026Pricing updated August 23, 2026

PropertyQwen3.6 35B A3BQwen3.8 27B
OrganizationQwenQwen
Categoryopenopen
Modalitymultimodalmultimodal
Release DateApr 2026Aug 2026
Context Window262K262K
Parameters35B total, 3B active27.78B
LicenseApache 2.0Apache 2.0
Pricing per 1M tokens
Input $/1M$0.140$0.400
Output $/1M$1.00$3.00
Vision Tasks
CaptioningDemoDemo
Chart Question Answering
ClassificationDemoDemo
Document Question Answering
Image Tagging
Multi-Label Classification
Object DetectionDemoDemo
OCRDemoDemo
Vision Language
Visual Question AnsweringDemoDemo
Phrase Grounding
Video Classification
Model Features
Foundation Vision
LLMs with Vision Capabilities
Multimodal Vision
Vision Evalsground-truth scores across 6 vision tasks, pooled at low effort
OverallNot evaluated
61.2%
Avg cost / sample$0.0016
Avg speed / sample7.33s
By task
Object Detection
54.5%
$0.0033
Counting
41.9%
$0.0005
Identification
78.1%
$0.0004
OCR
81.4%
$0.0018
Data Extraction
79.4%
$0.0005
Reasoning (low)
31.8%
$0.0004
Reasoning (high)
62.3%
$0.0081

Qwen3.6 35B A3B vs Qwen3.8 27B: Overview

Qwen3.6 35B A3B

Qwen3.6-35B-A3B is a sparse Mixture-of-Experts (MoE) multimodal language model developed by the Qwen team at Alibaba Group. It carries 35 billion total parameters but activates only approximately 3 billion per forward pass via a learned routing mechanism, giving it the representational capacity of a large dense model at a fraction of the inference compute. The model is natively multimodal, processing images, documents, and video alongside text as a core architectural capability rather than an add-on. It supports a native context window of 262,144 tokens, extensible up to 1,010,000 tokens via YaRN. A key design feature is the unified thinking/non-thinking mode framework: users can switch between deliberate chain-of-thought reasoning and fast direct responses within a single model, and a "thinking preservation" option retains reasoning context across multi-turn agentic workflows to reduce redundant computation.

The model is specifically optimized for agentic coding tasks, including repository-level reasoning, frontend workflow generation, multi-step tool use, and MCP (Model Context Protocol) integration. On SWE-bench Verified it scores 73.4%, on Terminal-Bench 2.0 it scores 51.5%, and on MCPMark it scores 37.0%. For vision-language tasks it achieves 92.0 on RefCOCO, 89.9 on OmniDocBench 1.5, and 83.7 on VideoMMMU. The model also supports Multi-Token Prediction (MTP) for speculative decoding. All Qwen3.6 open-weight models are released under the Apache 2.0 license.

Qwen3.8 27B

Qwen3.8-27B is a dense vision-language model of roughly 27.78 billion parameters from Alibaba's Qwen team, built on the architectural foundation established by the Qwen3.5 generation. It takes interleaved text, image, and video input through an integrated vision encoder and produces text, covering document and chart understanding, visual question answering, front-end code generation from visual references, and agentic computer-use workflows. The decoder is a hybrid stack of 64 layers that repeats a pattern of three Gated DeltaNet linear-attention blocks, each followed by a feed-forward block, then one grouped-query full-attention block, so only a quarter of the layers maintain a conventional key-value cache. Native context length is 262,144 tokens.

Post-training targets long-horizon agentic work, and the model exposes per-request thinking control that lets callers switch reasoning traces on or off and choose a reasoning effort level. Multi-token prediction weights are trained alongside the main network for speculative decoding. Qwen reports improvements over Qwen3.6-27B on agentic and multimodal evaluations including Terminal-Bench 2.1, OSWorld-Verified, and SWE-bench Multimodal, with additional results on MathVision, CharXiv, and an internal Vision2Web suite.