Roboflow

Qwen3.6 27B vs Qwen3.8 27B

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

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

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

Extract and compare text from images across multiple models.

Open OCR in the full playground
QwenQwen3.6 27B
Run to compare this model.
QwenQwen3.8 27B
Run to compare this model.

Models in this comparison

Qwen3.6 27B vs Qwen3.8 27B on Vision Evals

Qwen3.6 27B scores higher on 3 of the six Vision Evals tasks.

The widest gap is Data Extraction, where Qwen3.6 27B leads 85.6% to 79.4%.

Overall, Qwen3.6 27B averages 62.5% (#28 of 31) against 61.2% (#30 of 31) for Qwen3.8 27B.

Qwen3.8 27B is both cheaper ($0.0016 vs $0.0020 per sample) and faster (7.3s vs 8.9s per sample).

Qwen3.6 27BQwen3.8 27B

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

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

PropertyQwen3.6 27BQwen3.8 27B
OrganizationQwenQwen
Categoryopenopen
Modalitymultimodalmultimodal
Release DateApr 2026Aug 2026
Context Window262K262K
Parameters27B27.78B
LicenseApache 2.0Apache 2.0
Pricing per 1M tokens
Input $/1M$0.600$0.400
Output $/1M$3.60$3.00
Vision Tasks
CaptioningDemoDemo
Chart Question Answering
ClassificationDemo
Document Question Answering
Image Tagging
Multi-Label Classification
OCRDemoDemo
Vision Language
Visual Question AnsweringDemoDemo
object-detectionDemo
Video Classification
Model Features
Foundation Vision
LLMs with Vision Capabilities
Multimodal Vision
Vision Evalsground-truth scores across 6 vision tasks, pooled at low effort
Overall
62.5%
61.2%
Avg cost / sample$0.0020$0.0016
Avg speed / sample8.87s7.33s
By task
Object Detection
53.9%
$0.0039
54.5%
$0.0033
Counting
44.6%
$0.0007
41.9%
$0.0005
Identification
78.1%
$0.0006
78.1%
$0.0004
OCR
82.8%
$0.0023
81.4%
$0.0018
Data Extraction
85.6%
$0.0007
79.4%
$0.0005
Reasoning (low)
29.8%
$0.0007
31.8%
$0.0004
Reasoning (high)
46.4%
$0.016
62.3%
$0.0081

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

Qwen3.6 27B

Qwen3.6-27B is a dense 27-billion-parameter multimodal language model developed by Alibaba's Qwen team and released on April 22, 2026. It combines a causal language model with an integrated vision encoder, supporting text, image, and video inputs natively. The architecture employs a hybrid attention design that interleaves Gated DeltaNet linear attention blocks with standard Gated Attention layers across 64 transformer layers with a hidden dimension of 5,120. Unlike Mixture-of-Experts variants in the Qwen3.6 family, all 27 billion parameters are active on every inference pass, simplifying deployment and quantization. The model supports a native context window of 262,144 tokens, extensible to approximately 1,010,000 tokens via YaRN scaling. It is released under the Apache 2.0 license with open weights available on Hugging Face and ModelScope.

The model introduces two notable capabilities relative to prior Qwen releases: enhanced agentic coding support covering frontend workflows and repository-level reasoning, and a Thinking Preservation mechanism that retains chain-of-thought reasoning context across multi-turn conversation history to reduce redundant token generation in iterative agent sessions. It supports both a thinking mode for multi-step reasoning and a non-thinking mode for faster responses within a single model. On coding benchmarks, Qwen reports scores of 77.2 on SWE-bench Verified, 59.3 on Terminal-Bench 2.0, and 48.2 on SkillsBench. Vision capabilities include chart understanding (CharXiv RQ: 78.4), OCR (CC-OCR: 81.2), and video understanding (VideoMME with subtitles: 87.7).

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.