aion-labs

AionLabs: Aion-3.0-Mini

Aion-3.0 Mini is a multi-model roleplaying and storytelling system from AionLabs, built on the DeepSeek family of models. It uses a collaborative generation process in which multiple specialized models each...

Context
131k tokens
Input / 1M tokens
$0.70
Output / 1M tokens
$1.40
Benchmark

Pricing

Input tokens$0.70 per 1M tokens
Output tokens$1.40 per 1M tokens
Cache read$0.18 per 1M tokens

Technical details

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

Ready to use AionLabs: Aion-3.0-Mini?

Get an API key and start making requests in minutes.

Get an API key