Ship a Full-Stack App with One Prompt

Copy this prompt into your AI coding agent, or open it in one below.

Give this to your AI Create a to-do list app using Puter.js

Coding manually? see the guide

Blog

DeepSeek v3.2 and DeepSeek v3.2 Speciale Are Now Available in Puter.js

On this page

Puter.js now supports DeepSeek v3.2 and DeepSeek v3.2 Speciale, the leading reasoning models by DeepSeek.

What are DeepSeek v3.2 and DeepSeek v3.2 Speciale?

DeepSeek v3.2 is the latest open source model by DeepSeek, with performance on par with GPT-5 High and Gemini-3.0 Pro. It is suitable for everyday Q&A use thanks to its balanced reasoning and efficient output.

DeepSeek v3.2 Speciale is the high-compute variant of DeepSeek v3.2. It excels at complex problem solving, thanks to its extended thinking and maximum reasoning effort.

Examples

Basic Q&A

puter.ai.chat("Compare the benefits and drawbacks of solar vs wind energy", 
  { model: 'deepseek/deepseek-v3.2' }
);

Complex Reasoning

puter.ai.chat("Solve this puzzle: If you have 9 coins and one is counterfeit (lighter), how can you identify it with just 2 weighings on a balance scale?", 
  { model: 'deepseek/deepseek-v3.2-speciale' }
);

Get Started Now

Just add one script tag to your HTML:

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

No API keys, no infrastructure setup. Start building with DeepSeek v3.2 and DeepSeek v3.2 Speciale immediately.

Learn more:

Ship a Full-Stack App with One Prompt

Give this to your AI Create a to-do list app using Puter.js

Coding manually? see the guide