Ship a Full-Stack App with One Prompt

Copy this prompt into your AI coding agent, or open it in one below.

Give this to your AI Create a to-do list app using Puter.js

Coding manually? see the guide

Loveon: Loveon L

This model is no longer available.

Add AI to your application with Puter.js.

Explore Other Models

Model Card

Loveon L is a chat model from Infron, built to power the Loveon AI companion app, and is designed for emotionally rich conversations and romantic roleplay scenarios.

It sits in Infron's lineup of models optimized for character-driven, immersive roleplay rather than general assistant work, with an emphasis on keeping a persona's tone and emotional register consistent through a conversation.

The model has a context window of just over 1 million tokens, enough to hold long chat histories and detailed character backstories without losing earlier turns, and a maximum output of 65,535 tokens per response.

An upgraded L2 variant exists in the same series with improved memory and character consistency, making Loveon L the earlier baseline model. It fits developers building AI companion, girlfriend/boyfriend, or character-chat products who want a model tuned for sustained romantic and emotional dialogue rather than factual or technical tasks.

Context Window 1M

tokens

Max Output 66K

tokens

Input Cost $0.3

per million tokens

Output Cost $0.7

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

How do I use Loveon L?

Loveon L is no longer available through Puter.js. Explore other AI models for alternatives.

What is the pricing for Loveon L?
Loveon L costs $0.3 per 1M input tokens and $0.7 per 1M output tokens.
Price per 1M tokens
Input$0.3
Output$0.7
What is the context window of Loveon L?

Loveon L supports a context window of 1M tokens. For reference, that is roughly equivalent to 2,095 pages of text.

What is the max output length of Loveon L?

Loveon L can generate up to 66K tokens in a single response.

Does it work with React / Vue / Vanilla JS / Node / etc.?

Yes — the Loveon L 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