TheDrummer: Valkyrie 49B V1 (free)
This model is no longer available.Add AI to your application with Puter.js.
Explore Other ModelsModel 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
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>
More AI Models From TheDrummer
Find other TheDrummer models →
Cydonia 24B V4.1
Cydonia 24B v4.1 is a 24-billion parameter uncensored creative writing model based on Mistral Small 3.2, optimized for roleplay, storytelling, and long-form narratives with a 131K token context window. It excels at character consistency, descriptive prose without being overly flowery, and maintains good recall and prompt adherence. The model also performs well for coding and instruction-following tasks.
ChatSkyfall 36B V2
Skyfall 36B v2 is a 36-billion parameter model that upscales Mistral Small 2501 with specialized training for creativity, roleplay, and coherent storytelling. Users report it rivals or exceeds 70B parameter models in creative writing quality while remaining accessible for local deployment with strong chain-of-thought reasoning and tool use capabilities. It features a 32K token context window and supports Mistral v7 Tekken, Metharme, and Alpaca chat templates.
ChatUnslopNemo 12B
UnslopNemo 12B is a 12-billion parameter model where TheDrummer removed repetitive patterns ('slop') from roughly 90% of the roleplay training dataset to make outputs more expressive and varied. It's designed for adventure writing and roleplay scenarios with a 1M token context window. The model aims to generate more natural, less formulaic creative content compared to standard fine-tuned models.
Frequently Asked Questions
Valkyrie 49B V1 (free) is no longer available through Puter.js. Explore other AI models for alternatives.
| Price per 1M tokens | |
|---|---|
| Input | $0 |
| Output | $0 |
Valkyrie 49B V1 (free) was created by TheDrummer and released on May 23, 2025.
Valkyrie 49B V1 (free) supports a context window of 64K tokens. For reference, that is roughly equivalent to 128 pages of text.
Valkyrie 49B V1 (free) can generate up to 64K tokens in a single response.
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