aion-labs
AionLabs: Aion 3.5 Mini
Try in chat →Aion 3.5 Mini is a multi-model roleplaying and storytelling system from AionLabs, built on the GLM family of models. It is the smaller, lower-cost sibling of Aion 3.5 and uses...
Context
262k tokens
Input / 1M tokens
$0.70
Output / 1M tokens
$1.40
Benchmark
—
Uptime & performance
Loading…
Pricing
Input tokens$0.70 per 1M tokens
Output tokens$1.40 per 1M tokens
Cache read$0.18 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDaion-labs/aion-3.5-mini
Context window262k 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.5-mini',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use AionLabs: Aion 3.5 Mini?
Try it in the browser first, then get an API key and start making requests in minutes.