Models

deepseek-v3.1 β€” API, Pricing & Context Window | Vivgrid

deepseek-v3.1 on Vivgrid: DeepSeek's reliable general-purpose model with a 131K context window and low token pricing.

deepseek-v3.1 is a reliable general-purpose model from DeepSeek with a 131K-token context window and competitive pricing. It remains a solid option for established integrations and steady production workloads.

On Vivgrid, deepseek-v3.1 is available through the unified, OpenAI-compatible endpoint, easing migration to newer DeepSeek releases when you're ready.

Specifications

ProviderDeepSeek
Model IDdeepseek-v3.1
Best forGeneral-purpose
Context window131,072 tokens
ModalitiesText
Tool / function callingYes
Knowledge cutoff2024-07
Acceleration🌐 Global (Centralized)

Pricing

Pricing in USD per 1M tokens, matching the provider's rates.

InputCached inputOutput
$1.14β€”$4.56

Quick start

Call deepseek-v3.1 through Vivgrid's unified, OpenAI-compatible endpoint. Get an API key from the Vivgrid Console.

curl https://api.vivgrid.com/v1/chat/completions \
  -H "Authorization: Bearer $VIVGRID_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-v3.1",
    "messages": [
      { "role": "user", "content": "Say hello in English, Chinese and Spanish." }
    ],
    "stream": true
  }'

Ideal use cases

  • Established general-purpose agent integrations
  • Cost-efficient summarization and extraction
  • Steady, high-volume text workloads
  • A baseline for comparing against V3.2 and V4 models

On this page