Loveon: Loveon L2
This model is no longer available.Add AI to your application with Puter.js.
Explore Other Models
Model Card
Loveon L2 is Infron's upgraded model in the Loveon series, built for the Loveon AI companion app and geared toward emotionally rich, romantic roleplay conversations.
Compared to the original Loveon L, Infron describes L2 as offering more nuanced emotional expression along with improvements to long-conversation memory and character consistency, so a persona's personality and backstory hold up over extended chats instead of drifting.
Like Loveon L, it has a context window of just over 1 million tokens and a maximum output of 65,535 tokens per response, enough to carry long roleplay sessions and detailed character sheets without truncating chat history.
It targets developers building AI companion, girlfriend/boyfriend, or character-roleplay chat products who want a model tuned specifically for sustained, emotionally consistent dialogue rather than general-purpose assistant work.
Context Window 1M
tokens
Max Output 66K
tokens
Input Cost $0.2
per million tokens
Output Cost $0.6
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 L2 is no longer available through Puter.js. Explore other AI models for alternatives.
| Price per 1M tokens | |
|---|---|
| Input | $0.2 |
| Output | $0.6 |
Loveon L2 supports a context window of 1M tokens. For reference, that is roughly equivalent to 2,095 pages of text.
Loveon L2 can generate up to 66K tokens in a single response.
Yes — the Loveon L2 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