nex-agiVision
Nex AGI: Nex-N2.5-Mini
Try in chat →Nex-N2.5 is an agentic model built to turn goals into working, verified outcomes. Its core strength is agentic coding within a visual feedback loop: it can explore codebases, implement multi-file...
Context
262k tokens
Input / 1M tokens
$0.02
Output / 1M tokens
$0.10
Benchmark
—
Uptime & performance
Loading…
Pricing
Input tokens$0.02 per 1M tokens
Output tokens$0.10 per 1M tokens
Cache read$0.00 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDnex-agi/nex-n2.5-mini
Context window262k tokens
Input modalitiestext, image
Output modalitiestext
TokenizerQwen3
Max output tokens235,929
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.5-mini',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Nex AGI: Nex-N2.5-Mini?
Try it in the browser first, then get an API key and start making requests in minutes.