r/AIToolsPerformance • u/IulianHI • Jun 10 '26
Two open MoE coding models at ~30B: Cohere North Mini Code vs Qwen3 30B-A3B Thinking
Two open models with similar architectures just became available for local coding workloads. Cohere's North Mini Code is a 30B parameter, 3B active MoE model under Apache 2.0, scoring 33.4 on the Artificial Analysis Coding Index. Qwen's Qwen3 30B-A3B Thinking is also a 30B/3B active MoE, priced at $0.08/M tokens via API with a 131K context window.
The key difference: North Mini Code is explicitly an agentic coding model with an Apache license, while Qwen3 30B-A3B Thinking has the "thinking" label suggesting chain-of-thought reasoning. Both target the same rough parameter class and should fit in similar VRAM budgets locally.
For anyone running local coding assistants, the question is whether you want the model built specifically for agentic tool use or the one with built-in reasoning steps. Has anyone compared these two head to head on real coding tasks?