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...
# Запрос к API VEGA через aion-labs/aion-rp-llama-3.1-8b
curl https://api.vega.chat/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $VEGA_API_KEY" \
-d '{
"model": "aion-labs/aion-rp-llama-3.1-8b",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'