DeepSeek
V3.2 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.
- Reasoning
- Tool use
deepseek-v3.2USD
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",
"messages": [
{
"role": "user",
"content": "What model are you"
}
]
}'DeepSeek
Related models
FAQ
Frequently asked questions
What is V3.2 best suited for?
V3.2 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 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?
Use the model ID shown above with one of the supported API protocols. Code examples are provided when usage data is available.
Get started