Qwen3.6 Flash vs Qwen3.8 27B
Compare Qwen3.6 Flash and Qwen3.8 27B side-by-side. See how these vision models stack up in Image Captioning, OCR, and Open Prompt.
Compare Qwen3.6 Flash 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.
Upload an image
Drag and drop an image here, or click to browse
Models in this comparison
Qwen3.6 Flash vs Qwen3.8 27B Comparison Table
Evals updated August 26, 2026Pricing updated August 26, 2026
| Property | Qwen3.6 Flash | Qwen3.8 27B |
|---|---|---|
| Organization | Qwen | Qwen |
| Category | closed | open |
| Modality | multimodal | multimodal |
| Release Date | Apr 2026 | Aug 2026 |
| Context Window | 1.0M | 262K |
| Parameters | 35B (3B active, MoE) | 27.78B |
| License | Proprietary | Apache 2.0 |
| Pricing per 1M tokens | ||
| Input $/1M | $0.188 | $0.425 |
| Output $/1M | $1.13 | $2.55 |
| Vision Tasks | ||
| Captioning | Demo | Demo |
| Chart Question Answering | ||
| Classification | Demo | |
| Document Question Answering | ||
| Image Tagging | ||
| Multi-Label Classification | ||
| OCR | Demo | Demo |
| Vision Language | ||
| Visual Question Answering | Demo | Demo |
| object-detection | Demo | |
| Model Features | ||
| Foundation Vision | ||
| LLMs with Vision Capabilities | ||
| Multimodal Vision | ||
Vision Evalsground-truth scores across 6 vision tasks, pooled at low effort | ||
| Overall | Not evaluated | 61.2% |
| Avg cost / sample | – | $0.0016 |
| Avg speed / sample | – | 7.33s |
| By task | ||
| Object Detection | – | 54.5% $0.0031 |
| Counting | – | 41.9% $0.0005 |
| Identification | – | 78.1% $0.0004 |
| OCR | – | 81.4% $0.0016 |
| Data Extraction | – | 79.4% $0.0005 |
| Reasoning (low) | – | 31.8% $0.0005 |
| Reasoning (high) | – | 62.3% $0.0070 |
Qwen3.6 Flash vs Qwen3.8 27B: Overview
Qwen3.6-Flash is the production API variant of the Qwen3.6 model series, developed by the Qwen team at Alibaba Group. It is built on the Qwen3.6-35B-A3B architecture, which combines a hybrid linear attention mechanism with sparse Mixture-of-Experts (MoE) routing to achieve high-throughput inference with reduced latency. The model is natively multimodal, processing both text and images within a unified early-fusion architecture, and supports 201 languages and dialects. It operates in a hybrid thinking mode, capable of generating explicit chain-of-thought reasoning before producing a final response, with the option to disable thinking for direct output. A Thinking Preservation feature allows reasoning context to be retained across multi-turn conversations, which is particularly useful for iterative agentic workflows.
The model is trained with reinforcement learning scaled across large-scale agent environments and covers a broad range of tasks including agentic coding, frontend development, visual understanding, document processing, and tool use. Compared to the open-weight Qwen3.6-35B-A3B, the Flash API variant extends the default context window to 1 million tokens and includes built-in production features such as native function calling and official tool integrations. The underlying architecture achieves near-100% multimodal training efficiency relative to text-only training, and the model demonstrates strong performance on agentic coding benchmarks including SWE-bench Verified.
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.