Amazon: Nova Premier 1.0 API
Access Amazon: Nova Premier 1.0 from Amazon using Puter.js AI API.
Get Startedamazon/nova-premier-v1
Model Card
Amazon Nova Premier is the most capable multimodal model in the Nova family, designed for complex reasoning tasks requiring the highest accuracy. It processes text, images, and video with advanced understanding capabilities and serves as the best teacher model for distilling custom variants of smaller Nova models. Best suited for sophisticated enterprise applications demanding top-tier intelligence.
Context Window
N/A
tokens
Max Output
32,000
tokens
Input Cost
$2.5
per million tokens
Output Cost
$12.5
per million tokens
API Usage Example
Add Amazon: Nova Premier 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-premier-v1"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add Amazon: Nova Premier 1.0 to your app without worrying about API keys or setup.
Read the Docs View Tutorials