NeverSleep API
Access NeverSleep 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: "neversleep/llama-3.1-lumimaid-8b"
}).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: "neversleep/llama-3.1-lumimaid-8b"
}).then(response => {
console.log(response);
});
</script>
</body>
</html>
List of NeverSleep Models
NeverSleep: Lumimaid v0.2 8B
neversleep/llama-3.1-lumimaid-8b
Llama 3.1 Lumimaid 8B is a NeverSleep finetune of Meta's Llama 3.1 8B optimized for roleplay and creative writing with 32K context, balancing uncensored outputs with general conversational ability through 40% non-roleplay training data.
ChatNoromaid 20B
neversleep/noromaid-20b
Noromaid 20B is a 20-billion parameter model by IkariDev and Undi designed for roleplay, ERP, and general conversation, trained on curated datasets including no_robots for human-like behavior and available in multiple quantized formats for flexible deployment.
Frequently Asked Questions
The NeverSleep API gives you access to models for AI chat. Through Puter.js, you can start using NeverSleep models instantly with zero setup or configuration.
Puter.js supports a variety of NeverSleep models, including NeverSleep: Lumimaid v0.2 8B and Noromaid 20B. 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 NeverSleep 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.