bartowski/nex-agi_Nex-N2.5-mini-GGUF: Specs and Hardware

September 18, 2026

bartowski/nex-agi_Nex-N2.5-mini-GGUF: Specs and Hardware

At a Glance

Item Value
Repository bartowski/nex-agi_Nex-N2.5-mini-GGUF
Published 2026-09-11
License apache-2.0
Formats GGUF
Source type Primary source (the publisher itself)

Values determined by this site’s code at collection time. Dates are JST.

Overview

It is reported that bartowski/nex-agi_Nex-N2.5-mini-GGUF, published by bartowski, consists of GGUF quantization files for the multimodal agent model “Nex-N2.5-mini" developed by nex-agi, designed to run with llama.cpp. Since it contains information that has not been officially confirmed at this time, caution is required when actually deploying it.

Specifications

  • Parameters: 35B
  • License: apache-2.0

Performance

According to the model card, the following text and multimodal benchmark scores have been published for the original model, Nex-N2.5-mini (excerpting Nex-N2.5-Pro, Nex-N2.5-Max, Claude Opus 5, GPT-5.6 Sol, Kimi-K3, GLM-5.3, DeepSeek-V4-Pro-0813, and Qwen3.8-Max for comparison).

→ Scroll horizontally to see all columns

Benchmark / CODING 3 Nex-N2.5-mini / CODING 3 Nex-N2.5-Pro / CODING 3 Nex-N2.5-Max / CODING 3 Claude Opus 5 / CODING 3 GPT-5.6 Sol / CODING 3
Terminal-Bench 2.1 73.4 82.7 86.1 89.1 88.8
SWE-Bench Pro 43.8 61.2 65.7 79.2 64.6
DeepSWE v1.1 36.1 55.8 65.6 73.7 72.7
AutomationBench v1.0.6 5 32.3 44.2 50.2 50.3 45.8
Toolathlon Verified 54.6 68.5 74.7 76.5 74.9
GDPval-AA v2 1446 1628 1713 1831 1711
Job Bench 28.5 41.4 53.6 65.7 45.4
BrowseComp 6 83.4 89.7 92.6 90.8 90.4

→ Scroll horizontally to see all columns

Benchmark Nex-N2.5-mini Nex-N2.5-Pro MiniMax-M3 Claude Opus 5 GPT-5.6 Sol
OSWorld-Verified 8 71.2 82.2 75.2 83.4 83.2
OSWorld-2 30.5 56.4 22.3 68.3 62.7
WebTest 8, 9 48.6 52.8 54.0
WebArena-Verified 8 63.4 67.6 69.7
OSWorld-G 82.9 87.4 76.8 77.7
Vision2Web 7 52.9 68.2 59.0 79.8
SWE-MM 25.5 38.2 59.4 40.2
OmniDoc 89.7 92.2 91.6 92.9

Looking at the published scores of the original model, it records 73.4 on Terminal-Bench 2.1, showing solid performance in terminal operation agent tasks. On the other hand, compared to higher-end models like Nex-N2.5-Pro or large-scale models from other companies (such as Claude Opus 5 and GPT-5.6 Sol), the numbers are lower, meaning it is not at the state-of-the-art level. The gap widens further on SWE-Bench Pro (43.8) and real-repository/real-task metrics, indicating it falls short of top-tier proprietary models or higher-end variants in the same series.

Strengths and Use Cases

The original model, Nex-N2.5-mini, is said to be part of a next-generation agent model family specialized in computer operation, web browsing, and visually grounded agent capabilities. It supports image inputs in addition to text inputs, allowing it to handle tasks involving image recognition when used together with a multimodal projector file (mmproj).

Hardware Requirements

Estimated requirements (calculated by Local Model Watch) — 35.1B parameters (taken from the base model nex-agi/Nex-N2.5-mini)

Your VRAM Quantization File size Est. memory needed
16GB (RTX 5060 Ti 16GB / 4060 Ti 16GB, etc.) Q2_K 12.9GB 15.5GB
24GB (RTX 4090 / 3090, etc.) Q4_K_S 19.5GB 23.4GB
32GB (RTX 5090, etc.) Q5_K_M 25.1GB 30.2GB
48GB (RTX 6000 Ada / A6000, etc.) Q8_0 34.4GB 41.3GB
80GB class (A100 / H100) BF16 64.6GB 77.5GB

Memory estimates add a 20% runtime overhead (KV cache, etc.) to the actual size of the distributed files. Actual usage varies with context length, batch size and inference engine. These figures are computed by this site from file sizes, not published by the model’s authors. Compare with other models in our VRAM quick reference. What the quantization names mean: glossary.

Recent Models in the Same Size Class

Models with 15–40B parameters that Local Model Watch covered recently, listed by code from our article log for comparison. VRAM tiers are this site’s estimates; licenses are as stated on the model cards.

→ Scroll horizontally to see all columns

Model Parameters Smallest VRAM tier License Our article
bartowski/vectionlabs_Salience-27B-R6-GGUF 27.8B 12GB apache-2.0 Salience-27B-R6 GGUF Released by bartowski (2026-09-15)
agentionai/Signal-3.8-27B-GGUF 27.8B 16GB apache-2.0 Signal-3.8-27B-GGUF: Faster and More Token-Efficient (2026-09-12)

How to Get It

Distributed in GGUF format, it is compatible with engines such as llama.cpp, LM Studio, koboldcpp, ramalama, Jan AI, Text Generation Web UI, LoLLMs, and Atomic Chat. An example download command using Hugging Face CLI is as follows:

hf download bartowski/nex-agi_Nex-N2.5-mini-GGUF --include "nex-agi_Nex-N2.5-mini-Q4_K_M.gguf" --local-dir./

Related Articles

Sources