nex-agiVision

Nex AGI: Nex-N2-Mini

Nex-N2-Mini is an open-source agentic mixture-of-experts model from Nex AGI, the smaller sibling in the Nex-N2 series. It accepts text and image input and is built for coding, tool use,...

Context
262k tokens
Input / 1M tokens
$0.02
Output / 1M tokens
$0.10
Benchmark

Pricing

Input tokens$0.02 per 1M tokens
Output tokens$0.10 per 1M tokens
Cache read$0.00 per 1M tokens

Technical details

Model IDnex-agi/nex-n2-mini
Context window262k tokens
Input modalitiestext, image
Output modalitiestext
TokenizerQwen3
Max output tokens262,144

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'nex-agi/nex-n2-mini',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Nex AGI: Nex-N2-Mini?

Get an API key and start making requests in minutes.

Get an API key