Raifle: SorcererLM 8x22B
This model is no longer available.Add AI to your application with Puter.js.
Explore Other ModelsModel Card
SorcererLM 8x22B is a creative fiction and roleplay model by Raifle, built as a 16-bit LoRA fine-tune on top of Microsoft's WizardLM-2 8x22B (Mixtral-based mixture-of-experts architecture).
It targets narrative storytelling and interactive roleplay, offering enhanced vocabulary, vivid prose with spatial and contextual awareness, and stronger emotional intelligence compared to its base model. The fine-tune was specifically designed to improve writing style and literary quality while retaining the underlying reasoning capabilities of WizardLM-2.
SorcererLM supports a 16K context window. It's a strong pick for developers building interactive fiction apps, character-driven chatbots, or creative writing tools where prose quality and immersive narrative depth matter more than factual or analytical tasks.
Context Window N/A
tokens
Max Output N/A
tokens
Input Cost $4.5
per million tokens
Output Cost $4.5
per million tokens
Release Date Sep 9, 2024
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
You can access SorcererLM 8x22B by Raifle through Puter.js AI API. Include the library in your web app or Node.js project and start making calls with just a few lines of JavaScript — no backend and no configuration required. You can also use it with Python or cURL via Puter's OpenAI-compatible API.
Yes, it is free if you're using it through Puter.js. With the User-Pays Model, you can add SorcererLM 8x22B to your app at no cost — your users pay for their own AI usage directly, making it completely free for you as a developer.
| Price per 1M tokens | |
|---|---|
| Input | $4.5 |
| Output | $4.5 |
SorcererLM 8x22B was created by Raifle and released on Sep 9, 2024.
Yes — the SorcererLM 8x22B 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