Loveon: Loveon S
This model is no longer available.Add AI to your application with Puter.js.
Explore Other Models
Model Card
Loveon S is a chat model from Infron in the same Loveon series as Loveon L and Loveon L2, built to power the Loveon AI companion and roleplay chat app.
Infron publishes marketing material describing what Loveon L and L2 improve on, but we found no equivalent description of Loveon S's design goals, training, or intended improvements, so we can't characterize it beyond its place in the lineup.
It has a much smaller context window (100,000 tokens) and lower max output (20,000 tokens) than the L-series models, and it's priced well below them per token, which points to it being a lighter, cheaper option rather than the flagship model.
Developers who need a lower-cost companion or roleplay chat model for shorter conversations, and don't need the multi-hundred-thousand-token context of Loveon L or L2, may find Loveon S a cheaper fit for their use case.
Context Window 100K
tokens
Max Output 20K
tokens
Input Cost $0.07
per million tokens
Output Cost $0.08
per million tokens
Release Date N/A
Code Example
Add AI to your app with the Puter.js AI API — no API keys or setup required.
// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';
puter.ai.chat("Explain quantum computing in simple terms").then(response => {
document.body.innerHTML = response.message.content;
});
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.chat("Explain quantum computing in simple terms").then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Frequently Asked Questions
Loveon S is no longer available through Puter.js. Explore other AI models for alternatives.
| Price per 1M tokens | |
|---|---|
| Input | $0.07 |
| Output | $0.08 |
Loveon S supports a context window of 100K tokens. For reference, that is roughly equivalent to 200 pages of text.
Loveon S can generate up to 20K tokens in a single response.
Yes — the Loveon S API works with any JavaScript framework, Node.js, or plain HTML through Puter.js. Just include the library and start building. See the documentation for more details.
Get started with Puter.js
Add AI to your application without worrying about API keys or setup.
Explore Models View Tutorials