DigestAI news desk
OpenAI board member warns company is not on track to prevent catastrophic AI loss of control OpenAI launches Agents API beta for long-running cloud agents OpenAI Unveils GPT‑6 Astra: Record‑Breaking 3D Rendering, Loop‑Transformer Architecture OpenAI solves Navier-Stokes problem, sparking academic controversy over data use OpenAI Introduces ChatGPT for Financial Services Anthropic releases 150-page report on global Claude misuse and distillation RTK Token Savings Debunked: Cost Benchmarks Disagree The Waymo effect: AI making research less collaborative
Generative AI & Models updated 4 min read

Nex-AGI Launches 1.6‑Trillion‑Parameter Agentic Model Nex‑N2.5‑Max

Nex‑AGI has unveiled the Nex‑N2.5 family, a new line of agentic models designed for long‑horizon tasks in real‑world settings. The lineup includes mini, Pro, and Max variants, with the Max model built on a 1.6‑trillion‑parameter Mixture‑of‑Experts foundation. This marks the first post‑training effort at trillion‑parameter scale for the company.

1 source primary source

Key points

  • Nex‑N2.5‑Max is a 1.6‑trillion‑parameter MoE model, the first post‑training effort at trillion‑parameter scale.
  • The family supports computer use, web browsing, and visual feedback for continuous self‑correction.
  • Weights are open‑source and hosted services are available on Hugging Face, ModelScope, and OpenRouter.

The models extend multimodal capabilities, enabling computer and browser interaction, autonomous program execution, and visual feedback for continuous self‑correction. Vision is treated as a critical interface, allowing agents to verify outcomes and drive tasks forward. Nex‑AGI also released open‑source weights and hosted services via Hugging Face, ModelScope, and OpenRouter, and provided Docker images and deployment scripts for easy integration.

Performance evaluations show the Nex‑N2.5 family outperforming several leading models on coding, agentic workflows, and multimodal benchmarks, with the Max variant achieving the highest scores in many categories. The release demonstrates progress in scaling agentic intelligence and offers developers a powerful tool for complex productivity and research tasks.

Full story from huggingface.co · via r/LocalLLaMA primary source Open source ↗

Nex N2.5 Pro (407GB) released

huggingface.co · 11 September 2026

A next-generation family of agentic models built for long-horizon tasks in real-world environments.

Today, Nex-AGI officially introduces Nex-N2.5, its next-generation family of agentic models.

Nex-N2.5 is available in three sizes: mini, Pro, and Max. Nex-N2.5-mini and Nex-N2.5-Pro continue to build on the multimodal foundations of Nex-N2, with focused improvements in computer use, web browsing, and visually grounded agentic capabilities. Nex-N2.5-Max is built on a 1.6-trillion-parameter, text-only Mixture-of-Experts (MoE) foundation model, marking our first complete post-training effort at trillion-parameter scale.

For long-horizon tasks in real-world environments, Nex-N2.5 further strengthens its ability to act continuously and self-correct through visual feedback. The models can operate computers and browsers, as well as autonomously execute and test programs. Vision is therefore no longer merely an input modality; it has become a critical interface through which an agent perceives its environment, verifies outcomes, and moves a task forward.

Building on this foundation, we have further expanded the range of agent training environments, task types, and productivity scenarios, while completing systematic post-training at trillion-parameter scale for the first time. Through broader task coverage and richer environmental feedback, Nex-N2.5 delivers further gains in scientific research, knowledge work, and complex productivity tasks. This work also provides valuable practical experience for training agentic capabilities in even larger models.

By jointly advancing model training, infrastructure, and real-world agent scenarios, Nex-AGI aims to continue driving progress in agentic intelligence.

Model weights for the Nex-N2.5 family will be released as open source, alongside hosted online services.

  • Nex-N2.5-Max: Hugging Face | ModelScope
  • Nex-N2.5-Pro: Hugging Face | ModelScope
  • Nex-N2.5-mini: Hugging Face | ModelScope
  • Hosted Access: OpenRouter (Nex-N2.5-Pro) | OpenRouter (Nex-N2.5-mini)
  • Websites: Global

We welcome developers and enterprises to integrate and try Nex-N2.5 and share their feedback.

We evaluate Nex-N2.5 across coding, agentic workflows, computer use, and multimodal understanding.

The tables below compare Nex-N2.5-mini, Nex-N2.5-Pro, and Nex-N2.5-Max with leading models across our evaluation suite.<sup>1, 2</sup> Bold marks the best result in each benchmark, including ties; — indicates unavailable data.<sup>10</sup>

<sup>1</sup> Score sources: Where available, scores are drawn from official benchmark leaderboards and the latest evaluation reports published by model providers, including the Kimi-K3, Qwen3.8-Max, GLM-5.3, and HY4 reports. Results without a public source are obtained through our own evaluations.

<sup>2</sup> Sampling parameters: Our evaluations use temperature = 0.7, top_p = 0.95, and top_k = 40.

<sup>3</sup> Evaluation harness: Coding tasks are evaluated using the NexAU harness.

<sup>4</sup> DeepSeek-V4-Pro: Our evaluations use the DeepSeek-V4-Pro-0813 version.

<sup>5</sup> AutomationBench: We use the Public version.

<sup>6</sup> BrowseComp: We apply the Summary context-compaction strategy when the token usage exceeds 60% of the model’s context window.

<sup>7</sup> Vision2Web: We report the average score across the Frontend, Webpage, and Website categories, with Gemini-3.5-Flash as the VLM judge and GLM-5V-Turbo (Claude Code) as the GUI agent.

<sup>8</sup> Computer-use and browser-use benchmarks, including OSWorld, WebTest, and WebArena, are evaluated using our NexCUA harness. Grounding coordinates are normalized to a 0–1000 scale. The NexCUA project will be open-sourced soon.

<sup>9</sup> WebTestBench: These results are evaluated in oracle mode, using the ground-truth checklist to assess defect detection only, without checklist generation.

<sup>10</sup> Notation: Bold marks the best result in each benchmark, including ties; — indicates unavailable data.

We also provide a prebuilt Docker image with our customized sglang fork preinstalled: nexagi/sglang:v0.5.18-nex-patch. The launch command is the same as above.

# Multi-node (2 nodes, 16 x H200). Run the same command on every node with:
#   &lt;node-rank&gt; = 0 on the head node, 1 on the other node
#   &lt;node0-ip&gt;  = IP of the head node (reachable from all others)
docker run --gpus all --shm-size 32g --network host \
  -v /path/to/your/model:/model \
  nexagi/sglang:v0.5.18-nex-patch \
  python3 -m sglang.launch_server \
    --model-path /path/to/your/model \
    --trust-remote-code \
    --host 0.0.0.0 \
    --port 8000 \
    --nnodes 2 \
    --node-rank "${NODE_RANK}" \
    --dist-init-addr "${MASTER_ADDR}:5000" \
    --tp 16 \
    --pp-size 1 \
    --dp 1 \
    --ep-size 16 \
    --attention-backend dsv4 \
    --kv-cache-dtype fp8_e4m3 \
    --page-size 256 \
    --moe-a2a-backend deepep \
    --moe-runner-backend deep_gemm \
    --moe-dense-tp-size 1 \
    --deepep-mode auto \
    --context-length 262144 \
    --mem-fraction-static 0.84 \
    --chunked-prefill-size 8192 \
    --enable-mixed-chunk \
    --disable-overlap-schedule \
    --max-running-requests 64 \
    --cuda-graph-max-bs-decode 64 \
    --cuda-graph-backend-decode full \
    --cuda-graph-backend-prefill disabled \
    --chat-template /path/to/nex-n2.5-max/chat_template.jinja \
    --reasoning-parser deepseek-r1 \
    --tool-call-parser qwen3_coder

Single node with 8 × H100:

docker run --gpus all --shm-size 32g --ipc=host \
  -p 30000:30000 \
  -v /path/to/your/model:/model \
  nexagi/sglang:v0.5.18-nex-patch \
  python3 -m sglang.launch_server \
    --model-path /model \
    --tp 8 \
    --host 0.0.0.0 --port 30000 \
    --reasoning-parser qwen3 \
    --tool-call-parser qwen3_coder \
    --chat-template /path/to/nex-N2.5-Pro/chat-template.jinja \
    --mamba-scheduler-strategy extra_buffer

Single node with 2 × H100:

docker run --gpus all --shm-size 32g --ipc=host \
  -p 30000:30000 \
  -v /path/to/your/model:/model \
  nexagi/sglang:v0.5.18-nex-patch \
  python3 -m sglang.launch_server \
    --model-path /model \
    --tp 2 \
    --host 0.0.0.0 --port 30000 \
    --reasoning-parser qwen3 \
    --tool-call-parser qwen3_coder \
    --chat-template /path/to/nex-N2.5-mini/chat-template.jinja \
    --mamba-scheduler-strategy extra_buffer

For the best generation quality, we recommend the following sampling parameters:

  • temperature : 0.7
  • top_p : 0.95
  • top_k : 40

Use reasoning_effort to control the thinking behavior of Nex-N2.5:

For adaptive thinking, set reasoning_effort to "medium" in your OpenAI-compatible Chat Completions request. Replace &lt;served-model-name&gt; with the model name exposed by your server:

{
  "model": "&lt;served-model-name&gt;",
  "messages": [
    {"role": "user", "content": "Explain how binary search works."}
  ],
  "reasoning_effort": "medium"
}

The chat template uses reasoning_effort; parameters such as enable_thinking and thinking_mode require gateway-specific translation.

Nex-series models support robust function-calling capabilities. To enable function calling, add the --tool-call-parser qwen3_coder flag when launching the server:

python -m sglang.launch_server --model-path /path/to/your/model --tool-call-parser qwen3_coder

When the model produces a reasoning trace, configure SGLang to separate it from the final response:

  • Nex-N2.5-mini and Nex-N2.5-Pro:--reasoning-parser qwen3
  • Nex-N2.5-Max:--reasoning-parser deepseek-r1

The deployment commands above include the appropriate reasoning parser and --tool-call-parser qwen3_coder. The parser extracts reasoning content; use reasoning_effort to select the thinking mode.

  • Downloads last month
  • 12,260

This text was published by huggingface.co . It is reproduced here with attribution so you can read it in full; the rights remain with the publisher. Read it at the source ↗

Coverage and discussion

1 source
Topics · follow one to build your own front page

The headline, key points and digest above were generated by Digest AI's editorial model from the linked sources. Automated summaries can contain errors: the sources are the record. Spotted a mistake? Tell us.

Comments

via GitHub Discussions

Related stories