Models / Nex AGI
Nex AGI
Nex-N2-Pro
nex-agi/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...
Input
$0.325 / 1M tokens
Output
$1.3 / 1M tokens
Context
262K tokens
Capabilities
✓ Streaming○ Tool / function calling○ JSON / structured output✓ Vision (image input)
Call this model
Pass nex-agi/nex-n2-pro as the model. Change only the base URL from your existing OpenAI SDK setup.
quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
-H "Authorization: Bearer $MDB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nex-agi/nex-n2-pro",
"messages": [{"role":"user","content":"Hello!"}]
}'
Prices are final — the routing margin is already included. See the full pricing table or the API docs.