AGI Watch Active
GitHub
N
AI Nerd Hub
← Back to Model Leaderboard

Nex AGI: Nex-N2-Pro

💰 Budget ClassOpen Weights

DEVELOPED BY: Nex-agi • LAST UPDATED: 9/1/2026

Compare Model
CCI (Capability)17.1Consensus: N/A
Context Window262,144Max token length
In/Out Pricing$0.25/$1Blended cost/1M: $0.44
Pulse (Popularity)61/100Adoption + discussion proxy

Model Description

OpenRouter model gateway for Nex AGI: Nex-N2-Pro.

Domain Averages

Reasoning30.4%
Coding16%
Math21.8%
PreferenceN/A

Jury & Benchmark Signals

Source / HarnessScore
MMLU-Pro75%
SWE-bench Verified20%
LiveCodeBench25%
AIME30%
LMArena style-controlled Elo1000

Supported Modalities

INPUT:
text
OUTPUT:
text

Search Tags

#text#chat

How to Use This Model

Python SDK Integration:
import openai

client = openai.OpenAI(
  base_url="https://openrouter.ai/api/v1",
  api_key="YOUR_OPENROUTER_KEY"
)

response = client.chat.completions.create(
  model="nex-agi/nex-n2-pro",
  messages=[
    {"role": "user", "content": "Explain quantum entanglement in 1 sentence."}
  ]
)
cURL Terminal Request:
curl https://openrouter.ai/api/v1/chat/completions \
  -H "Authorization: Bearer $OPENROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nex-agi/nex-n2-pro",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'

Community Debates & Mentions (0)

No active Reddit or Hacker News debates referencing this model this week.