Amazon: Nova Micro 1.0 API
Access Amazon: Nova Micro 1.0 from Amazon using Puter.js AI API.
Get Startedamazon/nova-micro-v1
Model Card
Amazon Nova Micro is a text-only model that delivers the lowest latency responses at the lowest cost in the Nova family. With a 128K token context window, it excels at text summarization, translation, content classification, interactive chat, and basic coding tasks. It's the fastest and most economical option when multimodal capabilities aren't needed.
Context Window
N/A
tokens
Max Output
5,120
tokens
Input Cost
$0.04
per million tokens
Output Cost
$0.14
per million tokens
API Usage Example
Add Amazon: Nova Micro 1.0 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: "amazon/nova-micro-v1"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add Amazon: Nova Micro 1.0 to your app without worrying about API keys or setup.
Read the Docs View Tutorials