Blog

Amazon Nova and Kwaipilot Kat Are Now Available in Puter.js

We're excited to announce that Puter.js now supports Amazon Nova and Kwaipilot Kat Coder, giving developers free, unlimited access to these powerful AI models.

Amazon Nova

Amazon Nova brings AWS's latest foundation models to Puter.js, offering four powerful options:

  • Nova Premier: The most capable model for complex reasoning and sophisticated problem-solving
  • Nova Pro: Multimodal capabilities including image analysis
  • Nova Lite: Balanced speed and capability for general tasks
  • Nova Micro: Ultra-low latency for instant responses

All Nova models support 200+ languages and deliver industry-leading price-performance. Through Puter.js, you get all of this completely free, no AWS account, no API keys, no usage limits.

// Generate text using Nova Premier
puter.ai.chat("Explain quantum computing", { model: 'amazon/nova-premier-v1' });

Kwaipilot Kat: Multilingual Coding Assistant

Kwaipilot Kat Coder excels at code generation and debugging with excellent support for both English and Chinese. Perfect for building development tools, coding assistants, or educational applications.

// Generate code using Kat Coder
puter.ai.chat("Write a Python function to sort a list", { 
    model: 'openrouter:kwaipilot/kat-coder-pro:free' 
});

Get Started Now

Just add one script tag to your HTML:

<script src="https://js.puter.com/v2/"></script>

That's it. No sign-ups, no API keys, no server setup. Start building AI-powered applications immediately.

Learn more:

Free, Serverless AI and Cloud

Start creating powerful web applications with Puter.js in seconds!

Get Started Now

Read the Docs Try the Playground