Back to Models

AionLabs: Aion-RP 1.0 (8B)

aion-labs/aion-rp-llama-3.1-8b
Feb 4, 202532.8K context32.8K max output$0.80/M in · $1.60/M out

Description

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 rather than an instruct model, designed to produce more natural and varied writing.

Specifications

Provider
aion-labs
Context Length
32.8K
Max Output
32.8K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.80
Output$1.60

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "aion-labs/aion-rp-llama-3.1-8b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'