TheDrummer: Skyfall 36B V2 API
Access TheDrummer: Skyfall 36B V2 from TheDrummer using Puter.js AI API.
Get Startedthedrummer/skyfall-36b-v2
Model Card
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.
Context Window
N/A
tokens
Max Output
32,768
tokens
Input Cost
$0.55
per million tokens
Output Cost
$0.8
per million tokens
API Usage Example
Add TheDrummer: Skyfall 36B V2 to your app with just a few lines of code.
No API keys, no backend, no configuration required.
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.chat("Explain quantum computing in simple terms", {
model: "thedrummer/skyfall-36b-v2"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add TheDrummer: Skyfall 36B V2 to your app without worrying about API keys or setup.
Read the Docs View Tutorials