Tag

Qwen

A collection of 28 posts

Qwen

Qwen 3.8 vs Qwen 3.6: Same Architecture, +14 Points (2026)

The config.json diff between Qwen 3.8-27B and Qwen 3.6-27B is empty — same layers, same hidden size, same vocab. Every gain came from post-training. Here's what actually changed, what the upgrade costs you, and who should stay on 3.6.

· 7 min read
Qwen

Qwen 3.7 vs Kimi K2.7: Best Open Agentic Coder in 2026?

Qwen3.7-Max is the closed flagship with higher vendor benchmarks and a 1M context; Kimi K2.7 Code is the open-weights, cheaper agentic specialist. We compare access, benchmarks, pricing, local feasibility, and which to use for autonomous coding.

· 13 min read
Qwen

Qwen 3.6 27B as a Local Claude Code Replacement

A realistic, no-hype guide to running Qwen 3.6 27B locally as a Claude Code alternative: benchmarks vs Opus, the hardware and quant you actually need, how to wire it in, where it holds up, and what a hybrid setup actually saves you.

· 16 min read
AI

Qwen 3.7 Max: Alibaba's May 2026 Flagship Guide

Alibaba's Qwen 3.7 Max launched May 20, 2026 with a 1M-token context, native extended-thinking mode, and benchmark wins on SWE-Pro and Terminal-Bench. Here's how it compares to Claude Opus 4.7, GPT-5.5, Gemini 3.5 Flash and DeepSeek V4, what it costs on DashScope, and when to pick it.

· 11 min read
Qwen3-VL-4B Instruct vs Qwen3-VL-4B Thinking: Complete 2026 Guide
Qwen

Qwen3-VL-4B Instruct vs Qwen3-VL-4B Thinking: Complete 2026 Guide

Quick answer. Qwen3-VL-4B Instruct and Thinking share a 4.44B dense transformer (256K context, 1M expandable). Pick Instruct for fast multimodal chat at 55-75 tok/s FP8 on a 12 GB GPU; pick Thinking for math, multi-step reasoning, and long video where 94.2% DocVQA matters more than speed. Last

· 20 min read
Qwen3-VL-8B Instruct vs Qwen3-VL-8B Thinking: 2026 Guide
AI

Qwen3-VL-8B Instruct vs Qwen3-VL-8B Thinking: 2026 Guide

Quick answer. Qwen3-VL-8B Instruct and Thinking share the same 9B Apache 2.0 backbone and differ only in post-training. Pick Instruct for high-volume OCR, chatbots, and production pipelines at roughly 45-60 tok/s on a 4090. Pick Thinking for STEM, medical, legal, or mockup-to-code tasks where the 2-4 point benchmark

· 16 min read
Qwen3-VL-30B-A3B-Thinking: Complete 2026 Deployment Guide
AI

Qwen3-VL-30B-A3B-Thinking: Complete 2026 Deployment Guide

Master Qwen3-VL-30B-A3B-Thinking deployment with our comprehensive 2025 guide. Learn installation, optimization, troubleshooting, and real-world applications for this powerful 30B parameter vision-language AI model with thinking capabilities.

· 17 min read
Install Qwen2.5-Omni 3B on Windows
Qwen

Install Qwen2.5-Omni 3B on Windows

Qwen2.5-Omni 3B is Alibaba Cloud’s compact, multimodal AI model optimized for local deployment on consumer-grade hardware. Unlike the 7B variant, the 3B model significantly reduces VRAM usage—by more than 50%—while maintaining robust performance across text, image, audio, and video tasks. With real-time output and simultaneous multimodal

· 3 min read
Install Qwen2.5-Omni 3B on macOS
Qwen

Install Qwen2.5-Omni 3B on macOS

Quick answer. To install Qwen2.5-Omni 3B on macOS, install Homebrew, Python 3.10, cmake and ffmpeg, create a virtual environment, then install PyTorch plus the Qwen2.5-Omni preview transformers branch and qwen-omni-utils. Apple Silicon with at least 16GB RAM is recommended; 32GB and 10GB free disk are ideal for

· 3 min read
Run Qwen3-8B on Mac: 2026 Installation Guide (Ollama, MLX, llama.cpp)
Qwen

Run Qwen3-8B on Mac: 2026 Installation Guide (Ollama, MLX, llama.cpp)

Quick answer. The easiest path is Ollama: install it, then run ollama run qwen3:8b for a 5.2 GB download that works on any Apple Silicon Mac with 16 GB RAM. For maximum speed on M1-M5 chips, switch to mlx-lm with an MLX-quantized build; pick llama.cpp with Q4_

· 6 min read