Get up and running in 3 steps.
Admin provides your sk-aion-... key. No signup required.
Go to /login and enter your key.
curl https://aion.mehho.my.id/v1/chat/completions -H "Authorization: Bearer sk-aion-..." -H "Content-Type: application/json" -d '{
"model": "gpt-4o-mini",
"messages": [{"role": "user", "content": "Hello!"}]
}'