

Toronto startup Cohere has released an open-weight model designed for developers to use to build their own AI stack.
The open-weight North Mini Code is a 30-billion-parameter “mixture-of-experts” (MoE) model. MoE equips a model with specialized neural nets for individual tasks, such as mathematics and code generation. Mistral pioneered this approach to compete with larger LLMs.
As a result, when it comes time to produce an answer, the GPU won’t need all 30 billion parameters. Instead, a router function picks the most appropriate experts to complete the task, reducing the working size to 3 billion parameters. This means the model, slimmed to 4 bit quantization, can be managed by a single NVIDIA H100 GPU.
In fact, you won’t need a data center of H100s at all to run this model. The open weight release, optimized for software engineering agentic tasks, is one of a growing number of technologies built with the intention to democratize AI – in this case for developers.
“Local deployment is one way of empowering people and making AI really something that works for them,” said Nick Frosst, in a video introduction to the model.
The weights of North Mini Code, under an Apache 2.0 license, are available on Hugging Face, and can be accessed from the Cohere API, Cohere Model Vault and OpenRouter LLM marketplace. It can also work with Cohere’s turnkey AI workplace platform, North.
“North Mini Code is designed for speed and efficiency, with a strong focus on minimizing total cost of ownership,” the blog post announcing the release stated.
Individuals and companies who want to aggressively use AI but worry about the high costs of commercially provided tokens should think about incorporating this mid-sized model into an AI stack.
AI on a Budget
When “you’re calling an API, you’re suddenly beholden to whatever that cost is,” Frosst said, referring to the commercial AI providers whose services have caught the attention of the public. As the period of subsidized tokens comes to a close, organizations and end-users will start scrutinizing their AI usage. They may find many of their jobs won’t necessarily need the full power (and expense) of a behemoth LLM service.
In the video, Frosst demonstrated a project he was working on, to build a thermostat regulator for his home, using North Mini Code running on his Mac Studio, with the help of MLX. The job took only about 20 GB of working memory.
Larger projects he ships off to an LLM, but many jobs of this size can be run on the user’s own machine (perhaps with a memory upgrade).
“When there’s something complicated, maybe I call out to a different model, a bigger one on an API,” Frosst said. “When there’s something simple, I just call the local model.”
“I think that’s a pattern that’s going to become a lot more popular, especially now as the price of tokens is suddenly something that people are thinking about,” he said.
North Mini Code charted a 33.4 on the Artificial Analysis Coding Index, placing it well above the average of 15, from among 128 comparable models (such as Mistral’s Devstral Small, Poolside, Qwen and Google Gemma).
The coding index found North Mini Code to be very fast, though it is very verbose. Producing 208 tokens a second, North Mini Code is “notably fast,” the site noted. In the benchmark, it generated 75 million tokens, more than three times the average.
In other words, the model is a bit chatty. Perhaps in future releases North Mini Code will be better able to keep its thought process to itself, and just deliver the needed solutions.