Amazon: Nova Lite 1.0 API
Access Amazon: Nova Lite 1.0 from Amazon using Puter.js AI API.
Get Startedamazon/nova-lite-v1
Model Card
Amazon Nova Lite is a very low-cost, lightning-fast multimodal model that processes text, images, and video inputs to generate text output. It supports up to 300K input tokens and can analyze multiple images or up to 30 minutes of video in a single request. Ideal for real-time customer interactions, document analysis, and visual question-answering tasks.
Context Window
N/A
tokens
Max Output
5,120
tokens
Input Cost
$0.06
per million tokens
Output Cost
$0.24
per million tokens
API Usage Example
Add Amazon: Nova Lite 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-lite-v1"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add Amazon: Nova Lite 1.0 to your app without worrying about API keys or setup.
Read the Docs View Tutorials