Models

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

deepseek-v3.2 on Vivgrid: DeepSeek's efficient general-purpose model with a 128K context window and very low token pricing.

deepseek-v3.2 is an efficient general-purpose model from DeepSeek, offering solid reasoning and a 128K-token context window at very low cost. It's a practical choice for teams that need dependable quality on a tight budget.

On Vivgrid, deepseek-v3.2 is reachable through the unified, OpenAI-compatible endpoint, so it slots directly into existing agent stacks with one API key.

Specifications

ProviderDeepSeek
Model IDdeepseek-v3.2
Best forGeneral-purpose
Context window128,000 tokens
Max output128,000 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
$0.28$0.03$0.42

Quick start

Call deepseek-v3.2 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.2",
    "messages": [
      { "role": "user", "content": "Say hello in English, Chinese and Spanish." }
    ],
    "stream": true
  }'

Ideal use cases

  • Budget-conscious general-purpose agents
  • Classification, extraction, and summarization
  • High-volume text workloads
  • Cost-efficient reasoning where context fits in 128K tokens

On this page