model releaseCohere

Cohere Releases North Mini Code 1.0: 30B-Parameter MoE Model With 256K Context for Agentic Coding

TL;DR

Cohere Labs has released North Mini Code 1.0, a 30B-parameter sparse Mixture-of-Experts model with 3B active parameters and a 256K context window. The Apache 2.0-licensed model is optimized for agentic software engineering, featuring 128 experts with 8 activated per token, and trained specifically for tool use in coding tasks.

2 min read
0

Cohere Releases North Mini Code 1.0: 30B-Parameter MoE Model With 256K Context for Agentic Coding

Cohere Labs has released North Mini Code 1.0, a 30B-parameter sparse Mixture-of-Experts (MoE) model with 3B active parameters designed for code generation and agentic software engineering tasks.

Model Architecture and Specifications

North Mini Code 1.0 uses a decoder-only Transformer architecture with 128 experts, activating 8 per token. The model features:

  • Total parameters: 30B (3B active)
  • Context window: 256K tokens with 64K max output
  • License: Apache 2.0
  • Architecture: Sparse MoE with interleaved attention (3:1 ratio of sliding-window with RoPE to global attention without positional embeddings)
  • Training: Two-stage post-training with supervised fine-tuning (SFT) followed by reinforcement learning with verifiable rewards (RLVR)

Performance on Agentic Coding Benchmarks

Cohere evaluated the model on SWE-Bench Verified, SWE-Bench Pro, Terminal-Bench v2, and Terminal-Bench Hard using the Swe-Agent harness v1.1.0. The company also tested on SciCode and LiveCodeBench v6 for complex code generation. All benchmarks used temperature=1.0 and top_p=0.95 across 3 seeds. Specific benchmark scores were not disclosed in the model card.

Tool Use and Integration

The model supports native tool-use capabilities through chat templates in Transformers. According to Cohere, North Mini Code 1.0 features "interleaved thinking" where the model generates reasoning content alongside tool calls. The company recommends passing all model-generated thinking content to future agentic steps for optimal performance.

Integration requires installing Transformers from source and, for vLLM deployment, using the main branch with Cohere's melody library (version 0.9.0+). The model uses a bash tool for terminal command execution.

Availability

North Mini Code 1.0 is available on Hugging Face and can be tested in OpenCode and Cohere's hosted Hugging Face Space. The model requires tensor parallelism (recommended -tp 2) for vLLM serving with a max model length of 320,000 tokens.

What This Means

This release targets the growing market for AI-powered software engineering tools, competing with models like GitHub Copilot and Amazon CodeWhisperer. The 30B-parameter count with 3B active parameters via sparse MoE suggests Cohere is prioritizing inference efficiency over raw model size—a practical choice for deployment in development environments. The Apache 2.0 license and open weights make this accessible for commercial use, though the lack of disclosed pricing and specific benchmark comparisons to competing models leaves performance questions open. The emphasis on agentic capabilities and tool use reflects the industry shift from simple code completion to multi-step reasoning and execution workflows.

Related Articles

model release

Alibaba Open-Sources Qwen3.8-2.4T-A95B, Its First Qwen-Max-Class Model With Public Weights

Alibaba's Qwen team released Qwen3.8-2.4T-A95B on August 12, 2026, the open-weight version of Qwen3.8-Max and the first Qwen-Max-class model made publicly available. The 2.4 trillion-parameter mixture-of-experts model activates only 95 billion parameters per token and supports context windows up to 1 million tokens.

model release

DeepSeek Ships V4.1-Flash With Novel Encoder-Decoder Architecture, Cuts KV Cache to 1/8 of Predecessor

DeepSeek released V4.1-Flash, a 763B-parameter model built on a new causal encoder-decoder architecture that splits 8B active parameters for prefill and 16B for decode. The model adds native vision support, a 1M-token context window, and shrinks KV cache footprint to roughly 1/8 of DeepSeek V4 Flash, while retiring V4 Pro.

model release

InclusionAI Releases Ling 3.0 Flash VL, Adding Vision to Its 124B MoE Model

InclusionAI has released Ling 3.0 Flash VL, a vision-language extension of its 124B total-parameter, 5.5B active Mixture-of-Experts model. The model adds native image and video understanding, supports a 131K token context window, and is priced at $0.06 per 1M input tokens and $0.18 per 1M output tokens via OpenRouter.

model release

DeepSeek V4.1-Flash Cuts KV Cache Memory by Up to 8x, Matches Opus 5 on Coding Benchmark

DeepSeek released V4.1-Flash, a 552-billion-parameter model built to slash the memory overhead of long-context AI agents. The model cuts GPU cache needs to roughly a quarter of its predecessor's and matches closed models from OpenAI and Anthropic on select coding benchmarks.

Comments

Loading...