Description
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 of Thoughts (ToT) and Mixture of Experts (MoE). It is Aion Lab's most powerful reasoning model.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: AionLabs: Aion-1.0 (aion-labs/aion-1.0)
curl https://api.ridvay.com/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": "Explain the capabilities of the AionLabs: Aion-1.0 model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 4$ / 1M tokens
- Output: 8$ / 1M tokens
Token Limits
- Max Output: 32,768 tokens
- Max Context: 131,072 tokens
Subscription Tiers
- free
- pro
- ultimate