aion-labs
AionLabs: Aion-2.0
Aion-2.0 is a variant of DeepSeek V3.2 optimized for immersive roleplaying and storytelling. It is particularly strong at introducing tension, crises, and conflict into stories, making narratives feel more engaging....
Context
131k tokens
Input / 1M tokens
$0.80
Output / 1M tokens
$1.60
Benchmark
—
Pricing
Input tokens$0.80 per 1M tokens
Output tokens$1.60 per 1M tokens
Cache read$0.20 per 1M tokens
Technical details
Model IDaion-labs/aion-2.0
Context window131k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens32,768
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: 'aion-labs/aion-2.0',
messages: [{ role: 'user', content: 'Hello!' }],
})