aion-labs/aion-1.0
131,072 context · $4.00/M input tokens · $8.00/M output tokens
Aion-1.0 is a multi-model system designed for high performance across various tasks, including reasoning and coding. It is built on DeepSeek-R1, augmented with additional models and techniques such as Tree...
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-1.0",
messages=[
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)aion-labs aion-1.0
| Specification | Value |
|---|---|
| Provider | Aion-Labs |
| Model Type | Large Language Model (LLM) |
| Architecture | N/A |
| Context Window | 131072 tokens |
| Max Output | 32768 tokens |
| Input | Text |
| Output | Text |
| Vision | Supported |
| Function Calling | Supported |
| Token Type | Cost per Million Tokens |
|---|---|
| Input | $4.4 |
| Output | $8.8 |
Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: aion-labs/aion-1.0
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-1.0",
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-1.0",
"messages": [{"role": "user", "content": "Hello!"}]
}'
aion-labs/aion-1.0
Aion-1.0 is a multi-model system designed for high performance across various tasks, including reasoning and coding. It is built on DeepSeek-R1, augmented with additional models and techniques such as Tree...
Giriş
$4 /M
Çıkış
$8 /M
Bağlam
131K
Maks. Çıkış
33K
Birleşik API'miz aracılığıyla Aion 1.0'e erişin — OpenAI uyumlu, soğuk başlatma yok, şeffaf fiyatlandırma.
WaveSpeedAI fiyatlandırması: milyon giriş tokenı başına $4.00 ve milyon çıkış tokenı başına $8.00. Prompt caching ve toplu işleme ayrı faturalanır ve uzun, tekrar eden yüklerde etkin maliyeti düşürür.
Aion 1.0 istek başına 131K bağlam tokenını ve 33K çıkış tokenını destekler.
Evet. WaveSpeedAI, Aion 1.0 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 1.0'i değerlendirmek için ücretsiz krediler alır.