models.fyi

DeepSeek-V3.2

DeepSeekOpen weights

The price-performance anchor of the market: 90%+ of frontier quality at ~5% of frontier cost on the official API.

69.5

128K

$0.28 · $0.42

60 tok/s

Dec 9, 2025

The sweet spot, per task

Cheapest effort tier that keeps ≥96% of this model's peak quality on the benchmarks behind each task type. Below the floor number, quality is not okay — it just fails quietly.

Everyday writing & Q&A

Medium

Chat, drafting, summaries, general questions.

keeps 98.0% of peak63% cost

Code assist

High

Autocomplete, single functions, small fixes.

keeps 100.0% of peakpeak tier needed

Coding agents

High

Real repos, multi-file changes, end-to-end tickets.

keeps 100.0% of peakpeak tier needed

Math & quantitative

High

Derivations, statistics, financial models.

keeps 100.0% of peakpeak tier needed

⚠ at Low: only 70% of peak — avoid

Hard research problems

High

Novel, frontier, genuinely difficult questions.

keeps 100.0% of peakpeak tier needed

⚠ at Low: only 78% of peak — avoid

Agents & tool use

High

Long workflows with tools, policies, and state.

keeps 100.0% of peakpeak tier needed

Quality and cost, tier by tier

On everyday tasks, Medium keeps 98.0% of High quality at $0.0015 vs $0.0039 per task.

Scores at Medium

at Mediumat High (peak)
BenchmarkMediumPeakWhat it predicts
MMLU-Pro82.985.0Everyday Q&A · Drafting emails & docs · Summarizing articles
GPQA Diamond76.183.0Technical analysis · Root-cause debugging · Scientific writing
Humanity's Last Exam20.222.0Novel research questions · Frontier problem solving
AIME 202575.590.0Financial modeling · Statistics · Algorithm design
SWE-bench Verified66.872.0Coding agents · Bug fixing in real repos · Multi-file refactors
LiveCodeBench73.379.0Writing functions from scratch · Algorithms · Code autocomplete
τ²-bench71.578.0Tool-using agents · Customer-facing automation · Multi-step workflows
IFEval86.788.0Structured output (JSON) · Templated generation · Batch pipelines

Same weights, different model

Hosts serve DeepSeek-V3.2 at different quantizations and stacks. Index below is measured per host at Medium effort — the headline number only applies to the reference serving.

HostQuantIndexΔ vs reference$/M in · outtok/sTTFTUptimeGateway id
DeepSeek (official)referencefp869.5$0.28 · $0.42600.90s98.9%deepseek-v3.2
Fireworksfp869.1-0.5$0.56 · $1.681800.32s99.2%deepseek-v3.2@fireworks
Together AIfp869.2-0.3$0.60 · $1.701500.40s99.0%deepseek-v3.2@together
DeepInfraint867.5-2.1$0.30 · $0.881100.50s98.4%deepseek-v3.2@deepinfra

Is it still the same model this week?

DeepSeek (official)FireworksTogether AIDeepInfra

Weekly Intelligence Index · dashed rules mark serving-change events

Feb 15, 2026DeepSeek (official)-0.7 ptsrecovered Mar 1, 2026

Chat-endpoint prompt-template bug degraded instruction following for two weeks.

One key, this model, your effort

The gateway speaks the OpenAI Chat Completions dialect. Pick a host with deepseek-v3.2@host syntax, set reasoning_effort, and the sweet spot above becomes one line of config. Full docs →

chat with DeepSeek-V3.2
curl https://models.fyi/api/v1/chat/completions \
  -H "Authorization: Bearer $MFYI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-v3.2",
    "reasoning_effort": "medium",
    "messages": [{"role": "user", "content": "Hello"}]
  }'
# local dev: replace https://models.fyi with http://localhost:3000