North Mini Code (free)
North Mini Code is Cohere's first agentic coding model and the debut of its North family. A sparse mixture-of-experts model with 30B total parameters and 3B active, it is optimized for code generation, agentic software engineering, and terminal tasks, and is trained to generalize across agent harnesses such as OpenCode and SWE-Agent. It offers a 256K-token context window with up to 64K tokens of output, supports interleaved reasoning and tool use via JSON schema, and is released open-weight under the Apache 2.0 license. Its small active-parameter footprint enables low-latency inference, including on local hardware.
cohere/north-mini-code:free
- Context
- 256k tokens
- Completion cap
- 64,000
- Tools
- Yes
- JSON
- No
- Released
- 2026-06-17
Call it from Geek Hub
Same OpenAI SDK. Change the base URL and the model id.
curl https://api.geekhub.mx/v1/chat/completions \
-H "Authorization: Bearer $GEEKHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "cohere/north-mini-code:free",
"messages": [{"role": "user", "content": "Hola"}]
}'Get an API keyFrequently asked questions
- What is North Mini Code (free)?
- North Mini Code is Cohere's first agentic coding model and the debut of its North family. A sparse mixture-of-experts model with 30B total parameters and 3B active, it is optimized for code generation, agentic software engineering, and terminal tasks, and is trained to generalize across agent harnesses such as OpenCode and SWE-Agent. It offers a 256K-token context window with up to 64K tokens of output, supports interleaved reasoning and tool use via JSON schema, and is released open-weight under the Apache 2.0 license. Its small active-parameter footprint enables low-latency inference, including on local hardware. North Mini Code (free) runs on the Geek Hub API (OpenAI-compatible). Model id: cohere/north-mini-code:free.
- Is North Mini Code (free) free?
- Yes. The listed price is zero — you are not charged for prompt or completion tokens. Free endpoints are rate limited.
- What is the context length of North Mini Code (free)?
- North Mini Code (free) has a 256k tokens context window. It supports up to 64,000 completion tokens.
- Does North Mini Code (free) support tool calling and structured outputs?
- North Mini Code (free) accepts tools and tool_choice for function calling. Structured outputs are not listed for this endpoint.
- When was North Mini Code (free) released?
- North Mini Code (free) was released on 2026-06-17.
More models from Cohere
- Command ACommand A is an open-weights 111B parameter model with a 256k context window focused on delivering great performance across agentic, multilingual, and coding use cases. Compared to
- Command R (08-2024)command-r-08-2024 is an update of the [Command R](/models/cohere/command-r) with improved performance for multilingual retrieval-augmented generation (RAG) and tool use. More broad
- Command R+ (08-2024)command-r-plus-08-2024 is an update of the [Command R+](/models/cohere/command-r-plus) with roughly 50% higher throughput and 25% lower latencies as compared to the previous Comman
- Command R7B (12-2024)Command R7B (12-2024) is a small, fast update of the Command R+ model, delivered in December 2024. It excels at RAG, tool use, agents, and similar tasks requiring complex reasoning