amazon/nova-pro-v1
Model Card
Amazon Nova Pro is a highly capable multimodal model offering the best combination of accuracy, speed, and cost for a wide range of tasks. It supports up to 300K input tokens, excels at video summarization, financial document analysis, agentic workflows, and can process code bases with over 15,000 lines of code. It also serves as a teacher model for distilling custom variants of Nova Micro and Lite.
Context Window
N/A
tokens
Max Output
5,120
tokens
Input Cost
$0.8
per million tokens
Output Cost
$3.2
per million tokens
API Usage Example
Add Amazon: Nova Pro 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-pro-v1"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add Amazon: Nova Pro 1.0 to your app without worrying about API keys or setup.
Read the Docs View Tutorials