openai/o3-mini
Model Card
OpenAI o3 Mini is a cost-efficient reasoning model specialized for STEM domains requiring precision and speed. It features three reasoning effort levels (low, medium, high) and supports function calling.
Context Window
N/A
tokens
Max Output
100,000
tokens
Input Cost
$1.1
per million tokens
Output Cost
$4.4
per million tokens
API Usage Example
Add OpenAI o3 Mini 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: "openai/o3-mini"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add OpenAI o3 Mini to your app without worrying about API keys or setup.
Read the Docs View Tutorials