DeepSeek

DeepSeek API

Add AI to your app with DeepSeek.
Access DeepSeek AI models through a single API.

Get Started View Tutorial

AI Chat API

Advanced Reasoning

Chain-of-thought thinking for complex problem-solving, math, and logic tasks.

Code Generation & Debugging

Writes, explains, and fixes code across multiple programming languages.

Thinking + Non-Thinking Modes

Toggle between deep reasoning (slower, thorough) and fast responses depending on the task.

Long Context Memory

64K token context window to handle lengthy documents and multi-turn conversations.

Tool Use & Function Calling

Connects to external APIs, databases, and tools for real-world workflows.

Multilingual Support

Strong performance across languages including English and Chinese.

DeepSeek Models

Access all DeepSeek models through a single API.

DeepSeek v3.2

Latest flagship model with balanced reasoning and efficient output for everyday Q&A.

deepseek/deepseek-v3.2

DeepSeek v3.2 Speciale

Extended thinking mode for complex problem-solving with maximum reasoning effort.

deepseek/deepseek-v3.2-speciale

DeepSeek R1 0528

Latest R1 release with enhanced reasoning capabilities and improved performance.

deepseek/deepseek-r1-0528

DeepSeek R1

Powerful reasoning model excelling at math, logic, and step-by-step problem solving.

deepseek/deepseek-r1

DeepSeek R1 Distill Llama 70B

R1 reasoning distilled into Llama 70B architecture for efficient deployment.

deepseek/deepseek-r1-distill-llama-70b

DeepSeek R1 Distill Llama 8B

Lightweight R1 distillation into Llama 8B for fast inference on limited resources.

deepseek/deepseek-r1-distill-llama-8b

DeepSeek R1 Distill Qwen 32B

R1 reasoning distilled into Qwen 32B for balanced performance and efficiency.

deepseek/deepseek-r1-distill-qwen-32b

DeepSeek R1 Distill Qwen 14B

Compact R1 distillation into Qwen 14B for cost-effective reasoning tasks.

deepseek/deepseek-r1-distill-qwen-14b

DeepSeek Chat v3.1

Optimized chat model for natural conversations and general assistance.

deepseek/deepseek-chat-v3.1

DeepSeek v3.1 Base

Foundation model for custom fine-tuning and specialized applications.

deepseek/deepseek-v3.1-base

DeepSeek Chat v3-0324

March 2024 release of DeepSeek Chat with refined conversational abilities.

deepseek/deepseek-chat-v3-0324

DeepSeek Chat

General-purpose chat model for everyday conversations and tasks.

deepseek/deepseek-chat

DeepSeek Prover v2

Specialized model for mathematical proofs and formal verification tasks.

deepseek/deepseek-prover-v2

Add AI Chat in Seconds

Add DeepSeek AI 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: "deepseek/deepseek-v3.2"
        }).then(response => {
            document.body.innerHTML = response.message.content;
        });
    </script>
</body>
</html>

View full documentation →