Amazon Nova

Amazon Nova API

Industry-leading price-performance with multimodal AI.
Access Amazon Nova models through a single API with Puter.js.

Get Started View Tutorial

AI Chat API

Industry-Leading Price Performance

At least 75% less expensive than comparable models while being the fastest in their intelligence classes.

Multimodal Understanding

Process documents up to 300K tokens, analyze multiple images, and understand up to 30 minutes of video content.

Extensive Language Support

Supports over 200 languages, making it ideal for global applications and multilingual use cases.

Multiple Model Tiers

Choose the right model: Nova Micro for lowest latency, Nova Lite for multimodal processing, Nova Pro for balanced performance, Nova Premier for complex reasoning.

Strong RAG Performance

Excels at in-context learning and grounding responses based on contextual data, ideal for retrieval-augmented generation applications.

Agentic Capabilities

Industry-leading price-performance across reasoning, multimodal processing, conversational AI, code generation, and complex multi-step workflows.

Amazon Nova Models

Access all Amazon Nova models through a single API.

Nova Premier

Most capable model for complex reasoning and sophisticated problem-solving.

amazon/nova-premier-v1

Nova Pro

Best combination of accuracy, speed, and cost for multimodal tasks including image analysis.

amazon/nova-pro-v1

Nova 2 Lite

Fast and cost-efficient multimodal model for everyday workloads.

amazon/nova-2-lite-v1

Nova Lite

Lightning-fast multimodal model for processing images, videos, and text.

amazon/nova-lite-v1

Nova Micro

Text-only model with the lowest latency at very low cost.

amazon/nova-micro-v1

Nova 2 Lite (Free)

Free tier access to Nova 2 Lite for testing and development.

amazon/nova-2-lite-v1:free

Add AI Chat in Seconds

Add Amazon Nova 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 entanglement in simple terms", {
            model: "amazon/nova-pro-v1"
        }).then(response => {
            document.body.innerHTML = response.message.content;
        });
    </script>
</body>
</html>

View full documentation →