📑 Table of contents

Cohere North Small Translate: an open-weight MoE for translation that beats DeepL and Google Translate on WMT26 — sovereign translation becomes free

Outils IA 🟢 Beginner ⏱️ 14 min read 📅 2026-09-14

North Small Translate: Cohere's open-weight MoE that beats DeepL and Google Translate on WMT26 (and what its license doesn't say upfront)

🔎 Machine translation wasn't "solved"

We've been hearing it for ten years now: machine translation is a commodity. Google Translate in 2006, DeepL in 2017, then the polyglot LLMs — what's new under the sun? On September 10, 2026, Cohere Labs answered by releasing North Small Translate 1.0, an open-weight mixture-of-experts model that scores 83.60 on WMT26 across all languages, ahead of DeepL NextGen (81.37) and far ahead of Google Translate (68.20).

The detail that changes the equation: the weights are downloadable from Hugging Face. On paper, sovereign translation — self-hosted, without sending your data to an American API — becomes free.

On paper only. The CC BY-NC 4.0 license prohibits any commercial use without Cohere's approval, and Cohere will gladly rent you its managed Model Vault inference instead. Let's dissect what this launch really changes: the numbers, the architecture, the license — and why translation is once again becoming a battleground between labs.


The Essentials

  • North Small Translate 1.0 (Cohere Labs, September 10, 2026): Sparse MoE with 218 billion parameters, of which 25 billion active, 16K input / 16K output context window.
  • WMT26 All Languages: 83.60 (84.36 in agentic mode), ahead of Qwen 3.5 397B A17B (81.56), DeepL NextGen (81.37), and far ahead of Google Translate (68.20). Evaluation judge: GPT-5.6-Sol.
  • 50+ languages and local variants, with unprecedented regional consistency: 82.2 in Europe versus 73.9 for Gemma 4 31B (on), and parity in South Asia.
  • Downloadable weights (BF16, FP8, NVFP4) under CC BY-NC 4.0: free for research and non-commercial use, paid in production via a commercial license and Cohere's Model Vault platform.
  • The point to watch: a model marketed as "sovereign" that locks down commercial use — whereas the previous North Mini Code shipped under Apache 2.0.

Tool Main use Price (September 2026) Ideal for
North Small Translate 1.0 Self-hosted open-weight translation Free (non-commercial); commercial license by quote via Model Vault Research, privacy, European languages
Cohere API, free tier Test via the Chat V2 API without a GPU Free (quotas); paid beyond Developers, quick evaluation
DeepL (NextGen API) Proprietary translation Limited free tier + paid plans (check deepl.com) SMEs, mature ecosystem
Google Cloud Translation Usage-based API ~$20 per million characters (check cloud.google.com) High-volume product integrations
Gemma 4 31B General-purpose open-weight translation Free (downloadable weights) Local use, limited GPU budget

📊 WMT26: The Numbers That Hurt Google

North Small Translate finishes at 83.60 on WMT26 All Languages, better than every comparable model under 1T parameters and better than translation APIs on average — all measured with GPT-5.6-Sol as judge, according to Cohere's launch blog.

Model WMT26 All Languages Score
North Small Translate (agentic mode) 84.36
North Small Translate 83.60
Qwen 3.5 397B A17B 81.56
DeepL NextGen 81.37
Gemma 4 31B (on) 79.46
GLM 5.2 FP8 76.50
Google Translate 68.20

Two readings stand out. First, the gap with Google Translate: 15.4 points. A chasm for a product used by more than a billion people, and a reminder that Google has long treated translation as a feature, not as a product worth pushing forward.

Second, regional consistency. North Small Translate reaches 82.2 in Europe versus 73.9 for Gemma 4 31B (on), and stays at parity in South Asia (86.2 versus 86.7). In other words: no regional collapse, that chronic ailment of models its size. It's exactly what you'd expect from a model claiming sovereignty for everyone, not just for English and Mandarin.

The agentic mode deserves a mention: the model finds and corrects its own translation errors, bringing the score up to 84.36. This quality closing of the loop without a human in the loop may be the real innovation of the launch.

An honest caveat: a single benchmark, a single judge — and that judge is an OpenAI model. Ironic when we're talking about sovereign AI. The number is serious, WMT is the field's gold standard, but your language mix and your business domain will remain the final judge.


⚙️ 218 billion parameters, 25 billion active: the mechanics

What allows North Small Translate to beat the giants is its sparse MoE architecture: 218 billion parameters in total, but only 25 billion activated per token. The knowledge capacity of a behemoth, with the latency and inference cost of a 25B model.

This isn't an isolated choice. The "big but frugal" MoE trend is accelerating across the open-weight landscape, as with Qwen3-Coder-Next, an 80B MoE with 3B active parameters that rivals proprietary models in code. Cohere applies the same recipe to translation, with a capabilities-to-cost ratio that becomes unbeatable at equal quality.

A second deliberate technical choice: no reasoning. In an interview with The New Stack, the team explains that it built a deliberately non-reasoning translation model. The logic: chain of thought adds latency and multiplies cost for a task where speed and volume matter more than multi-step deliberation.

As for lineage, this model follows in the footsteps of Tiny Aya and Command A Translate — Cohere has been plowing the multilingual furrow for years, counterintuitively for a Toronto lab that mostly sells to banks and insurers. With 50+ languages and regional variants, including 32 high-resource and 18 additional ones, and a 16K-token window for both input and output, the product is built for real documents, not demo sentences.


🔒 CC BY-NC 4.0: "sovereign," but not free for businesses

No, you cannot plug North Small Translate into your commercial product without paying Cohere. The CC BY-NC 4.0 license, along with Cohere Labs' Acceptable Use Policy, allows you to download, evaluate, and study the weights — not to run them in production.

To move to production, you have to buy a commercial license and deploy through Model Vault, Cohere's managed inference platform. The choice is delicious: the company selling sovereign AI to regulated industries restricts the commercial use of its own sovereign model. Asked about it, Cohere remains silent on its reasons, notes The New Stack.

My read: the non-commercial clause is a monetization safeguard disguised as an openness gesture. And the practice is becoming widespread. The GLM-5.3 license also imposes conditions — a security review by Z.ai above 10 billion USD in revenue over 12 months for anyone hosting the model commercially. By contrast, the previous North Mini Code shipped under Apache 2.0, with no comparable restrictions. The window for genuinely free open-weight models is closing as labs realize that "open" monetizes better as freemium than as a donation.

To be precise: commercial access does exist today via Cohere's free tier, with the Chat V2 API serving the model in production. Enough to test things seriously before talking licensing. But let's say it again, because many will get tangled up: open-weight does not mean open source, and "the weights are on Hugging Face" does not mean "it's for my SaaS."


🖥️ Self-hosting: GPUs first, free tier later

To host the weights yourself, count on at least 2x B200 or 4x H100 in FP8 — the "free" model comes with a steep entry ticket. The model card on Hugging Face details three checkpoints, presented as the very ones served in production by Cohere:

Checkpoint Minimum GPUs Use case
BF16 4x B200 or 8x H100 Reference, maximum quality
FP8 W8A8 2x B200 or 4x H100 Recommended compromise
NVFP4 W4A16 1x B200 or 2x H100 Tight budget

These quants are described as nearly lossless — these are not rough community conversions, but the official artifacts. Downloading the FP8 checkpoint takes a single command:

huggingface-cli download CohereLabs/North-Small-Translate-1.0-fp8

Once the model is loaded, the 25 billion active parameters keep the inference cost in check: that's the whole point of MoE. The expense shifts to GPU capital and operations — monitoring, scaling, availability. Cohere provides implementation guides and an HF Space demo so you can judge before investing.

Let's be clear-eyed about the profiles: for a lab or an ML team, it's doable. For an SME, the math will almost always lean toward the free tier for evaluation, then a license. And if your need is simply to explore models without hardware, the free AI APIs from Groq, Google, or OpenRouter remain the shortest path.


🇪🇺 The real stake: sovereignty (and its limits)

Translation remains one of the last critical enterprise building blocks still locked behind closed American APIs — and an open-weight model that beats the proprietary ones changes the hosting equation. That's the model's whole argument: Cohere claims the mission of "making sovereign AI a technological reality."

For regulated industries — legal, healthcare, finance, the public sector — the benefits of controlled deployment are concrete: sensitive data never leaves the infrastructure, workflows are GDPR-compliant by design, and per-character billing sent to a third party disappears. European languages happen to be the model's strong point, with 82.2 on WMT26 in Europe — the best regional score ahead of any open-weight model of comparable size.

But let's keep a cool head: for commercial use, "sovereignty" comes through a license purchased from Cohere, an American company, and ideally inference on its Model Vault platform. You get operational control over your data, not strategic independence from the vendor. The sovereignty on offer is real but partial — technical rather than contractual. In Europe, the real long-term alternative is still to build local hosting capabilities on open weights — something this model finally makes possible at the state of the art for translation.


⚔️ Translation Becomes a Battleground Again

Google Translate's score of 68.20 tells the real story: the giants have neglected a product deemed "solved," while their AI investments went elsewhere. Google is now building Gemini Intelligence and Googlebooks, transforming Android into an "intelligence system" — consumer-grade translation is clearly no longer an in-house priority.

Meanwhile, open-weight labs are getting back into it in earnest. Qwen 3.5 397B A17B holds 81.56, Gemma 4 and GLM follow close behind, and Cohere Labs is putting a dedicated model in the race. This dynamic is part of a broader wave in which Moonshot AI raises $2 billion and sees Kimi K2.6 dominate open-weight, as China accelerates in the AI race. Translation, an apparently mature task, is becoming territory to conquer once again — because actual coverage remains poor.

That's the message of the The New Stack interview: machine translation is still broken for most of the world's languages. The 32 high-resource languages and the 18 additional languages of North Small Translate represent progress, but the long tail remains the field's open frontier. The agentic mode — the model that re-reads and corrects its own translations at 84.36 — sketches out the next step: quality through self-verification rather than through model scaling.

My prediction: DeepL NextGen, which holds an honorable 81.37, won't go two years without a response. When a free, research-grade open-weight model beats your flagship product by more than two points, the competitive pressure becomes unbearable — even the most powerful generalists, from Gemini 3.1 Pro to Claude Sonnet 4.6, have a direct interest in locking down multilingual.


🧪 How to try North Small Translate today

Three options, no installation required. The HF Space demo hosted by Cohere Labs for immediate hands-on testing; the Cohere free tier via the Chat V2 API for real integration testing; and the weights on Hugging Face for anyone who wants to evaluate it seriously, with the BF16, FP8 and NVFP4 checkpoints and implementation guides provided.

Researchers and academic teams have the clearest path: the CC BY-NC 4.0 license covers exactly their use case, and the near-lossless quants avoid the measured degradation of community conversions. To explore other models without spending a dime, our selection of the best free AI tools remains the right starting point, and this launch is already among the AI news worth following closely.


❌ Common Mistakes

Mistake 1: confusing open-weight with open source

The weights are downloadable, not the freedom to do whatever you want with them. CC BY-NC 4.0 prohibits commercial use, and Cohere Labs' Acceptable Use Policy adds its own constraints. The fix: read the license before planning a product integration, and factor in the cost of the commercial license right from the feasibility study.

Mistake 2: believing that "free" means cost-free

Self-hosting requires at least 4x H100 in FP8, along with all the operational overhead that comes with it: monitoring, scaling, availability. The model is free, the infrastructure is not. The fix: calculate the total cost over three years — hardware, energy, team — and compare it against the free tier, then against the Model Vault license.

Mistake 3: taking 83.60 as a contractual promise

That's a score on a public benchmark, with a single judge (GPT-5.6-Sol). Your language pairs, your business terminology, and your formats may tell a different story. The fix: evaluate on your own data before making any decision, comparing against DeepL NextGen and your current solution.

Mistake 4: assuming uniform quality across the 50+ languages

The model covers 32 high-resource languages and 18 additional ones — European excellence guarantees nothing on the long tail, and even in South Asia, parity remains relative (86.2 vs. 86.7). The fix: explicitly verify your target languages with native speakers, not just the aggregated leaderboard.


❓ Frequently Asked Questions

Can you use North Small Translate in a business setting?

Not without a license. Non-commercial use is free, including evaluation via the free tier of the Chat V2 API. For commercial production, you need a license from Cohere and deployment through its Model Vault platform. The amount is not published (September 2026): you have to request a quote.

What are the technical specifications of the model?

A sparse MoE with 218 billion parameters, 25 billion of which are active, a 16K token context window for both input and output, and coverage of over 50 languages and local variants. It's a deliberately non-reasoning model, optimized for speed and volume. Three official checkpoints exist: BF16, FP8, and NVFP4.

Is it really better than DeepL?

On WMT26 All Languages, yes: 83.60 vs 81.37 for DeepL NextGen, and 84.36 in agentic mode. But an aggregate benchmark is no substitute for your own use cases. DeepL retains a mature ecosystem and proven integrations. Test both on your real documents before migrating anything.

Why a non-commercial license for a "sovereign" model?

Cohere hasn't explained itself, notes The New Stack. The most plausible hypothesis: protecting monetization through licenses and Model Vault, with the NC acting as a freemium offering. The trend is confirmed by GLM-5.3's conditional license, whereas the previous North Mini Code was released under Apache 2.0 without restrictions.

Which GPUs are needed to host the model?

The official minimum is 1x B200 or 2x H100 with the NVFP4 W4A16 checkpoint. FP8 W8A8 requires 2x B200 or 4x H100, and the reference BF16 4x B200 or 8x H100. These three checkpoints are the ones served in production by Cohere, described as nearly lossless.

Should you abandon Google Translate and DeepL?

No, not right away. For general-purpose use or quick integration, proprietary APIs remain the simplest option. North Small Translate becomes interesting when confidentiality, cost control at high volume, or European language coverage become critical — and especially if you can self-host.


✅ Conclusion

North Small Translate proves that a specialized open-weight model can beat proprietary models at translation — it also proves that the era of truly free-for-commercial-use open weights is closing. Try the demo, evaluate on your own data, and keep an eye on DeepL's and Google's response: the battleground is only just opening up.