Models
DeepSeektext
DeepSeek Chat V3.1
DeepSeek V3.1 chat model for balanced quality, cost, and coding support.
deepseek-chat-v3.1Quickstart
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.1",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'