DeepSeek V4.1 Flash Pricing: What a Task Really Costs

Todd Brooks, Founder6 min read

Blue cartridges flow through two steel turnstiles, the right one marked with red, beside a man writing in a ledger
Jump to a section11

TL;DR

  • The rates: $0.15 per million input tokens, $0.60 per million output tokens and $0.003 per million cached input tokens, off-peak. Peak rates are double.
  • The US detail: DeepSeek's peak windows fall in the US evening and overnight, so a 9-to-5 workload pays the off-peak rate.
  • The catch: the token bill isn't the task bill. Retries, review time and reasoning effort decide what a finished task costs.
  • Model it: the Token Economics Workbook turns token prices into cost per unit and a routing plan.

How much does DeepSeek V4.1 Flash cost?

As of September 10, 2026, DeepSeek charges $0.15 per million input tokens, $0.60 per million output tokens and $0.003 per million cached input tokens during off-peak hours, and double those rates during peak. Peak runs 01:00 to 04:00 and 06:00 to 10:00 UTC on weekdays, which is 9 p.m. to midnight and 2 a.m. to 6 a.m. Eastern. The API model name is deepseek-flash.

Best for: anyone budgeting agent or batch work who wants the real per-task number, not the headline rate.


I've watched a lot of AI price cuts. Most of them move a number on a pricing page. This one moves which work is worth doing, but only if you price it right. The easy version of the math prices it wrong.

This guide is part of DeepSeek V4.1 Flash changes the economics of AI agents. Here I stay on one question: what a finished task costs.

The full price sheet

Per 1M tokensOff-peakPeak
Input, cache hit$0.003$0.006
Input, cache miss$0.15$0.30
Output$0.60$1.20

From DeepSeek's pricing page, September 10, 2026. The same page lists a 1M-token context window, 384K maximum output and a concurrency limit of 2,500.

US business hours are off-peak

DeepSeek sets its peak hours in UTC, Monday through Friday. Converted to US time while daylight saving lasts:

Peak window (UTC)EasternPacific
01:00 to 04:009 p.m. to midnight, Sunday through Thursday6 p.m. to 9 p.m.
06:00 to 10:002 a.m. to 6 a.m., Monday through Friday11 p.m. to 3 a.m.

Every hour of a normal American workday is off-peak. Weekends are off-peak. The one place US teams get caught is the overnight batch: a nightly job that kicks off at 2 a.m. Eastern runs at double the rate. Move it into the midnight-to-2 a.m. gap or after 6 a.m. and the same job costs half as much.

When US clocks fall back on November 1, each window arrives an hour earlier in local time. Re-check your schedule then.

Watch the route: the off-peak discount is on DeepSeek's own API. OpenRouter lists several providers for V4.1 Flash at different rates, and a provider's price may not follow DeepSeek's peak hours. Check which provider and rate each request was billed at.

Cached input is the number agent builders should watch

A cached input token costs $0.003 per million. An uncached one costs $0.15. That's a 50-to-1 gap, and agents live on the cheap side of it when they're built well, because they re-send the same instructions, tool list and history on every turn.

Here's one agent run of 20 turns. Each turn re-reads 40,000 tokens of shared context, adds 2,000 new tokens and writes 800.

Off-peakNothing cachedShared context cached on 19 of 20 turns
Input tokens billed at $0.15840,000 = $0.12680,000 = $0.012
Input tokens billed at $0.0030760,000 = $0.00228
Output, 16,000 tokens at $0.60$0.0096$0.0096
Cost per run$0.136$0.024

Same model, same work, about five and a half times cheaper. Whether a given request hits the cache is up to DeepSeek's system, so treat the right-hand column as the best case and measure your hit rate from your own billing data.

Reasoning effort is a hidden multiplier

V4.1 Flash lets you set reasoning effort anywhere from 1 to 100. Higher effort means more thinking tokens, and thinking tokens bill as output. Every benchmark on DeepSeek's model card was run at 100.

That matters for your budget. The quality you read about came from the most expensive setting. I didn't find a published figure for how many tokens a max-effort answer uses against a low-effort one, so measure it yourself: run the same ten prompts at 20, 60 and 100, and log the output tokens and the answers side by side. You'll likely find a setting below 100 that's good enough for routine work.

Run your own numbers

This calculator prices one task on three models and adds the part most comparisons leave out: what a miss costs when a person has to fix it.

Cost per finished task

V4.1 Flash:
Opus 5:
GPT-5.6 Sol:

Uses uncached list prices as of September 10, 2026 (Sol at its promotional rate). The success rates are placeholders. Replace them with rates you measured on your own tasks, or the answer means nothing.

With the defaults, V4.1 Flash costs $34.50 a month in tokens against $1,250 for Opus 5. Add $2.00 per miss and it costs about $8,034 a month to finish the work against $4,250. Change the V4.1 Flash success rate to 96 and watch the order flip.

Three pricing mistakes to avoid

  1. Quoting the off-peak rate for peak-hour work. Overnight batches and some third-party routes pay double.
  2. Comparing token prices, not finished tasks. A model that's cheap per attempt and wrong more often can cost more per result.
  3. Comparing against a promotion. OpenAI lists GPT-5.6 Sol's $4 input and $20 output as promotional pricing, available through at least November 21, 2026, so budget for the rate to change after that. Its prompts over 272,000 input tokens bill at twice the input rate and 1.5 times the output rate.

Turn token prices into cost per unit

The Token Economics Workbook ($59, one-time) gives you a forecasting calculator, a model routing matrix, cache-hit patterns, a gross-margin playbook and 15 production AI teardowns, so you can see what each AI feature costs per unit before a model switch changes it.

Get the Workbook — $59 →

Decision Guide

Start here if: you're about to budget a new agent or batch job and want the per-task number.

Skip it if: your AI spend is a few dollars a month and doesn't grow with volume.

Best first step: check what time your biggest scheduled job runs, then measure its cache hit rate.

More in this guide

FAQ

How much does DeepSeek V4.1 Flash cost per million tokens?

Off-peak, $0.15 for uncached input, $0.003 for cached input and $0.60 for output, as of September 10, 2026. Peak rates are double: $0.30, $0.006 and $1.20.

When are DeepSeek's peak hours?

01:00 to 04:00 and 06:00 to 10:00 UTC, Monday through Friday. In US Eastern time during daylight saving, that's 9 p.m. to midnight and 2 a.m. to 6 a.m. All other hours are off-peak.

Is DeepSeek V4.1 Flash cheaper than Claude Opus 5?

Per token, by a wide margin: $0.15 against $5 for uncached input and $0.60 against $25 for output, off-peak. Per finished task it depends on how often each model is wrong and what a miss costs you to fix.

Does reasoning effort change the price?

The per-token price stays the same, but higher effort produces more thinking tokens, which bill as output. DeepSeek ran its benchmarks at the maximum setting of 100, so benchmark-level quality comes at the highest token use.

What is the concurrency limit?

DeepSeek's pricing page lists a concurrency limit of 2,500 for the model.

Know your cost per unit before you switch models

Forecasting, routing and cache patterns in one workbook. $59, offline, your numbers.

Get the Token Economics Workbook — $59 →