Roboflow

GPT-5.4 Mini vs Qwen3.6 27B

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

Compare GPT-5.4 Mini vs Qwen3.6 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
OpenAIGPT-5.4 Mini
Run to compare this model.
QwenQwen3.6 27B
Run to compare this model.

Models in this comparison

GPT-5.4 Mini vs Qwen3.6 27B on Vision Evals

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

The widest gap is Object Detection, where Qwen3.6 27B leads 59.7% to 15.8%.

Overall, GPT-5.4 Mini averages 64.7% (#42 of 59) against 73.6% (#22 of 59) for Qwen3.6 27B.

Qwen3.6 27B is cheaper ($0.0021 vs $0.0030 per sample), while GPT-5.4 Mini is faster (5.3s vs 42.1s per sample).

GPT-5.4 MiniQwen3.6 27B

GPT-5.4 Mini vs Qwen3.6 27B Comparison Table

Evals updated September 22, 2026Pricing updated September 23, 2026

PropertyGPT-5.4 MiniQwen3.6 27B
OrganizationOpenAIQwen
Categoryclosedopen
Modalitymultimodalmultimodal
Release DateMar 2026Apr 2026
Context Window400K262K
Parameters27B
LicenseProprietaryApache 2.0
Pricing per 1M tokens
Input $/1M$0.750$0.320
Output $/1M$4.50$2.70
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
64.7%
73.6%
Quantizationsself-hosted
BF1669.4%FP873.6%AWQ-INT469.8%hardware →
Avg cost / sample$0.0030$0.0021
Avg speed / sample5.25s42.09s
By task
Object Detection (low)
15.8%
±0.4, Mean of 3 runs, range 15.3 to 16.1
$0.0044
59.7%
±0.9, Mean of 3 runs, range 59.0 to 60.8
$0
Object Detection (high)
16.6%
±0.8, Mean of 3 runs, range 15.8 to 17.4
$0.030
Counting (low)
58.6%
±2.0, Mean of 3 runs, range 56.8 to 60.8
$0.0019
67.1%
±4.7, Mean of 3 runs, range 62.2 to 71.6
$0
Counting (high)
64.9%
±2.0, Mean of 3 runs, range 63.5 to 67.6
$0.0073
Identification (low)
83.3%
±1.6, Mean of 3 runs, range 81.3 to 84.4
$0.0013
82.3%
±1.6, Mean of 3 runs, range 81.3 to 84.4
$0
Identification (high)
82.3%
±3.1, Mean of 3 runs, range 78.1 to 84.4
$0.0055
OCR (low)
89.5%
±1.3, Mean of 3 runs, range 88.1 to 90.6
$0.0042
88.5%
±1.9, Mean of 3 runs, range 86.7 to 90.6
$0
OCR (high)
89.0%
±1.8, Mean of 3 runs, range 87.7 to 91.2
$0.030
Data Extraction (low)
84.2%
±2.1, Mean of 3 runs, range 82.5 to 86.6
$0.0014
84.5%
±1.0, Mean of 3 runs, range 83.5 to 85.6
$0
Data Extraction (high)
82.1%
±2.1, Mean of 3 runs, range 80.4 to 84.5
$0.0036
Reasoning (low)
57.0%
±3.3, Mean of 3 runs, range 54.3 to 60.9
$0.0022
59.2%
±1.7, Mean of 3 runs, range 57.6 to 60.9
$0
Reasoning (high)
64.0%
±1.3, Mean of 3 runs, range 62.9 to 65.6
$0.0096

GPT-5.4 Mini vs Qwen3.6 27B: Overview

GPT-5.4 Mini

GPT-5.4 mini is a fast, cost-efficient model developed by OpenAI and released on March 17, 2026, optimized for high-throughput workloads and subagent orchestration. It supports text and image inputs within a 400,000-token context window, making it ideal for processing extensive visual datasets and large codebases in a single request. Designed for low-latency production environments, the model integrates with key API features including function calling, web search, and tool-based computer use, allowing it to assist in automated workflows that require navigating digital interfaces.

Compared to the previous GPT-5 mini, this version runs more than twice as fast while approaching the performance levels of the flagship GPT-5.4 on reasoning and coding benchmarks. While the larger GPT-5.4 introduces native, state-of-the-art computer-use capabilities, GPT-5.4 mini provides a scalable alternative for interpreting screenshots and reasoning over dense UI layouts. For vision tasks on Playground, it excels at extracting structured information from visual documents and assisting in agentic tasks that involve real-time interpretation of software interfaces alongside text.

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).