microsoft/phi-4
Model Card
Phi-4 is a 14B parameter small language model from Microsoft that excels at complex reasoning tasks, especially mathematics, outperforming many larger models on math competition benchmarks while being efficient enough for edge deployment.
Context Window
N/A
tokens
Max Output
N/A
tokens
Input Cost
$0.06
per million tokens
Output Cost
$0.14
per million tokens
API Usage Example
Add Microsoft: Phi 4 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/phi-4"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add Microsoft: Phi 4 to your app without worrying about API keys or setup.
Read the Docs View Tutorials