mistralai/mistral-small-24b-instruct-2501
Model Card
Mistral Small 3 is a 24B parameter latency-optimized model achieving ~81% MMLU accuracy at 150 tokens/second. It's designed for fast-response conversational agents and low-latency function calling under Apache 2.0.
Context Window
N/A
tokens
Max Output
32,768
tokens
Input Cost
$0.03
per million tokens
Output Cost
$0.11
per million tokens
API Usage Example
Add Mistral Small 3 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: "mistralai/mistral-small-24b-instruct-2501"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add Mistral Small 3 to your app without worrying about API keys or setup.
Read the Docs View Tutorials