North Mini Code
North Mini Code is Cohere’s first agentic coding model for developers and the inaugural member of its next generation of powerful models. Small, efficient, and open-source, it is built for the sovereign developer ecosystem and designed to deliver strong software development performance without requiring extensive hardware. North Mini Code is a mixture-of-experts model with 30B total parameters and 3B active parameters, giving developers access to agentic coding capabilities in a compact and efficient form. The model is optimized for code generation, agentic software engineering, and terminal tasks, with a 256K total context length and up to 64K maximum generation. It is built for real-world developer workflows, including understanding and orchestrating sub-agents, mapping system architecture, running code reviews, and supporting coding agents that need to reason through complex software tasks.
Learn more
Laguna XS.2
Laguna XS.2 is Poolside’s open-weight agentic coding model, built as the lightest and fastest model in the Laguna family. It is a 33B total-parameter Mixture of Experts model with 3B activated parameters, trained completely in-house on 30T tokens. As Poolside’s newest generation model open to the community, Laguna XS.2 is a second-generation architecture and the company’s first open-weight model, built on the lessons learned from training Laguna M.1 across synthetic data and reinforcement learning. The model is designed for agentic coding workflows, where it can code, act, iterate quickly, and perform best inside Poolside’s coding agent. Laguna XS.2 is positioned as a strong model for rapid agentic iteration, especially for developers and teams that need a compact, efficient coding model rather than a heavier frontier system. It is released under an Apache 2.0 license, allowing the community to evaluate, fine-tune, quantize, serve, and build on the weights.
Learn more
Nemotron 3 Nano
Nemotron 3 Nano is the smallest model in the NVIDIA Nemotron 3 family, built for agentic AI applications with strong reasoning, conversational ability, and cost-efficient inference. It is a hybrid Mamba-Transformer Mixture-of-Experts model with 3.2 billion active parameters, 3.6 billion including embeddings, and 31.6 billion total parameters. NVIDIA describes it as more accurate than the previous Nemotron 2 Nano while activating less than half of the parameters per forward pass, improving efficiency without sacrificing performance. The model is positioned as more accurate than GPT-OSS-20B and Qwen3-30B-A3B-Thinking-2507 on popular benchmarks across different categories. On an 8K input and 16K output setting using a single H200, it delivers inference throughput 3.3 times higher than Qwen3-30B-A3B and 2.2 times higher than GPT-OSS-20B. Nemotron 3 Nano supports context lengths up to 1 million tokens and is reported to outperform GPT-OSS-20B and Qwen3-30B-A3B-Instruct-2507.
Learn more
DeepCoder
DeepCoder is a fully open source code-reasoning and generation model released by Agentica Project in collaboration with Together AI. It is fine-tuned from DeepSeek-R1-Distilled-Qwen-14B using distributed reinforcement learning, achieving a 60.6% accuracy on LiveCodeBench (representing an 8% improvement over the base), a performance level that matches that of proprietary models such as o3-mini (2025-01-031 Low) and o1 while using only 14 billion parameters. It was trained over 2.5 weeks on 32 H100 GPUs with a curated dataset of roughly 24,000 coding problems drawn from verified sources (including TACO-Verified, PrimeIntellect SYNTHETIC-1, and LiveCodeBench submissions), each problem requiring a verifiable solution and at least five unit tests to ensure reliability for RL training. To handle long-range context, DeepCoder employs techniques such as iterative context lengthening and overlong filtering.
Learn more