AI Models/aion-labs/AionLabs: Aion-2.0
aion-labsChat

AionLabs: Aion-2.0

aion-labs/aion-2.0
131KContext Window
33KMax Output
Supported Protocols:reasoninginclude_reasoningmax_tokenstemperaturetop_p
Normal

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.

Capabilities

🧠 ReasoningText GenerationCode GenerationAnalysis & ReasoningReasoning

Technical Specs

Input Modality
Text
Output Modality
Text
Arch
Default Temperature
0.7
Default Top_P
1

Pricing

Pay per use, no monthly fees
Billing TypeUnitPrice
Text Input$0.8000/M tokens
Text Output$1.6000/M tokens
Cache Read$0.2000/M tokens

Quick Start

from openai import OpenAI

client = OpenAI(
    base_url="https://api.uniontoken.ai/v1",
    api_key="YOUR_UNIONTOKEN_API_KEY",
)

response = client.chat.completions.create(
    model="aion-labs/aion-2.0",
    messages=[
        {"role": "user", "content": "Hello!"}
    ],
)

print(response.choices[0].message.content)

FAQ

Ready to get started?

Get 1M free tokens on registration, no monthly fees or minimum spend

Register Now →