aion-labs
AionLabs

AionLabs: Aion-RP 1.0 (8B)

aion-labs/aion-rp-llama-3.1-8b
Контекст
32 768
Вход токены
98,44 ₽/M
Выход токены
196,89 ₽/M
описание

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

bash
# Запрос к 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!"  }
    ]
  }'