aion-labs
AionLabs: Aion-1.0-Mini
Aion-1.0-Mini 32B parameter model is a distilled version of the DeepSeek-R1 model, designed for strong performance in reasoning domains such as mathematics, coding, and logic. It is a modified variant...
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
Technical details
Model IDaion-labs/aion-1.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-1.0-mini',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use AionLabs: Aion-1.0-Mini?
Get an API key and start making requests in minutes.
Get an API key