DeepSeek V3.1

Model details

DeepSeek V3.1

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