Nex-N2-Mini
Nex-N2-Mini is an open-source agentic mixture-of-experts model from Nex AGI, the smaller sibling in the Nex-N2 series. It accepts text and image input and is built for coding, tool use, deep research, and long-horizon agentic workflows, with a 262K-token context window and native reasoning support.
nex-agi/nex-n2-mini
- Contexto
- 262k tokens
- Máx. completion
- 262,144
- Tools
- Sí
- JSON
- Sí
- Lanzamiento
- 2026-06-24
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-mini",
"messages": [{"role": "user", "content": "Hola"}]
}'Consigue tu API keyPreguntas frecuentes
- ¿Qué es Nex-N2-Mini?
- Nex-N2-Mini is an open-source agentic mixture-of-experts model from Nex AGI, the smaller sibling in the Nex-N2 series. It accepts text and image input and is built for coding, tool use, deep research, and long-horizon agentic workflows, with a 262K-token context window and native reasoning support. Nex-N2-Mini corre en el API de Geek Hub (compatible con OpenAI). Id: nex-agi/nex-n2-mini.
- ¿Nex-N2-Mini es gratis?
- No. El input cuesta $0.0273 / 1M tokens y el output $0.109 / 1M tokens en Geek Hub (markup incluido).
- ¿Cuál es el contexto de Nex-N2-Mini?
- Nex-N2-Mini tiene una ventana de 262k tokens. Soporta hasta 262,144 tokens de completion.
- ¿Nex-N2-Mini soporta tool calling y structured outputs?
- Nex-N2-Mini acepta tools y tool_choice para function calling. También soporta structured outputs con un JSON schema en response_format.
- ¿Cuándo se lanzó Nex-N2-Mini?
- Nex-N2-Mini se lanzó el 24 de junio de 2026.