Back to Models
AionLabs: Aion-1.0-Mini
aion-labs/aion-1.0-miniFeb 4, 2025131.1K context32.8K max output$0.70/M in · $1.40/M outReasoning
Description
Aion-1.0-Mini 32B parameter model is a distilled version of the DeepSeek-R1 model, designed for strong performance in reasoning domains such as mathematics, coding, and logic. It is a modified variant of a FuseAI model that outperforms R1-Distill-Qwen-32B and R1-Distill-Llama-70B, with benchmark results available on its Hugging Face page, independently replicated for verification.
Specifications
Provider
aion-labs
Context Length
131.1K
Max Output
32.8K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.70 |
| Output | $1.40 |
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-mini",
"messages": [{"role": "user", "content": "Hello!"}]
}'