Baltor Get started

Models

DeepSeek V3.2

By DeepSeek. 685.4 billion parameters, a context window of 163,840 tokens and the licence mit.

Facts

Released
2025-12-01 the day the repository was first published on Hugging Face Hugging Face, read
Licence
mit the licence the model card declares Hugging Face, read
Open weights
Yes the weights are published in this Hugging Face repository Hugging Face, read
Parameters
685.4 billion counted from the safetensors weight files Hugging Face, read
Active parameters
51.9 billion estimate estimated from the expert counts and sizes in the configuration model configuration, read
Knowledge cutoff
Unknown
Context window
  • 163,840 tokens the maximum position embeddings in the model configuration model configuration, read
  • 163,840 tokens the context length OpenRouter lists OpenRouter, read
Longest output
  • 65,536 tokens the largest output OpenRouter's first provider allows OpenRouter, read
Tool calling
  • Yes OpenRouter lists tools among the supported parameters OpenRouter, read
Structured output
  • Yes OpenRouter lists structured outputs among the supported parameters OpenRouter, read
Reasoning controls
  • Yes OpenRouter lists reasoning controls OpenRouter, read
Inputs and outputs
text in, text out Hugging Face, read
Good for
  • Reasoning: OpenRouter lists reasoning controls for it OpenRouter, read

Prices

Prices in US dollars per million tokens, as each source lists them
ProviderInputOutputContextAs ofSource
GMICloud through OpenRouter0.209 USD0.310 USD163,840OpenRouter endpoints, read
SiliconFlow through OpenRouter0.259 USD0.420 USD163,840OpenRouter endpoints, read
AtlasCloud through OpenRouter0.260 USD0.380 USD163,840OpenRouter endpoints, read
Deep Infra direct0.260 USD0.380 USD163,840 older than 30 days; check the providermodels.dev, read
DeepInfra through OpenRouter0.260 USD0.380 USD163,840OpenRouter endpoints, read
Meganova direct0.260 USD0.380 USD164,000 older than 30 days; check the providermodels.dev, read
Venice through OpenRouter0.268 USD0.390 USD160,000OpenRouter endpoints, read
Novita through OpenRouter0.269 USD0.400 USD163,840OpenRouter endpoints, read
Abacus direct0.270 USD0.400 USD128,000 older than 30 days; check the providermodels.dev, read
SiliconFlow direct0.270 USD0.420 USD164,000 older than 30 days; check the providermodels.dev, read
SiliconFlow (China) direct0.270 USD0.420 USD164,000 older than 30 days; check the providermodels.dev, read
Hugging Face direct0.280 USD0.400 USD163,840 older than 30 days; check the providermodels.dev, read
Baidu through OpenRouter0.280 USD0.420 USD131,072OpenRouter endpoints, read
DigitalOcean through OpenRouter0.300 USD0.960 USD163,840OpenRouter endpoints, read
Alibaba through OpenRouter0.370 USD1.11 USD131,072OpenRouter endpoints, read
Friendli direct0.500 USD1.50 USD163,840 older than 30 days; check the providermodels.dev, read
Friendli through OpenRouter0.500 USD1.50 USD163,840OpenRouter endpoints, read
Google through OpenRouter0.560 USD1.68 USD163,840OpenRouter endpoints, read
Phala through OpenRouter1.00 USD1.00 USD163,840OpenRouter endpoints, read
Mara through OpenRouter3.00 USD4.50 USD32,768OpenRouter endpoints, read
SambaNova through OpenRouter3.00 USD4.50 USD32,768OpenRouter endpoints, read

Run it on your own hardware

Weights are the sizes of the files a source lists, or an estimate from the parameter count where none does. Memory is an estimate: weights plus KV cache plus 512 MiB and 5 percent of the weights for runtime buffers. Check it against your hardware.

QuantizationWeightsMemory at 8,192 tokensMemory at 32,768 tokens
UD-TQ1_0150 GiB159 GiB160 GiB
UD-IQ1_S171 GiB181 GiB183 GiB
UD-IQ1_M186 GiB196 GiB198 GiB
UD-IQ2_XXS202 GiB213 GiB215 GiB
UD-IQ2_M212 GiB224 GiB226 GiB
Q2_K229 GiB241 GiB243 GiB
Q2_K_L229 GiB241 GiB243 GiB
UD-Q2_K_XL230 GiB242 GiB244 GiB
UD-IQ3_XXS254 GiB268 GiB270 GiB
Q3_K_S271 GiB285 GiB287 GiB
Q3_K_M298 GiB314 GiB316 GiB
UD-Q3_K_XL299 GiB315 GiB317 GiB
IQ4_XS334 GiB351 GiB353 GiB
IQ4_NL353 GiB372 GiB373 GiB
Q4_0354 GiB373 GiB374 GiB
Q4_K_S355 GiB374 GiB375 GiB
Q4_K_M378 GiB397 GiB399 GiB
UD-Q4_K_XL380 GiB400 GiB401 GiB
Q4_1392 GiB413 GiB414 GiB
Q5_K_S431 GiB453 GiB455 GiB
Q5_K_M443 GiB467 GiB468 GiB
UD-Q5_K_XL449 GiB472 GiB474 GiB
Q6_K513 GiB540 GiB542 GiB
UD-Q6_K_XL535 GiB562 GiB564 GiB
Q8_0664 GiB699 GiB700 GiB
UD-Q8_K_XL727 GiB764 GiB766 GiB
BF161,250 GiB1,314 GiB1,315 GiB

Start it with a local runtime

  • Ollama
    ollama run hf.co/unsloth/DeepSeek-V3.2-GGUF:Q4_0
  • LM Studio
    lms get unsloth/DeepSeek-V3.2-GGUF
    lms server start
  • llama.cpp server
    llama-server -hf unsloth/DeepSeek-V3.2-GGUF:Q4_0 --jinja
  • vLLM
    vllm serve deepseek-ai/DeepSeek-V3.2
  • SGLang
    sglang serve --model-path deepseek-ai/DeepSeek-V3.2 --port 30000

Use it from your harness

Set up for Abacus with the model deepseek-ai/DeepSeek-V3.2. Each endpoint page has the same setup for its own address.

OpenCode

Put this in opencode.json in your project folder:

{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "abacus": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "Abacus",
      "options": {
        "baseURL": "https://routellm.abacus.ai/v1",
        "apiKey": "{env:ABACUS_API_KEY}"
      },
      "models": {
        "deepseek-ai/DeepSeek-V3.2": {
          "name": "DeepSeek V3.2",
          "limit": {
            "context": 163840,
            "output": 65536
          }
        }
      }
    }
  }
}
  • OpenCode reads any OpenAI-compatible address through the @ai-sdk/openai-compatible package, and an address that speaks the Responses API through @ai-sdk/openai.

From OpenCode documentation, read .

Pi

Put this in ~/.pi/agent/models.json:

{
  "providers": {
    "abacus": {
      "baseUrl": "https://routellm.abacus.ai/v1",
      "api": "openai-completions",
      "apiKey": "$ABACUS_API_KEY",
      "models": [
        {
          "id": "deepseek-ai/DeepSeek-V3.2"
        }
      ]
    }
  }
}
  • The apiKey field can name an environment variable as $NAME.

From Pi documentation, read .

Codex

Codex speaks only the Responses API, and Abacus documents no Responses address. A gateway that offers one can sit in between.

  • Codex speaks the Responses API only: responses is the one supported wire API of a custom provider. Ollama and LM Studio are built in and start with --oss.

From Codex documentation, read .

Claude Code

Claude Code sends Anthropic Messages requests, and Abacus documents no such address. A gateway that translates to that API can sit in between.

  • Claude Code sends Anthropic Messages requests to ANTHROPIC_BASE_URL. Anthropic says it does not support routing Claude Code to models other than Claude through any gateway, so some features may not work with another model.

From Claude Code documentation, read .

Other ways to reach it

Published results

These are results other people published. Baltor did not run them and does not rank models by them.