Cohere released a 218-billion-parameter translation model, and it barely made a sound. North Small Translate is a massive sparse model that sets a new performance benchmark for its domain. Its architecture and release strategy show where production-grade specialized models are heading: massive scale, focused on a single task, with efficiency coming from sparsity.

what shipped

On September 9, 2026, Cohere published release notes for North Small Translate, an open-weight Mixture-of-Experts (MoE) model built specifically for machine translation. The model has 218 billion total parameters, with 25 billion active for any given token. It's a sparse architecture with 128 experts, activating 8 per token.

This isn't a general-purpose chat model. It's a specialist, supporting translation across 50 languages. The weights are available on Hugging Face for research and non-commercial use under a CC BY-NC 4.0 license. For production use, Cohere routes you to a commercial license and their Model Vault deployment.

Performance-wise, Cohere reports a WMT26 score of 83.60 across all evaluated languages. They also note this can be pushed to 84.36 using an agentic multi-pass workflow where the model refines its own output.