All models

North Mini Code 1.0

by Cohere

Chat Tools Thinking

North-Mini-Code-1.0 is an open-weights sparse Mixture-of-Experts (MoE) developer model by Cohere optimized for agentic software engineering, featuring 30 billion total parameters with 3 billion active parameters per token, and supporting a 256K context window.

Publisher
Cohere
API model name
north-mini-code-1.0-iq4-nl
Context window
250K tokens
Licence
Apache 2.0
Model card on Hugging Face

Run North Mini Code 1.0

Install it on a Pendra worker, then call it through the OpenAI-compatible API with a pdr_sk_ key.

from pendra import Pendra

client = Pendra(api_key="pdr_sk_...")

response = client.chat.completions.create(
    model="north-mini-code-1.0-iq4-nl",
    messages=[{"role": "user", "content": "Hello!"}],
)

print(response.choices[0].message.content)

Run North Mini Code 1.0 on your own UK infrastructure

Deploy a worker, install North Mini Code 1.0, and start serving it through one sovereign API endpoint.