Models
DeepSeektext
DeepSeek Chat V3 0324
DeepSeek V3 chat snapshot for dependable coding, math, and general reasoning.
deepseek-chat-v3-0324Quickstart
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-chat-v3-0324",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'