Aion Labs API
Access Aion Labs instantly with Puter.js, and add AI to any app in a few lines of code without backend or API keys.
// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';
puter.ai.chat("Explain AI like I'm five!", {
model: "aion-labs/aion-1.0"
}).then(response => {
console.log(response);
});
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.chat("Explain AI like I'm five!", {
model: "aion-labs/aion-1.0"
}).then(response => {
console.log(response);
});
</script>
</body>
</html>
List of Aion Labs Models
AionLabs: Aion-1.0
aion-labs/aion-1.0
Aion-1.0 is Aion Labs' most powerful reasoning model, a multi-model system built on DeepSeek-R1 and augmented with Tree of Thoughts (ToT) and Mixture of Experts (MoE) techniques. It excels at reasoning, coding, and various complex tasks with high benchmark performance.
ChatAionLabs: Aion-1.0-Mini
aion-labs/aion-1.0-mini
Aion-1.0-Mini is a 32B parameter distilled version of DeepSeek-R1, designed for strong performance in mathematics, coding, and logic while being faster and more affordable. It outperforms R1-Distill-Qwen-32B and R1-Distill-Llama-70B on benchmarks.
ChatAionLabs: Aion-RP 1.0 (8B)
aion-labs/aion-rp-llama-3.1-8b
Aion-RP-Llama-3.1-8B is an uncensored model fine-tuned for roleplaying and creative writing, ranking highest in the character evaluation portion of the RPBench-Auto benchmark. It supports 131K context and is optimized for immersive character chats, storytelling, and persona consistency.
Frequently Asked Questions
The Aion Labs API gives you access to models for AI chat. Through Puter.js, you can start using Aion Labs models instantly with zero setup or configuration.
Puter.js supports a variety of Aion Labs models, including AionLabs: Aion-1.0, AionLabs: Aion-1.0-Mini, and AionLabs: Aion-RP 1.0 (8B). Find all AI models supported by Puter.js in the AI model list.
With the User-Pays model, users cover their own AI costs through their Puter account. This means you can build apps without worrying about infrastructure expenses.
Puter.js is a JavaScript library that provides access to AI, storage, and other cloud services directly from a single API. It handles authentication, infrastructure, and scaling so you can focus on building your app.
Yes — the Aion Labs API through Puter.js works with any JavaScript framework, Node.js, or plain HTML. Just include the library and start building. See the documentation for more details.