Cohere 30B A3B model GGUF release by Unsloth

๐กNew 30B model from Cohere is now available in GGUF format for local inference via Unsloth.
โก 30-Second TL;DR
What Changed
GGUF format release for Cohere 30B A3B
Why It Matters
The availability of GGUF formats allows developers to run high-performance models on consumer hardware, democratizing access to large-scale AI.
What To Do Next
Download the GGUF file from Hugging Face and test it using llama.cpp to evaluate its performance on your local hardware.
Key Points
- โขGGUF format release for Cohere 30B A3B
- โขEnables local execution of the new 30B model
- โขPotentially linked to llama.cpp PR #24260 for architecture support
๐ง Deep Insight
Web-grounded analysis with 27 cited sources.
๐ Enhanced Key Takeaways
- โขThe Cohere 30B A3B model is officially named "North Mini Code 1.0" and represents Cohere's inaugural agentic coding model, specifically designed for tasks such as code generation, agentic software engineering, and terminal interactions.
- โขThis model employs a Mixture-of-Experts (MoE) architecture, featuring 30 billion total parameters but activating only 3 billion parameters at any given time, which significantly reduces inference costs and enables efficient local deployment on consumer-grade hardware.
- โขCohere released North Mini Code 1.0 under the permissive Apache 2.0 license, marking a strategic shift towards open-source accessibility for its models, a departure from previous releases like Command R and R+ which utilized more restrictive licenses.
- โขUnsloth, known for its optimized GGUF releases, also provides Unsloth Studio, a platform that facilitates running and fine-tuning various GGUF and Safetensors models locally, offering features such as tool-calling and web search capabilities.
- โขThe GGUF (GPT-Generated Unified Format) format, developed by the llama.cpp project, is specifically optimized for CPU efficiency and integrates quantization, making large language models feasible on consumer-grade hardware by bundling model parameters and metadata into a single, self-contained file.
๐ Competitor Analysisโธ Show
| Feature/Metric | Cohere North Mini Code 1.0 (30B A3B) | Mistral Devstral Small 2 (24B Dense) | Qwen3.6 35B A3B | GitHub Copilot / Cursor / Claude Fable 5 |
|---|---|---|---|---|
| Architecture | Sparse Mixture-of-Experts (MoE), 30B total / 3B active parameters | Dense model, 24B parameters | Sparse Mixture-of-Experts (MoE), 35B total / 3B active parameters | Proprietary / Managed Service |
| License | Apache 2.0 | (Not specified in search, likely more restrictive than Apache 2.0 for enterprise use) | Apache 2.0 | Proprietary / Commercial (per-usage or subscription) |
| Deployment | Local (GGUF, llama.cpp, Unsloth Studio), Hugging Face, API | (Likely API and potentially local with GGUF conversions) | Local (GGUF, llama.cpp, Unsloth Studio), Hugging Face | Cloud-based API / Managed Service (no on-premises option for Copilot/Cursor/Fable 5) |
| Output Throughput | 2.8x higher than Devstral Small 2 (internal tests), ~199 tokens/second (Artificial Analysis) | (Baseline for comparison) | ~30 tokens/second (on 6GB VRAM with llama.cpp) | Claude Fable 5: $50 per million output tokens |
| Inter-token Latency | 30% decrease over Devstral Small 2 (internal tests), 0.25 seconds (Artificial Analysis) | (Baseline for comparison) | (Not specified for direct comparison) | (Not specified for direct comparison) |
| Intelligence Index (Artificial Analysis) | 27.6 | (Not specified, but Mistral Small 4 is 27.8) | (Not specified for this exact model, but Qwen3.6 35B A3B is 35.2 on Coding Index) | (Not specified for direct comparison) |
| Coding Index (Artificial Analysis) | 33.4 | (Not specified) | 35.2 | (Not specified for direct comparison) |
| Context Window | 256K input, 64K output | (Not specified) | 256K natively, extendable up to 1M with Yarn | (Not specified, but generally large for cloud models) |
| Target Use Case | Agentic coding, software engineering, terminal tasks | (Coding-focused) | Agentic Coding, Agentic Browser-Use, foundational coding tasks | Coding assistance, code generation |
๐ ๏ธ Technical Deep Dive
- Model Name: North Mini Code 1.0
- Architecture: Decoder-only Transformer-based sparse Mixture-of-Experts (MoE) model.
- Parameters: 30 billion total parameters, with 3 billion active parameters during inference.
- Experts: Comprises 128 experts, with 8 experts activated per token.
- Layers: Features 49 layers.
- Hidden Size: Utilizes a hidden size of 2048.
- Attention Mechanism: Employs Grouped Query Attention (GQA) with 32 queries and 4 KV heads. It uses a hybrid attention mechanism, interleaved between sliding-window attention with RoPE (Rotary Positional Embeddings) and global attention without positional embeddings, in a 3:1 ratio.
- Context Length: Supports a 256K input context length and a 64K output length.
- Training: Trained through two stages of supervised fine-tuning, followed by reinforcement learning with verifiable rewards across over 70,000 tasks spanning approximately 5,000 repositories.
- GGUF Format: The GGUF (GPT-Generated Unified Format) is a binary file format optimized for efficient local LLM inference, designed for CPU efficiency, and integrates quantization to reduce model size and computational needs. It bundles model weights, architecture metadata, tokenizer, configuration, and quantization information into a single, self-contained file.
๐ฎ Future ImplicationsAI analysis grounded in cited sources
โณ Timeline
๐ Sources (27)
Factual claims are grounded in the sources below. Forward-looking analysis is AI-generated interpretation.
- cohere.com
- venturebeat.com
- kucoin.com
- huggingface.co
- huggingface.co
- artificialanalysis.ai
- huggingface.co
- reddit.com
- venturebeat.com
- unsloth.ai
- unsloth.ai
- unsloth.ai
- apxml.com
- github.io
- apxml.com
- runpod.io
- medium.com
- medium.com
- reddit.com
- huggingface.co
- huggingface.co
- huggingface.co
- huggingface.co
- businessmodelcanvastemplate.com
- wikipedia.org
- techhistorylab.com
- marktechpost.com
Weekly AI Recap
Read this week's curated digest of top AI events โ
๐Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: Reddit r/LocalLLaMA โ