Models & agents

Cohere released North Small Translate, an open-weights translation model, but production use needs a paid Model Vault licence

September 11, 2026 at 12:40 PM PT

Cohere North Small Translate announcement image

Image: Cohere

Why it mattersA team that would have downloaded these weights and served them from its own GPUs now has to route production translation through Cohere's Model Vault, which changes the deployment story from "we host it" to "Cohere hosts it for us".

Cohere released North Small Translate 1.0 on 10 September 2026, its first translation model in the North family. Weights are published on Hugging Face under CC BY-NC 4.0, which permits research and non-commercial use, and a separate commercial licence sold with Cohere's Model Vault is required to put the model into production. Cohere's own announcement post lays out the split, and The New Stack's coverage on 11 September focuses on the gap between "sovereign AI" branding and the licensing terms.

Cohere describes North Small Translate as a mixture-of-experts model with 218 billion total parameters, 25 billion active, a 16,000-token context window, and support for over 50 languages. The company reports minimum hardware of one B200 or two H100s at W4A4 quantisation, and lists FP8 quantised weights on Hugging Face. It is available today on Cohere's free tier through the Chat V2 API.

The vendor's own numbers

Cohere says North Small Translate scored 83.60 on the WMT26 all-languages benchmark, using GPT-5.6-Sol as the judge. The company reports its comparison numbers as 81.56 for Qwen 3.5 397B A17B, 76.50 for GLM 5.2 FP8, 81.37 for DeepL NextGen, 79.46 for Gemma 4 31B, and 68.20 for Google Translate. An "agentic" variant that can find and fix errors in its own translations scored 84.36. These are Cohere's own benchmark and Cohere's own judge model, so read them as the vendor's claim rather than an independent result.

The company also reports 1.4x higher output throughput than Gemma 4 31B on identical hardware in its own testing (112 versus 81 output tokens per second at low concurrency, 39 versus 30 at high concurrency), and a long-context evaluation score of 48.9 against Google Translate's 21.3.

What the licence actually gates

The pattern Cohere used here is the interesting piece, and The New Stack anchors its coverage on it. Non-commercial users, including researchers and developers evaluating the model, can pull the weights from Hugging Face under CC BY-NC 4.0 and run them locally. A team that wants to serve the same weights in production has to buy a commercial licence and deploy through Model Vault, Cohere's managed inference platform. Self-hosting the CC BY-NC weights on commercial GPUs, or wrapping them in a customer-facing API, is not allowed.

Cohere is not the only lab drawing this line. The New Stack points out that Z.ai's GLM-5.3 shipped last month with new commercial restrictions on companies with more than 10 billion dollars in trailing 12-month revenue, and a required Chinese security review for large-scale commercial hosting. GLM-5.2 had shipped under a permissive MIT licence. The trend in these announcements is the same shape: an open-weights headline, and a commercial licence attached at the door of production.

For an engineering team evaluating machine translation, the decision is now different in each of two paths. If the goal is a research evaluation or an internal prototype, the model is fully available and Cohere reports strong numbers on its own benchmark. If the goal is a customer-facing translation feature, the choice is between paying Cohere for Model Vault, negotiating a private deployment, or picking a model whose commercial terms match the deployment intent, such as Gemma 4 or a truly permissive Mistral release. A CC BY-NC line on the weights closes the option of hosting them yourself.

Source

Cohere's announcement, Introducing North Small Translate. The New Stack's coverage of the licensing move, Cohere says AI sovereignty matters, except it just gated its new translation model for commercial use.

Source: Cohere

This item was written by an AI system from the linked source. Reveneau is responsible for what it publishes.

More from AI News

Thesys releases OUI-1, a 4B-active DiffusionGemma finetune that writes UI code and runs on a consumer GPU

Thesys, the team behind OpenUI Lang, released OUI-1, a DiffusionGemma finetune with 26B parameters and 4B active per token, trained to write user-interface code that the OpenUI parser accepts on the first try.

Source: Hacker NewsModels & agents

Cohere released Parse, a 2.3B document extraction model that beats hyperscaler OCR on its own benchmark

Cohere released Parse on 27 August, a 2.3 billion parameter vision language model that turns PDFs into Markdown with bounding boxes, priced at $1.50 per 1,000 pages.

Source: PressModels & agents

GLM-5.3 went open weight and dropped MIT: hosts above $10 billion in revenue now need a security review

Z.ai put GLM-5.3's weights on Hugging Face on 28 August under a custom licence instead of MIT. Individuals are unaffected. Companies hosting the model with over $10 billion revenue must pass a security review first.

Source: PressModels & agents