aion-labs

AionLabs: Aion 3.5

Try in chat →

Aion 3.5 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...

Context
262k tokens
Input / 1M tokens
$3
Output / 1M tokens
$6
Benchmark

Uptime & performance

Loading…

Pricing

Input tokens$3 per 1M tokens
Output tokens$6 per 1M tokens
Cache read$0.75 per 1M tokens

Apps and activity

Loading…

Technical details

Model IDaion-labs/aion-3.5
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',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use AionLabs: Aion 3.5?

Try it in the browser first, then get an API key and start making requests in minutes.