Deploy Nex-N2-Pro or Nex-N2-mini as a self-hosted coding and agentic AI model.
Compare Nex-N2's benchmark scores against GPT-5.5, Opus 4.7, and other frontier models.
Build an agent that plans, writes code, runs it, and iterates using an OpenAI-compatible API.
Run Nex-N2-mini on a two-GPU server for lighter-weight agentic workloads.
| nex-agi/nex-n2 | 855princekumar/sense-hive | a6216abcd/free-residential-ip-proxy-controller | |
|---|---|---|---|
| Stars | 32 | 32 | 32 |
| Language | — | HTML | JavaScript |
| Setup difficulty | hard | easy | hard |
| Complexity | 5/5 | 2/5 | 4/5 |
| Audience | developer | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Nex-N2-Pro needs a 16-GPU, two-server H100 cluster, even the mini variant needs two H100 GPUs.
Nex-N2 is a pair of open-source AI models designed to handle complex, multi-step tasks on a computer, like writing and running code, browsing the web, using external tools, and fixing errors in a continuous loop. The two variants are Nex-N2-Pro and Nex-N2-mini: the Pro version is larger and more capable, while the mini version is smaller and faster, both built on top of Qwen3.5, an existing open-source model family. The project comes from a company called Nex-AGI, and the central idea is called Agentic Thinking. Rather than treating reasoning and action as separate steps, the model keeps them connected in a single loop: it understands what you want, plans steps, writes code, runs it, reads the results, fixes mistakes, and repeats until the job is done. It includes two design choices to make this work: one lets the model decide when it needs to think carefully versus when it can act quickly, and another keeps its reasoning style consistent across different types of tasks. According to the benchmark comparisons in the README, Nex-N2-Pro scores competitively against well-known AI models on coding challenges and on tasks that require browsing and tool use. The mini version is smaller but still performs well on many of the same tasks. Running either model requires significant hardware: the Pro variant is designed for a cluster of 16 high-end GPUs spread across two servers, while the mini needs at least two high-end GPUs on one server. Installation involves a custom fork of a serving framework called sglang, or a prebuilt Docker image the team provides. Once running, it exposes an OpenAI-compatible API endpoint, so developers can connect to it using standard tools. The models are available to download from Hugging Face and ModelScope.
An open-source pair of agentic AI models (Nex-N2-Pro and Nex-N2-mini) built on Qwen3.5 that plan, code, browse, and iterate on multi-step tasks in a single loop.
No license is stated in the visible README.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.