Nex-N2.5-mini is the small SKU in Nex-AGI's Nex-N2.5 agent family. The Hugging Face card lists license Apache-2.0, pipeline image-text-to-text, and architecture qwen3_5_moe. Hugging Face showed 62 likes and 2 downloads in the last month on 2026-09-09. createdAt is 2026-09-08. Safetensors on the card total about 35.1B parameters. r/LocalLLaMA had the card on the hot list the same day.
The family also ships Pro and Max. Max is described as a 1.6T text-only MoE. This page is the mini checkpoint, not Max.
Compare Qwen3.8-Flash-Next if you wanted Alibaba's sparse open MoE, DeepSeek-V4-Flash-Vision-Exp if you wanted a screenshot-and-text Flash VLM, or GLM-5.3-Flash if you wanted a cheap hosted fast SKU.
Key Features
- Agentic multimodal: card says mini and Pro keep Nex-N2's computer-use, browsing, and visually grounded agent path. Vision is framed as a way to verify outcomes, not only an input.
- Thinking modes:
reasoning_effortof"none","medium"(default adaptive), or"high". Chat template uses that field, not a genericenable_thinkingflag. - Serving: customized SGLang image
nexagi/sglang:v0.5.18-nex-patch. Mini recipe is a single node with 2 x H100,--tp 2,--reasoning-parser qwen3,--tool-call-parser qwen3_coder. - Sampling on the card:
temperature0.7,top_p0.95,top_k40. - Hosted path: OpenRouter listed
nex-agi/nex-n2.5-mini:freeat $0 / $0 on 2026-09-09. Recheck that slug before you promise a free seat.
Limitation: the GitHub mirror nex-agi/Nex-N2.5 had only 18 stars on 2026-09-09. Benchmark tables on the card are first-party, often run with NexAU / NexCUA harnesses. We did not rerun them. 62 likes on day one is a heat signal, not an audit.
Specs
| Item | Value | Source |
|---|---|---|
| Parameters (safetensors) | ~35.1B | HF API, 2026-09-09 |
| License | Apache-2.0 | HF card |
| Likes / last-month downloads | 62 / 2 | HF API, 2026-09-09 |
| Serve recipe | 2 x H100, tp 2 | same card |
| OpenRouter mini | $0 in / $0 out (:free) | OpenRouter API, 2026-09-09 |
| Software price | $0 weights | Apache-2.0 |
Card-cited mini scores (treat as vendor numbers): Terminal-Bench 2.1 73.4, SWE-Bench Pro 43.8, OSWorld-Verified 71.2, BrowseComp 83.4.
Use Cases
- Local agent teams who can spare two H100s and want an Apache-2.0 computer-use checkpoint.
- People comparing Nex-N2.5 sizes who need mini, not the 1.6T Max.
- r/LocalLLaMA readers who saw the HF link on the hot list.
If you needed a dense local 27B chat model, start with Qwen3.8-27B.
Getting Started
- Open nex-agi/Nex-N2.5-mini.
- Pull
nexagi/sglang:v0.5.18-nex-patchand mount the weights. - Launch with
--tp 2 --reasoning-parser qwen3 --tool-call-parser qwen3_coderand the mini chat template. - Set
reasoning_effortto"medium"unless you want always-on or no thinking.
First-party resource: Nex-N2.5-mini model card. Website: nex-agi.com.
Frequently Asked Questions
Is mini the same as Max?
No. Mini and Pro are multimodal. Max is the trillion-scale text-only MoE.
Can I run it on one 4090?
The published recipe is 2 x H100. Confirm VRAM before you promise a desktop box.
Are the SWE numbers comparable to Claude Opus 5?
The card table puts mini below Opus 5 on SWE-Bench Pro (43.8 vs 79.2). Those are vendor rows.
Alternatives
- Qwen3.8-Flash-Next: sparse open MoE with a RAM-resident n-gram table.
- DeepSeek-V4-Flash-Vision-Exp: MIT Flash vision experiment.
- GLM-5.3-Flash: hosted fast SKU if you did not want to self-host.
Tips
- Use the Nex SGLang image. A stock wheel may miss the chat template.
- Recheck OpenRouter
:freebefore you budget $0 inference. - Do not copy Max or Pro scores onto this mini page.
Nex-N2.5-mini is the Apache-2.0 35B agent checkpoint r/LocalLLaMA linked on 2026-09-08. Start at the Hugging Face card, then decide whether Pro or a hosted :free seat already covers the work.
Comments
No comments yet. Be the first to comment!
Related Tools
Related Insights
Seven AI Coding CLIs, Six Months: No Matter How Strong the Model, Work Needs Supervision
Claude Code, Codex, opencode, pi, omp and DeepSeek Harness all have personalities. After six months of deep use I run a division of labor: pi for the fastest cheapest reviews, omp for complex PRs, DeepSeek Harness on V4 Flash for high-frequency low-cost review, and Claude Code, Qoder and Cursor for writing. No matter how strong the model, work needs supervision — ideally from an independent third party.
Skills + Hooks + Plugins: How Anthropic Redefined AI Coding Tool Extensibility
An in-depth analysis of Claude Code's trinity architecture of Skills, Hooks, and Plugins. Explore why this design is more advanced than GitHub Copilot and Cursor, and how it redefines AI coding tool extensibility through open standards.
Claudesidian: Transform Obsidian into an AI-Powered Second Brain
Discover Claudesidian, an open-source project that perfectly integrates Obsidian with Claude Code. Built-in PARA method, custom commands, and automated workflows for a complete idea-to-implementation solution.