aion-labs

AionLabs: Aion-RP 1.0 (8B)

Aion-RP-Llama-3.1-8B ranks the highest in the character evaluation portion of the RPBench-Auto benchmark, a roleplaying-specific variant of Arena-Hard-Auto, where LLMs evaluate each other’s responses. It is a fine-tuned base model...

Context
33k tokens
Input / 1M tokens
$0.80
Output / 1M tokens
$1.60
Benchmark

Pricing

Input tokens$0.80 per 1M tokens
Output tokens$1.60 per 1M tokens

Technical details

Model IDaion-labs/aion-rp-llama-3.1-8b
Context window33k 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-rp-llama-3.1-8b',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use AionLabs: Aion-RP 1.0 (8B)?

Get an API key and start making requests in minutes.

Get an API key