DeepSeek-V3.2

DeepSeek-V3.2

Provider: DeepSeek
Category: Text Generation
Endpoint: POST /v1/chat/completions
Context window: 128K
Served from: Singapore

Open-source Mixture-of-Experts LLM tuned for high-efficiency reasoning, coding, and general language tasks across long-form prompts.

At a glance

FieldValue
Model iddeepseek-v3-2
Input modalitiestext
Output modalitiestext
Context window128K
RegionSingapore
Featuresreasoning
NewNo
Native inferenceNo

Pricing

ChargeSpecRate
Inputper 1M tokens$0.57
Outputper 1M tokens$1.71
Web Searchper call$0.015

Example request

$curl https://api.empiriolabs.ai/v1/chat/completions \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "deepseek-v3-2", "messages": [{"role":"user","content":"Hello"}]}'

Parameters

ParameterTypeRequiredDefaultDescription
temperaturenumberno0.7Sampling temperature · Range: 0 – 2
top_pnumberno0.9Nucleus sampling · Range: 0 – 1
max_tokensnumberno4096Max output tokens · Range: 1 – 65536
enable_thinkingbooleannotrueReason step-by-step before answering
thinking_budgetnumberno32768Tokens reserved for thinking · Range: 1 – 32768
enable_searchbooleannofalseAllow real-time web search
disable_formattingbooleannofalseReturn raw upstream response with no formatting wrappers

Live machine-readable schema is also available at GET https://api.empiriolabs.ai/v1/models/deepseek-v3-2.