Models
DeepSeektext
DeepSeek V3.2
DeepSeek V3.2 served through Qianfan International for high-ROI chat, coding, math, and reasoning workloads.
deepseek-v3.2Quickstart
Call this model
Chat completion
curl https://inference-api.worldrouter.ai/v1/chat/completions \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v3.2",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'