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

TheDrummer: Valkyrie 49B V1 (free)

This model is no longer available.

Add AI to your application with Puter.js.

Explore Other Models

Model Card

Valkyrie 49B V1 is TheDrummer's finetune of NVIDIA's Llama 3.3 Nemotron Super 49B, aimed at roleplay and creative writing. It handles characters, group chats, and scenario-driven stories, follows prompts and formatting instructions well, and is largely uncensored.

The model supports optional reasoning. Adding "detailed thinking on" to the system prompt, or prefilling a tag, turns on a thinking phase before the response. It uses the Llama 3 chat template.

It suits developers who want a mid-sized model for interactive fiction and character-driven applications, with the base Nemotron's reasoning available when needed and off by default.

Context Window 64K

tokens

Max Output 64K

tokens

Input Cost $0

per million tokens

Output Cost $0

per million tokens

Release Date May 23, 2025

 

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 Valkyrie 49B V1 (free)?

Valkyrie 49B V1 (free) is no longer available through Puter.js. Explore other AI models for alternatives.

What is the pricing for Valkyrie 49B V1 (free)?
Valkyrie 49B V1 (free) costs $0 per 1M input tokens and $0 per 1M output tokens.
Price per 1M tokens
Input$0
Output$0
Who created Valkyrie 49B V1 (free)?

Valkyrie 49B V1 (free) was created by TheDrummer and released on May 23, 2025.

What is the context window of Valkyrie 49B V1 (free)?

Valkyrie 49B V1 (free) supports a context window of 64K tokens. For reference, that is roughly equivalent to 128 pages of text.

What is the max output length of Valkyrie 49B V1 (free)?

Valkyrie 49B V1 (free) can generate up to 64K tokens in a single response.

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

Yes — the Valkyrie 49B V1 (free) 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