GPT-5.2, Claude 4.5, GLM-5.2, Kimi K3. One API. Smart routing, auto-fallback, token quota.
Tokens Routed
7,284,591
Requests
38,472
Active Models
10
Recent Routes
All available through one endpoint
GLM-5.2
ZAI
PREMIUMGPT-5.2
OpenAI
PREMIUMClaude Haiku 4.5
Anthropic
PREMIUMGemini 2.5 Flash
Kimi K3
Moonshot
PREMIUMQwen3 235B
Qwen
PREMIUMMiniMax M2.7
MiniMax
PREMIUMLlama 3.3 70B
Meta
OPENGPT-OSS 120B
Groq
FASTDeepSeek V4 Pro
DeepSeek
PREMIUMEverything you need to run an AI gateway
Auto-route ke provider terbaik berdasarkan latency, cost, dan availability.
Distribute across multiple API keys with automatic rotation.
Admin set quota per key. Atomic deduction. No overspend.
Provider down? Auto-switch ke backup. Zero downtime.
Request logs, security logs, token tracking. Real-time.
AES-256 encryption. Admin-only key creation. IP tracking.
from openai import OpenAI
client = OpenAI(
api_key="sk-aion-...",
base_url="https://aion.mehho.my.id/v1"
)
res = client.chat.completions.create(
model="aion/zai-org/GLM-5.2",
messages=[{"role": "user", "content": "Hello!"}]
)