Models / AionLabs
AionLabs
Aion-RP 1.0 (8B)
aion-labs/aion-rp-llama-3.1-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...
Input
$1.04 / 1M tokens
Output
$2.08 / 1M tokens
Context
33K tokens
Capabilities
✓ Streaming○ Tool / function calling○ JSON / structured output○ Vision (image input)
Call this model
Pass aion-labs/aion-rp-llama-3.1-8b as the model. Change only the base URL from your existing OpenAI SDK setup.
quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
-H "Authorization: Bearer $MDB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "aion-labs/aion-rp-llama-3.1-8b",
"messages": [{"role":"user","content":"Hello!"}]
}'
Prices are final — the routing margin is already included. See the full pricing table or the API docs.