Nex-N2-Pro

Nex Agi chatreasoningtool_usevision Long

API ID: nex-agi/nex-n2-pro

Input Price
$0.25
/1M tokens
Output Price
$1.00
/1M tokens
Cached Input
$0.03
Save 90%

About Nex-N2-Pro

Nex-N2-Pro is a budget-friendly general-purpose model from Nex Agi with ultra-long context (262k), suitable for conversations, content creation, and general AI tasks.

๐Ÿ’ฐ
Price Ranking
#858 lowest price among 1240 Chat models

Model Specifications

Context Length
262k
Max Output
262k
Release Date
2026-06-08
Capabilities
chat reasoning tool_use vision
Input Modalities
textimage
Output Modalities
text

Best For

  • Complex reasoning, math problems, multi-step logic
  • Image analysis, document understanding, visual Q&A
  • Conversations, content writing, general assistance

Consider Alternatives For

  • Simple Q&A (cheaper models available)

๐Ÿ’ฐ Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$0.41
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$12.75
/month
1000 tickets/day, ~800 tokens each
Data Analysis Pipeline
$17.63
/month
500 analyses/day, ~2k tokens each

Nex Agi Model Lineup

Compare all models from Nex Agi to find the best fit

Model Input Output Context Capabilities
Nex-N2-Pro Current $0.25 $1.00 262k chat reasoning tool_use vision
Nex-N2-Mini $0.03 $0.10 262k chat reasoning tool_use

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Meta Llama 3 70B Instruct
Input: $0.51
Output: $0.74
Context: 8k
Mancer Weaver (alpha)
Input: $0.50
Output: $0.75
Context: 8k
DeepSeek DeepSeek V3.1
Input: $0.30
Output: $0.95
Context: 164k
MiniMax MiniMax M2
Input: $0.26
Output: $1.00
Context: 205k

๐Ÿš€ Quick Start

Get started with Nex-N2-Pro API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="nex-agi/nex-n2-pro",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)