Back to Models
AionLabs: Aion-2.0
aion-labs/aion-2.0Feb 23, 2026131.1K context32.8K max output$0.80/M in · $1.60/M outReasoning
Description
Aion-2.0 is a variant of DeepSeek V3.2 optimized for immersive roleplaying and storytelling. It is particularly strong at introducing tension, crises, and conflict into stories, making narratives feel more engaging. It also handles mature and darker themes with more nuance and depth.
Specifications
Provider
aion-labs
Context Length
131.1K
Max Output
32.8K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.80 |
| Output | $1.60 |
| Cache Read | $0.20 |
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-2.0",
"messages": [{"role": "user", "content": "Hello!"}]
}'