guoteng commited on
Commit
0e5a7e4
·
1 Parent(s): aa21bb6

init README.md

Browse files
README.md CHANGED
@@ -1,3 +1,58 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ <div align="center">
6
+ <img src="./figures/NEX_logo.svg" width="20%"/>
7
+ </div>
8
+
9
+
10
+ # Nex-N1
11
+
12
+ Nex is a next-generation, full-stack agentic platform that brings foundation models, synthetic data pipelines, RL training, agent frameworks, and deployment tools together in one unified ecosystem.
13
+ DeepSeek-V3.1-Nex-N1 is the flagship release of the Nex-N1 series — a post-trained model designed to highlight agent autonomy, tool use, and real-world productivity.
14
+ We are committed to making it easier than ever to build and deploy AI agents by offering researchers and entrepreneurs a high-performance, reliable, and cost-effective "out-of-the-box" agent system.
15
+
16
+ ## Highlights
17
+ - **Full spectrum model matrix:** From 8B to 671B parameters, the Nex series covers everything from edge-friendly setups to frontier-scale deployments.
18
+ - **Agent-focused performance:** Demonstrates industry-leading results on programming, tool-use, web-search, and other multi-hop reasoning tasks.
19
+ - **Production-ready utility:** Excels at mini-app development, website authoring, slide creation, and immersive role-play—delivering immediate productivity
20
+ gains.
21
+ - **End-to-end control:** Developers can build the entire data-to-deployment loop on top of Nex, ensuring sovereignty while keeping costs predictable.
22
+ - **Open ecosystem:** Turnkey synthetic data pipelines, curated datasets, Nex-N1 checkpoints, the NexAU Agent framework, the EaaS MoE inference stack, and NexRL
23
+ training services are all openly available.
24
+
25
+ ## Performance
26
+ Nex-N1 is evaluated on six representative agentic benchmarks (general + professional). The model consistently ranks at or near the top across tool-using, web-search, and coding-heavy evaluations, showing strong readiness for real-world agent workflows.
27
+
28
+ ![Nex-N1 Benchmark Overview](./figures/Nex-N1-Benchamrk-white.png)
29
+
30
+ <ul align="left" style="font-size:12px; color:#6c757d;">
31
+ <li>Data points are sourced by default from the model’s official technical report or blog, as well as the benchmark’s official results. All other metrics were tested in strict compliance with the official standard evaluation framework.</li>
32
+ <li>Results for Tau2-bench are derived via a weighted average.</li>
33
+ <li>For SWE-verified-bench, test results are based on an internal scaffold built with OpenHands—using a 128k context length and 150 maximum steps—and represent the average of four runs.</li>
34
+ <li>Terminal-Bench2 is evaluated using the official Terminus2 agent.</li>
35
+ </ul>
36
+
37
+ Nex-N1 provides various size models from 8B to 671B for different usage scenarios.
38
+
39
+ | Model | GAIA2 | τ2-Bench | SWE-bench Verified | Terminal-Bench2 | BaxBench | BFCL v4 |
40
+ | --- | --- | --- | --- | --- | --- | --- |
41
+ | [DeepSeek-V3.1-Nex-N1](https://huggingface.co/nex-agi/DeepSeek-V3.1-Nex-N1) | 29.5 | 80.2 | 70.6 | 31.8 | 59.7 | 65.3 |
42
+ | [Qwen3-32B-Nex-N1](https://huggingface.co/nex-agi/Qwen3-32B-Nex-N1) | 16.7 | 72.1 | 50.5 | 16.7 | 34.8 | 60.5 |
43
+ | [Qwen3-30B-A3B-Nex-N1](https://huggingface.co/nex-agi/Qwen3-30B-A3B-Nex-N1) | 11.3 | 65.3 | 29.7 | 8.3 | 13.6 | 51.9 |
44
+ | [internlm3-8B-Nex-N1](https://huggingface.co/nex-agi/internlm3-8B-Nex-N1) | 8.6 | 63.0 | 20.3 | - | - | 44.5 |
45
+
46
+ ## Usage
47
+
48
+ ### Local Deployment
49
+ We recommend `sglang` for serving Nex-series models locally:
50
+ ```bash
51
+ python -m sglang.launch_server --model-path /path/to/your/model
52
+ ```
53
+
54
+ ### Function Calling
55
+ Nex-series models support robust function-calling capabilities. To maximize the function-calling capabilities of the Nex-series models, we modified the tool parser of `qwen3_coder`, see: https://github.com/sgl-project/sglang/pull/13411. To enable this feature, simply add the `--tool-call-parser qwen3_coder` flag when launching the server:
56
+ ```bash
57
+ python -m sglang.launch_server --model-path /path/to/your/model --tool-call-parser qwen3_coder
58
+ ```
figures/NEX_logo.svg ADDED
figures/Nex-N1-Benchamrk-white.png ADDED

Git LFS Details

  • SHA256: f6c990fdafe72b3243fed398107c3e875dc622f8070caf4c8b027958a759ae4f
  • Pointer size: 131 Bytes
  • Size of remote file: 628 kB