Back to Models

Nex AGI: DeepSeek V3.1 Nex N1

nex-agi/deepseek-v3.1-nex-n1
Dec 8, 2025131.1K context163.8K max output$0.14/M in · $0.50/M out

Description

DeepSeek V3.1 Nex-N1 is the flagship release of the Nex-N1 series — a post-trained model designed to highlight agent autonomy, tool use, and real-world productivity.

Nex-N1 demonstrates competitive performance across all evaluation scenarios, showing particularly strong results in practical coding and HTML generation tasks.

Specifications

Provider
nex-agi
Context Length
131.1K
Max Output
163.8K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.14
Output$0.50

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nex-agi/deepseek-v3.1-nex-n1",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'