Models / AionLabs
AionLabs
Aion-1.0-Mini
aion-labs/aion-1.0-mini
Aion-1.0-Mini 32B parameter model is a distilled version of the DeepSeek-R1 model, designed for strong performance in reasoning domains such as mathematics, coding, and logic. It is a modified variant...
Input
$0.91 / 1M tokens
Output
$1.82 / 1M tokens
Context
131K tokens
Capabilities
✓ Streaming○ Tool / function calling○ JSON / structured output○ Vision (image input)
Call this model
Pass aion-labs/aion-1.0-mini as the model. Change only the base URL from your existing OpenAI SDK setup.
quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
-H "Authorization: Bearer $MDB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "aion-labs/aion-1.0-mini",
"messages": [{"role":"user","content":"Hello!"}]
}'
Prices are final — the routing margin is already included. See the full pricing table or the API docs.