model release

Alibaba Qwen Releases 27B Parameter Model That Claims to Match 397B Performance on Coding Tasks

TL;DR

Alibaba Qwen released Qwen3.6-27B, a 27B parameter dense model that claims flagship-level coding performance surpassing their previous 397B MoE model across major coding benchmarks. The full model is 55.6GB compared to 807GB for the predecessor.

1 min read
0

Alibaba Qwen Releases 27B Parameter Model That Claims to Match 397B Performance on Coding Tasks

Alibaba Qwen released Qwen3.6-27B, a 27B parameter dense model that claims to deliver "flagship-level agentic coding performance" surpassing their previous-generation Qwen3.5-397B-A17B (a 397B total parameter, 17B active MoE model) across all major coding benchmarks, according to the company.

The size difference is significant: Qwen3.6-27B is 55.6GB on Hugging Face compared to 807GB for Qwen3.5-397B-A17B. A quantized Q4_K_M version from Unsloth reduces the footprint to 16.8GB.

Performance Testing

Simon Willison tested the 16.8GB quantized version using llama.cpp's llama-server. In a test generating an SVG of a pelican riding a bicycle, the model produced a detailed, coherent image with correct bicycle geometry (spokes, chain, frame), a recognizable pelican, and background details including clouds, birds, and grass.

Performance metrics from llama-server:

  • Prompt processing: 54.32 tokens/s (20 tokens in 0.4s)
  • Generation speed: 25.57 tokens/s (4,444 tokens in 2min 53s)

Model Availability

Qwen3.6-27B is available as open weights on Hugging Face. The model includes reasoning mode support via the --reasoning on flag and uses a 65,536 token context window in testing configurations.

Specific benchmark scores and pricing were not disclosed in the announcement. The model represents Qwen's approach to achieving competitive coding performance in a significantly smaller architecture compared to their MoE models.

What This Means

If the coding benchmark claims hold up to independent verification, Qwen3.6-27B represents a substantial efficiency gain—achieving similar performance to a 397B parameter model in a 27B dense architecture. The 16.8GB quantized version running locally at 25 tokens/s makes flagship-level coding capabilities accessible on consumer hardware. However, the specific benchmarks and scores referenced in Qwen's "all major coding benchmarks" claim require independent validation.

Related Articles

model release

Moonshot AI releases 2.8T parameter Kimi K3, pricing at $3/$15 per million tokens

Chinese AI lab Moonshot AI released Kimi K3, a 2.8 trillion parameter model priced at $3 per million input tokens and $15 per million output tokens. The model is currently available via API, with open weights promised by July 27, 2026. This represents the most expensive pricing from a Chinese AI lab to date, matching Anthropic's Claude Sonnet series.

model release

Google delays Gemini 3.5 Pro release after disappointing coding performance in June training update

Google has delayed the release of Gemini 3.5 Pro past its June deadline due to coding performance issues. The company retrained the model in late June with new data but saw disappointing results, according to Bloomberg. An upgraded Flash model is now in testing with partners.

model release

Thinking Machines Lab releases Inkling: 975B-parameter open-weights multimodal model under Apache-2.0

Thinking Machines Lab released Inkling, a Mixture-of-Experts transformer with 975B total parameters and 41B active parameters, trained on 45 trillion tokens of text, images, audio and video. The Apache-2.0 licensed model is designed as a base for fine-tuning rather than a frontier model.

model release

Moonshot AI Releases Kimi K3: Open-Weight Multimodal Reasoning Model with 1M Context Window

Moonshot AI has released Kimi K3, an open-weight multimodal reasoning model with a 1-million token context window. The model is priced at $3 per 1M input tokens and $15 per 1M output tokens, available through OpenRouter.

Comments

Loading...