DeepSeek V3.1 Terminus

Model details

DeepSeek V3.1 Terminus

Model
deepseek/deepseek-v3.1-terminus
Provider
vercel-ai-gateway
API
anthropic-messages
Base URL
https://ai-gateway.vercel.sh
Input
text
Reasoning
Yes
Context window
131,072
Max tokens
65,536
Cost / million input
$0.27
Cost / million output
$1
Cost / million cache read
$0.135
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "vercel-ai-gateway": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "deepseek/deepseek-v3.1-terminus",
          "name": "DeepSeek V3.1 Terminus",
          "reasoning": true,
          "input": [
            "text"
          ],
          "contextWindow": 131072,
          "maxTokens": 65536,
          "cost": {
            "input": 0.27,
            "output": 1,
            "cacheRead": 0.135,
            "cacheWrite": 0
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://ai-gateway.vercel.sh"
    }
  }
}