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
- Context
- 262k tokens
- Completion cap
- 262,144
- Tools
- Yes
- JSON
- Yes
- Released
- 2026-06-24
Call it from Geek Hub
Same OpenAI SDK. Change the base URL and the model id.
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"}]
}'Get an API keyFrequently asked questions
- What is 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 runs on the Geek Hub API (OpenAI-compatible). Model id: nex-agi/nex-n2-mini.
- Is Nex-N2-Mini free?
- No. Input is $0.0273 per 1M tokens and output is $0.109 per 1M tokens on Geek Hub (markup included).
- What is the context length of Nex-N2-Mini?
- Nex-N2-Mini has a 262k tokens context window. It supports up to 262,144 completion tokens.
- Does Nex-N2-Mini support tool calling and structured outputs?
- Nex-N2-Mini accepts tools and tool_choice for function calling. It also supports structured outputs via a JSON schema in response_format.
- When was Nex-N2-Mini released?
- Nex-N2-Mini was released on 2026-06-24.