WorldRouter

Models
DeepSeektext

DeepSeek V3.2 Exp

Experimental DeepSeek V3.2 model for previewing newer reasoning and chat behavior.

deepseek-v3.2-exp

Quickstart

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-exp",
    "messages": [
      {
        "role": "user",
        "content": "Hello"
      }
    ]
  }'