aion-labs/aion-rp-llama-3.1-8bAion-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...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.800 | ₹79.90 |
| Cached inputprompt cache read | $0.080 | ₹7.99 |
| Output | $1.60 | ₹159.80 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call AionLabs: Aion-RP 1.0 (8B) through the supported APIs shown above — just set the base URL and your AICredits key.
curl https://api.aicredits.in/v1/chat/completions \
-H "Authorization: Bearer $AICREDITS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "aion-labs/aion-rp-llama-3.1-8b",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.