DeepSeek V4 Pro

Model details

DeepSeek V4 Pro

Model
deepseek-ai/DeepSeek-V4-Pro
Provider
huggingface
API
openai-completions
Base URL
https://router.huggingface.co/v1
Input
text
Reasoning
Yes
Context window
1,048,576
Max tokens
393,216
Cost / million input
$1.74
Cost / million output
$3.48
Cost / million cache read
$0.145
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "huggingface": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "deepseek-ai/DeepSeek-V4-Pro",
          "name": "DeepSeek V4 Pro",
          "reasoning": true,
          "input": [
            "text"
          ],
          "contextWindow": 1048576,
          "maxTokens": 393216,
          "cost": {
            "input": 1.74,
            "output": 3.48,
            "cacheRead": 0.145,
            "cacheWrite": 0
          },
          "compat": {
            "supportsDeveloperRole": false
          }
        }
      ],
      "api": "openai-completions",
      "baseUrl": "https://router.huggingface.co/v1"
    }
  }
}