DeepSeek V3.2 vs Gemini 3 Flash Preview
DeepSeek V3.2 and Gemini 3 Flash Preview are both December 2025 releases aimed at agentic and coding work, but they solve different problems. DeepSeek V3.2 is a text-only model built around DeepSeek Sparse Attention for efficiency. Gemini 3 Flash Preview is a multimodal, long-context model with a full agent benchmark suite covering slides, mobile apps, and full-stack builds. The gap between them is mostly about context size, input types, and price, not raw capability.
Spec vs spec
| Spec | DeepSeek V3.2 | Gemini 3 Flash Preview |
|---|---|---|
| Context window | 131K | 1.0M |
| Max output | 64K | 66K |
| Input modalities | text | text, image, file, audio, video |
| Output modalities | text | text |
| Released | Dec 1, 2025 | Dec 17, 2025 |
| Reasoning | optional | optional |
Pricing
Per 1M tokens. Provider price plus the flat 3% fee — the sum is what you pay.
deepseek/deepseek-v3.2
Input · 1M tokens
$0.229 + 3%$0.236
Output · 1M tokens
$0.343 + 3%$0.353
Cache read · 1M tokens
$0.023 + 3%$0.024
FEE — FLAT, EVERY MODEL3%
google/gemini-3-flash-preview
Input · 1M tokens
$0.500 + 3%$0.515
Output · 1M tokens
$3.00 + 3%$3.09
Cache read · 1M tokens
$0.050 + 3%$0.052
Cache write · 1M tokens
$0.083 + 3%$0.086
FEE — FLAT, EVERY MODEL3%
One workload, priced on both
10M input + 2M output tokens at each model's price, flat 3% fee included.
deepseek/deepseek-v3.2Cheaper
$3.06
$2.97 provider + 3%
google/gemini-3-flash-preview
$11.33
$11.00 provider + 3%
Benchmarks
Design Arena categories where both models have results. Higher Elo and lower rank win.
| DeepSeek V3.2 | Gemini 3 Flash Preview | |||
|---|---|---|---|---|
| Category | Elo | Rank | Elo | Rank |
| 3D | 1210 | #41 | 1261 | #29 |
| Code | 1213 | #48 | 1239 | #33 |
| Game dev | 1197 | #50 | 1232 | #38 |
| Websites | 1217 | #46 | 1239 | #33 |
Head-to-head preference voting. How we filter and rank
Pricing math on a real workload
On a 10M input / 2M output token workload, DeepSeek V3.2 costs $2.97 total; Gemini 3 Flash Preview costs $11.00. That's roughly a 3.7x gap driven by both input and output pricing. DeepSeek's OpenKey rate is $0.235664/M input and $0.353496/M output (provider price $0.2288 / $0.3432 x 1.03 fee). Gemini's OpenKey rate is $0.515/M input and $3.09/M output (provider price $0.50 / $3.00 x 1.03). The input price ratio is 0.46 — Gemini's input tokens cost more than double DeepSeek's. Gemini's completion price is where most of the workload cost difference comes from, since output tokens are priced almost 9x higher than DeepSeek's. Both models run through OpenKey on one API key with the same flat 3% fee, so the delta above is entirely provider pricing, not platform markup.
Context and modality
Gemini 3 Flash Preview supports a 1,048,576-token context window against DeepSeek V3.2's 131,072 tokens — a context ratio of 0.12, meaning DeepSeek holds about 12% of Gemini's window. If you're processing long documents, large codebases, or multi-file repos in one pass, Gemini is the only one of the two that fits. Modality is the other split: DeepSeek V3.2 is text-in/text-out only. Gemini 3 Flash Preview accepts text, image, file, audio, and video input (output stays text-only). Max output tokens are close — 64,000 for DeepSeek vs 65,535 for Gemini — so output length isn't a differentiator once you're inside DeepSeek's smaller context ceiling.
Coding and agent benchmarks
The two models were scored on different Design Arena arenas, which limits direct comparison but is informative on its own. DeepSeek V3.2 only has 'models' arena scores: codecategories elo 1213 (rank 48), website elo 1217 (rank 46), gamedev elo 1197 (rank 50), dataviz elo 1203 (rank 48). Gemini 3 Flash Preview has both 'models' scores (codecategories elo 1239 rank 33, website elo 1239 rank 33, gamedev elo 1232 rank 38 — all higher elo and better rank than DeepSeek) and a full 'agents' arena set DeepSeek has no equivalent for: fullstack elo 1130 (rank 17), webapps elo 1185 (rank 17), mobileapps elo 1188 (rank 17), godotgamedev elo 1218 (rank 8). For agentic, multi-step coding tasks, Gemini has data and DeepSeek doesn't.
Tool use and parameters
DeepSeek V3.2 exposes more inference-time control: 19 supported parameters including top_k, min_p, logprobs, top_logprobs, logit_bias, and repetition_penalty, on top of standard tools/tool_choice. Gemini 3 Flash Preview supports 11 parameters — tools, tool_choice, reasoning, response_format — but no logit-level controls. Gemini's reasoning is configurable across four effort levels (high, medium, low, minimal, default medium); DeepSeek's reasoning is a simple on/off toggle, off by default. If you need fine-grained sampling control or reasoning-effort tuning for cost/latency tradeoffs, that difference matters more than raw benchmark scores.
Which model for which job
| Use case | Pick | Why |
|---|---|---|
| High-volume text generation at scale | DeepSeek V3.2 | Costs $2.97 vs $11.00 on the same 10M-in/2M-out workload |
| Long-document or large-repo analysis | Gemini 3 Flash Preview | 1,048,576-token context vs DeepSeek's 131,072 |
| Multimodal input (image, audio, video, files) | Gemini 3 Flash Preview | DeepSeek V3.2 is text-only in and out |
| Agentic multi-step coding (full-stack, mobile, web apps) | Gemini 3 Flash Preview | Has agent-arena scores like fullstack elo 1130, webapps elo 1185 — DeepSeek has none |
| Cost-sensitive batch coding tasks | DeepSeek V3.2 | Output tokens priced at $0.353496/M vs Gemini's $3.09/M |
| Fine-grained sampling control (logprobs, top_k, min_p) | DeepSeek V3.2 | Exposes 19 supported parameters vs Gemini's 11 |
Questions
- Which model is cheaper for a typical workload?
- DeepSeek V3.2, by a wide margin. On a 10M input / 2M output token workload it costs $2.97 total versus $11.00 for Gemini 3 Flash Preview — DeepSeek's input tokens alone are priced at less than half of Gemini's per the 0.46 input price ratio.
- Which has the bigger context window?
- Gemini 3 Flash Preview, at 1,048,576 tokens versus DeepSeek V3.2's 131,072 tokens. That puts DeepSeek's context at roughly 12% of Gemini's size, so Gemini is the pick for long documents or large codebases in a single request.
- Can DeepSeek V3.2 handle images or audio?
- No. DeepSeek V3.2 is text-in/text-out only. Gemini 3 Flash Preview accepts text, image, file, audio, and video as input (output is text-only), so it's the only option here for multimodal tasks.
- Does either model support tool use?
- Both do — DeepSeek V3.2 and Gemini 3 Flash Preview each support tools and tool_choice parameters. Gemini also exposes four reasoning-effort levels (high, medium, low, minimal), while DeepSeek's reasoning is a simple on/off flag, disabled by default.