返回模型列表
Nex AGI: DeepSeek V3.1 Nex N1
nex-agi/deepseek-v3.1-nex-n1Dec 8, 2025131.1K 上下文163.8K 最大输出$0.14/M in · $0.50/M out
描述
DeepSeek V3.1 Nex-N1 是 Nex-N1 系列的旗舰版本——经过后训练的模型,突出 agent 自主性、tool use 和实际生产力。
Nex-N1 在各类评测场景中表现有竞争力,尤其在实用编程和 HTML 生成任务上成绩突出。
技术规格
供应商
nex-agi
上下文长度
131.1K
最大输出
163.8K
模态类型
输入text
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $0.14 |
| 输出 | $0.50 |
快速开始
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!"}]
}'