DeepSeek-V3.2

Model details

DeepSeek-V3.2

Model
deepseek-ai/DeepSeek-V3.2
Provider
huggingface
API
openai-completions
Base URL
https://router.huggingface.co/v1
Input
text
Reasoning
Yes
Context window
163,840
Max tokens
65,536
Cost / million input
$0.28
Cost / million output
$0.4
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "huggingface": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "deepseek-ai/DeepSeek-V3.2",
          "name": "DeepSeek-V3.2",
          "reasoning": true,
          "input": [
            "text"
          ],
          "contextWindow": 163840,
          "maxTokens": 65536,
          "cost": {
            "input": 0.28,
            "output": 0.4,
            "cacheRead": 0,
            "cacheWrite": 0
          },
          "compat": {
            "supportsDeveloperRole": false
          }
        }
      ],
      "api": "openai-completions",
      "baseUrl": "https://router.huggingface.co/v1"
    }
  }
}