Back to Models
AionLabs: Aion-1.0
aion-labs/aion-1.0Feb 4, 2025131.1K context32.8K max output$4.00/M in · $8.00/M outReasoning
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.
Specifications
Provider
aion-labs
Context Length
131.1K
Max Output
32.8K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $4.00 |
| Output | $8.00 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "aion-labs/aion-1.0",
"messages": [{"role": "user", "content": "Hello!"}]
}'