aion-labs
AionLabs: Aion-3.0
Aion-3.0 is a multi-model roleplaying and storytelling system from AionLabs, built on the GLM family of models. It uses a collaborative generation process in which multiple specialized models each contribute...
Context
131k tokens
Input / 1M tokens
$3
Output / 1M tokens
$6
Benchmark
—
Pricing
Input tokens$3 per 1M tokens
Output tokens$6 per 1M tokens
Cache read$0.75 per 1M tokens
Technical details
Model IDaion-labs/aion-3.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-3.0',
messages: [{ role: 'user', content: 'Hello!' }],
})