DeepSeek
V3.2 Thinking API
Built for reasoning, coding, and agentic tool use, with stronger long-context, thinking-mode, and complex-task execution than DeepSeek V3.1. Compared with Chinese peers such as Qwen, GLM, and Kimi, it is especially competitive for math, programming, and logical reasoning tasks.
- Long context
- Tool use
- Reasoning
- Structured output
DeepSeek-V3.2-ThinkingUSD
Pricing
Public list prices are shown in USD. Final charges may vary by account group and usage tier.
API
Code examples
curl --location --request POST 'https://api.tokenhot.ai/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "DeepSeek-V3.2-Thinking",
"messages": [
{
"role": "user",
"content": "What model are you"
}
]
}'DeepSeek
Related models
FAQ
Frequently asked questions
What is V3.2 Thinking best suited for?
V3.2 Thinking is suited to the input, output, and capability types listed on this page. Test production workloads before choosing it for a critical system.
How is V3.2 Thinking priced?
Pricing is shown in the pricing section above. Actual cost depends on usage volume, account group, and the request payload.
How can I call V3.2 Thinking?
Use the model ID shown above with one of the supported API protocols. Code examples are provided when usage data is available.
Get started