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:

Free, Serverless AI and Cloud

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

Get Started Now

Read the Docs Try the Playground