LLM Perks

North Mini Code

Free right now Small
CodingLong contextOpen weights

North Mini Code is a language model from Cohere. It is currently free at 2 providers with up to 262K tokens of context. The model is suited to coding. Its weights are open, so it can also run locally.

Developer
Cohere
Context
262K tokens
Type
Text
License
Open weights

Where to use North Mini Code for free

Each row is a separate free endpoint with its own limits.

ProviderContextLimitCard
OpenRouter
cohere/north-mini-code:free
256K Free tier No Open
UnoRouter
north-mini-code:free
262K No-card free models use shared capacity and per-model limits; availability can change. No Open

Quick start

curl https://openrouter.ai/api/v1/chat/completions \
  -H "Authorization: Bearer $OPENROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "cohere/north-mini-code:free",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Example for OpenRouter. Any OpenAI-compatible client works: Cursor, Cline, OpenCode, Open WebUI.

Benchmarks

Intelligence Index
9.9
GPQA Diamond
75.7%
Humanity's Last Exam
11.1%
Terminal-Bench Hard
31.1%
τ²-Bench
37.4%
Long context (LCR)
37.3%

Source: Artificial Analysis · North Mini Code

Similar free models

FAQ

Is North Mini Code free?

Yes. As of September 26, 2026, North Mini Code is free at OpenRouter, UnoRouter. Each provider has its own limits — see the table above.

What is the context window of North Mini Code?

The largest context among free routes is 262,144 tokens. Some providers cap it lower.

How do I call North Mini Code via API?

Use any OpenAI-compatible client with base URL https://openrouter.ai/api/v1, model ID cohere/north-mini-code:free, and a OpenRouter key.

How good is North Mini Code?

Artificial Analysis Intelligence Index: 9.9, GPQA Diamond: 76%. For comparison, the strongest free model in the catalog right now is GLM 5.3.

Is North Mini Code open-weight?

Yes, the weights are published — you can download and run it locally, for example with Ollama or LM Studio.