DeepSeek V3.2

Model details

DeepSeek V3.2

Model
accounts/fireworks/models/deepseek-v3p2
Provider
fireworks
API
anthropic-messages
Base URL
https://api.fireworks.ai/inference
Input
text
Reasoning
Yes
Context window
160,000
Max tokens
160,000
Cost / million input
$0.56
Cost / million output
$1.68
Cost / million cache read
$0.28
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "fireworks": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "accounts/fireworks/models/deepseek-v3p2",
          "name": "DeepSeek V3.2",
          "reasoning": true,
          "input": [
            "text"
          ],
          "contextWindow": 160000,
          "maxTokens": 160000,
          "cost": {
            "input": 0.56,
            "output": 1.68,
            "cacheRead": 0.28,
            "cacheWrite": 0
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://api.fireworks.ai/inference"
    }
  }
}