Nex-N2-Pro
Nex-N2-Pro is an agentic mixture-of-experts model from Nex AGI, with 17B active parameters out of 397B total. Built on the Qwen3.5 architecture, it accepts text and image input and produces text output, and supports reasoning, function calling, and structured outputs. It is designed for coding, tool use, deep research, and long-horizon agentic workflows, unifying planning, code implementation, debugging, and iteration into a single execution loop.
nex-agi/nex-n2-pro
- Contexto
- 262k tokens
- Máx. completion
- 262,144
- Tools
- Sí
- JSON
- No
- Lanzamiento
- 2026-06-08
Llámalo desde Geek Hub
El mismo SDK de OpenAI. Cambia el base URL y el id del modelo.
curl https://api.geekhub.mx/v1/chat/completions \
-H "Authorization: Bearer $GEEKHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nex-agi/nex-n2-pro",
"messages": [{"role": "user", "content": "Hola"}]
}'Consigue tu API keyPreguntas frecuentes
- ¿Qué es Nex-N2-Pro?
- Nex-N2-Pro is an agentic mixture-of-experts model from Nex AGI, with 17B active parameters out of 397B total. Built on the Qwen3.5 architecture, it accepts text and image input and produces text output, and supports reasoning, function calling, and structured outputs. It is designed for coding, tool use, deep research, and long-horizon agentic workflows, unifying planning, code implementation, debugging, and iteration into a single execution loop. Nex-N2-Pro corre en el API de Geek Hub (compatible con OpenAI). Id: nex-agi/nex-n2-pro.
- ¿Nex-N2-Pro es gratis?
- No. El input cuesta $0.2725 / 1M tokens y el output $1.0901 / 1M tokens en Geek Hub (markup incluido).
- ¿Cuál es el contexto de Nex-N2-Pro?
- Nex-N2-Pro tiene una ventana de 262k tokens. Soporta hasta 262,144 tokens de completion.
- ¿Nex-N2-Pro soporta tool calling y structured outputs?
- Nex-N2-Pro acepta tools y tool_choice para function calling. No lista structured outputs en este endpoint.
- ¿Cuándo se lanzó Nex-N2-Pro?
- Nex-N2-Pro se lanzó el 8 de junio de 2026.