aion-labs/aion-rp-llama-3.1-8b
32,768 context · $0.80/M input tokens · $1.60/M output tokens
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...
Kullandıkça öde
Ön ödeme yok, yalnızca kullandığınız kadar ödeyin
API'mizle entegre etmek için aşağıdaki kod örneklerini kullanın:
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="aion-labs/aion-rp-llama-3.1-8b",
messages=[
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)aion-labs aion-rp-llama-3.1-8b
| Specification | Value |
|---|---|
| Provider | Aion-Labs |
| Model Type | Large Language Model (LLM) |
| Architecture | N/A |
| Context Window | 32768 tokens |
| Max Output | 32768 tokens |
| Input | Text |
| Output | Text |
| Vision | Supported |
| Function Calling | Supported |
| Token Type | Cost per Million Tokens |
|---|---|
| Input | $0.9 |
| Output | $1.8 |
Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: aion-labs/aion-rp-llama-3.1-8b
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="aion-labs/aion-rp-llama-3.1-8b",
messages=[
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)
curl https://llm.wavespeed.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "aion-labs/aion-rp-llama-3.1-8b",
"messages": [{"role": "user", "content": "Hello!"}]
}'
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...
Giriş
$0.8 /M
Çıkış
$1.6 /M
Bağlam
33K
Maks. Çıkış
33K
Birleşik API'miz aracılığıyla Aion Rp Llama 3.1 8b'e erişin — OpenAI uyumlu, soğuk başlatma yok, şeffaf fiyatlandırma.
WaveSpeedAI fiyatlandırması: milyon giriş tokenı başına $0.80 ve milyon çıkış tokenı başına $1.60. Prompt caching ve toplu işleme ayrı faturalanır ve uzun, tekrar eden yüklerde etkin maliyeti düşürür.
Aion Rp Llama 3.1 8b istek başına 33K bağlam tokenını ve 33K çıkış tokenını destekler.
Evet. WaveSpeedAI, Aion Rp Llama 3.1 8b modelini https://llm.wavespeed.ai/v1 adresindeki OpenAI uyumlu endpoint üzerinden sunar. Resmi OpenAI SDK'sını WaveSpeedAI API anahtarınızla bu base URL'ye yöneltin — başka kod değişikliği gerekmez.
WaveSpeedAI'a giriş yapın, Access Keys'te bir API anahtarı oluşturun, ardından yukarıda gösterilen model id ile https://llm.wavespeed.ai/v1/chat/completions adresine bir istek gönderin. Yeni hesaplar Aion Rp Llama 3.1 8b'i değerlendirmek için ücretsiz krediler alır.