Nex AGI has released Nex-N2.5, a powerhouse family of open-weights models designed to bridge the gap between LLMs and autonomous digital agents.

The landscape of open-source artificial intelligence just shifted. On September 8, 2026, Nex AGI officially released Nex-N2.5, a family of models that doesn't just predict the next token, but actually interacts with the world. While the industry has spent years chasing higher MMLU scores, Nex AGI has focused on a much harder problem: agency.
Nex-N2.5 is built from the ground up to function as an agentic system. By combining multimodal perception with advanced reasoning, these models are capable of 'computer use'βthe ability to perceive a screen, move a cursor, and execute complex workflows across diverse software environments. This release marks a pivotal moment where open-weights models begin to rival the most sophisticated proprietary systems in practical, real-world utility.
Nex-N2.5 is not a single model, but a tiered ecosystem designed to meet different computational needs, from edge deployment to massive-scale reasoning. The family is divided into three distinct architectures: Mini, Pro, and Max.
The Mini and Pro variants are multimodal powerhouses. They are designed to ingest visual data alongside text, allowing them to 'see' user interfaces and provide real-time feedback. In contrast, the Max model utilizes a massive Mixture-of-Experts (MoE) architecture. While Max is text-only, its specialized experts make it a heavyweight in pure logic, coding, and deep reasoning tasks.
The numbers behind Nex-N2.5 are nothing short of staggering, particularly when looking at agentic benchmarks rather than traditional static datasets. The Pro model has set a new standard for operating system interaction, scoring 56.4 on OSWorld-2, significantly outperforming Qwen3.8-Max, which trailed at 46.7.
The Max model targets the highest tier of reasoning. On the AutomationBench v1.0.6, Nex-N2.5 Max achieved a score of 50.2. To put that in perspective, it sits just 0.1 points behind the industry-leading Claude Opus 5. This parity between an open-weights model and a top-tier proprietary model is a watershed moment for the developer community.
What does 'agentic' actually mean in practice? For Nex-N2.5, it means the ability to handle continuous action with visual feedback. The Pro model can navigate complex software like Blender or professional CAD tools, performing intricate design tasks by observing the canvas and adjusting its actions based on the visual result.
Beyond professional software, the model's versatility extends to administrative and even recreational tasks. It can autonomously handle expense reimbursement workflows by reading receipts and navigating banking portals, and in impressive demonstrations, it has even been shown playing PC games by interpreting screen states and executing controller or keyboard inputs.
Nex AGI is following a hybrid approach to accessibility. While the weights are open for local deployment, they also provide a managed API for developers who require high availability without the infrastructure overhead.
Because Nex-N2.5 is a new release, specific tiered pricing for the managed API is currently being rolled out across global regions. Developers are encouraged to check the official Nex AGI dashboard for the most current rates regarding input/output token costs.
For developers ready to dive in, Nex-N2.5 is available through several channels. The weights can be downloaded via Hugging Face for local fine-tuning or deployment using standard inference engines like vLLM or TensorRT-LLM.
If you prefer a managed experience, the Nex AGI SDK provides a streamlined way to integrate the Mini, Pro, or Max models into your existing Python-based agent frameworks. The documentation includes comprehensive guides on setting up 'Computer Use' loops and managing visual feedback buffers.