mistralai/ministral-14b-2512
Model Card
Ministral 14B is part of the Ministral 3 family, a 14B parameter multimodal model with vision capabilities under Apache 2.0. It offers advanced capabilities for local deployment with instruct, base, and reasoning variants achieving 85% on AIME'25.
Context Window
N/A
tokens
Max Output
262,144
tokens
Input Cost
$0.2
per million tokens
Output Cost
$0.2
per million tokens
API Usage Example
Add Ministral 14B 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/ministral-14b-2512"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add Ministral 14B to your app without worrying about API keys or setup.
Read the Docs View Tutorials