AETHERIS MODEL
Aetheris' flagship AI model
Alpha is Aetheris' flagship artificial intelligence model designed to deliver accurate, natural, and intelligent conversations across a wide range of tasks.
Alpha combines strong reasoning, long-form writing, and precise code generation into a single dependable model. It is tuned to be helpful, honest, and safe — suitable for personal productivity, business workflows, and developer tooling.
curl https://aetherisz.in/v1/alpha \
-H "Authorization: Bearer $AETHERIS_KEY" \
-d '{ "model": "alpha", "messages": [{"role":"user","content":"Hello"}] }'