microsoft/wizardlm-2-8x22b
Model Card
WizardLM-2 8x22B is Microsoft AI's most advanced Wizard model, a Mixture of Experts LLM fine-tuned from Mixtral 8x22B that delivers near-GPT-4 performance on complex chat, multilingual, reasoning, and coding tasks while remaining open-source.
Context Window
N/A
tokens
Max Output
16,384
tokens
Input Cost
$0.48
per million tokens
Output Cost
$0.48
per million tokens
API Usage Example
Add WizardLM-2 8x22B 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: "microsoft/wizardlm-2-8x22b"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add WizardLM-2 8x22B to your app without worrying about API keys or setup.
Read the Docs View Tutorials