AionLabs / aion-labs/aion-rp-llama-3.1-8b

AionLabs: Aion-RP 1.0 (8B) - access through LLMTR

Aion-RP 1.0 (8B) is a Llama 3.1 8B-based roleplay model. With its smaller context window, it is suited to short and mid-length character chats, NPC replies, creative experiments, and roleplay flows where predictable spend matters. It supports a 32K context window and 32K max output; cache-read and controllable reasoning are not cataloged.

Technical specifications

Canonical IDaion-labs/aion-rp-llama-3.1-8b
ProviderAionLabs
Context window32,768 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$0.800000
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$1.60

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"aion-labs/aion-rp-llama-3.1-8b","messages":[{"role":"user","content":"Hello"}]}'

Related models