DeepSeek V4.1 Flash pricing: every rate, the peak/off-peak catch, and the real cost

Kurnia Kharisma Agung Samiadjie
Written by

Kurnia Kharisma Agung Samiadjie

Katelin Teen
Reviewed by

Katelin Teen

Last edited September 11, 2026

Expert Verified
Illustration of DeepSeek V4.1 Flash token pricing with cost meters and a clock

DeepSeek V4.1 Flash pricing, in full

The rates below come straight from DeepSeek's official pricing page, checked on 11 September 2026. Everything is per million tokens, in USD, and DeepSeek runs a peak/off-peak schedule where off-peak is exactly half of peak.

DeepSeek V4.1 Flash API pricing card showing off-peak and peak rates, as published on the DeepSeek pricing page
DeepSeek V4.1 Flash API pricing card showing off-peak and peak rates, as published on the DeepSeek pricing page
Meter (per 1M tokens)Off-peakPeak
Input, cache hit$0.003$0.006
Input, cache miss$0.15$0.30
Output$0.60$1.20
Context window1M1M
Max output384K384K
Concurrency limit2,5002,500

You call it on the API as deepseek-flash (model version DeepSeek-V4.1-Flash). The model supports tool calls, JSON output, the OpenAI Responses API, and an Anthropic-format endpoint, and it now reads images natively, which opens up AI agent use cases the text-only V4 Flash could not touch. There is no free tier: usage draws down a topped-up or granted balance, with granted balance spent first.

Two numbers are worth staring at. The cache-hit input rate of $0.003 is fifty times cheaper than the cache-miss rate, so anything you can keep stable across requests (a system prompt, a knowledge snippet, a tool schema) is nearly free to re-send. And the concurrency ceiling of 2,500 is five times V4 Pro's 500, which matters the moment you point this at a real customer service workflow instead of a test script.

The peak/off-peak catch, and why it usually helps you

This is the part most price comparisons skip. DeepSeek's peak hours are 01:00-04:00 and 06:00-10:00 UTC, Monday through Friday. Everything else is off-peak, at half the price.

Timeline of a UTC weekday showing DeepSeek's two peak billing windows at double price and the rest of the day at off-peak half price, with output rates of $0.60 off-peak and $1.20 peak
Timeline of a UTC weekday showing DeepSeek's two peak billing windows at double price and the rest of the day at off-peak half price, with output rates of $0.60 off-peak and $1.20 peak

Those windows map to Chinese business hours. If your traffic is a US or European support queue, the bulk of your volume lands in DeepSeek's off-peak, so you mostly pay the lower rate without doing anything clever. That is a genuine tailwind for a Western AI customer service software build.

It is also a little fragile, and worth flagging to whoever signs off the budget. Your effective rate depends on the clock, not just your usage, so a batch job you schedule at 08:00 UTC costs double what the same job costs at 14:00. If you run overnight batches or you have European agents online early, some of your traffic will drift into peak. Model the mix, do not assume the off-peak headline for every token.

Reasoning tokens: the cost that is not on the price card

The headline output rate is $0.60 per million off-peak. The trap is that DeepSeek V4.1 Flash has thinking mode on by default, and every reasoning token it generates bills at that same output rate.

DeepSeek exposes reasoning effort as a continuous 1-to-100 dial (the API presets are low, high, and max). Turn it up and answer quality climbs, but so does the number of tokens burned before you ever see a reply. A request that returns a 200-token answer might have generated several thousand tokens of hidden reasoning to get there, and you pay for all of them. Independent testers also flagged the earlier Flash as verbose, so this is not a theoretical worry.

The practical takeaway for a cost model: do not multiply your expected answer length by $0.60 and call it done. If you are running a tier-1 deflection flow where most tickets need almost no reasoning, keep the effort low and the real bill stays near the headline. If you crank effort for hard tickets, your cost per resolution can quietly move by an order of magnitude. This is the same reason chatbot cost estimates that only count the visible answer are usually wrong.

Estimate your own monthly bill

The cleanest way to see what this means for you is to plug in your own volumes. This runs DeepSeek's list rates for you and shows the cost split between input and output.

Why V4.1 Flash is this cheap: the architecture

A model this cheap usually means a small model, but V4.1 Flash is a 552B-parameter mixture-of-experts, bigger than the 284B V4 Flash it replaces. The price cut comes from a new design instead.

The headline is a Causal Encoder-Decoder layout that activates only 8B parameters for reading your prompt and 16B for writing the answer, so most of the 552B sits idle on any given token. The other lever is memory: DeepSeek reports a KV cache of about 890 bytes per token, roughly four times smaller than V4 Flash and hundreds of times smaller than its first generation. Less memory per token in flight is what lets DeepSeek serve 2,500 concurrent requests and pass the savings into the rate card.

Chart of DeepSeek's KV cache size per token shrinking across model generations down to V4.1 Flash, as taken from DeepSeek
Chart of DeepSeek's KV cache size per token shrinking across model generations down to V4.1 Flash, as taken from DeepSeek

You do not need the internals to buy the model, but they explain why this is not a loss-leader that gets repriced in three months. The cheap number is a property of the design, which makes it a more reliable input to a cost-per-resolution model than a promotional rate would be.

The V4 Pro retirement: a billing change to plan for

The most-discussed part of this launch is not the price, it is what DeepSeek is doing with it. Because V4.1 Flash matches or beats the pricier V4 Pro, DeepSeek is retiring V4 Pro: from 14 September 2026, all deepseek-v4-pro requests route to V4.1 Flash and bill at Flash rates until a future V4.1 Pro ships.

Before and after diagram: before 14 September 2026 deepseek-v4-pro requests bill at V4 Pro rates, after that date the same requests are served by V4.1 Flash at Flash rates for about a third of the price
Before and after diagram: before 14 September 2026 deepseek-v4-pro requests bill at V4 Pro rates, after that date the same requests are served by V4.1 Flash at Flash rates for about a third of the price

On the bill, that is good news: a request that cost V4 Pro's $1.98 output now costs $0.60. On reliability, it made developers nervous, because your pinned model quietly changes underneath a validated workflow:

Hacker News

"If I'd carefully tested and optimized prompts against Pro I wouldn't be keen on this particular news. I feel like API model providers should lean towards not swapping out models on their paying customers, no matter how much 'better' the new model is meant to be."

The fair counter is that DeepSeek publishes every model's open weights, so anyone who needs a frozen version can pin it themselves. Either way, if you have a production flow on deepseek-v4-pro, treat 14 September as a real change date: re-test on V4.1 Flash before it becomes your default, the same care you would take with any AI agent reliability work.

How it compares on price

Against DeepSeek's own lineup, V4.1 Flash is the cheapest capable option they offer, and it is the reason the older DeepSeek V4 Flash and V4 Pro are both being folded into it. Against the wider market, the interesting comparison is Google's cheap tier, Gemini 3 Flash. Community members who ran both were blunt:

Hacker News

"The direct competition is Gemini Flash, and these models are much better on agentic tasks with fraction of the task price compared to Gemini... 20-30% of the price per task. And especially Deepseek Flash produces better quality than Gemini does."

That tracks with the Gemini pricing card and with the general shape of the market: DeepSeek keeps setting the floor.

If you are actively comparing engines for a support build, our writeups on DeepSeek V4 Flash vs GPT-5.6 and Claude vs Gemini walk the tradeoffs beyond price. And if you are pricing a vendor-built option instead of raw tokens, Decagon's cost is a useful reference point.

The catch nobody prices in: this is a model, not a support agent

Here is where I have to be honest about what the price does and does not buy you. The rate card is for a raw model. Pointing a raw model at customer tickets is not the same as having a working AI helpdesk, and it is a world away from an old rule-based chatbot too. The gap between a model and a product is where the real money lives.

First, the data question. DeepSeek's paid API terms are silent on whether your inputs train the model, there is no published zero-retention option or data processing agreement, and requests are processed in the PRC. For a queue full of customer names, order numbers, and personal details, that is a compliance conversation to have before you send a single real ticket, not after. If this is your world, our primer on SOC 2 and GDPR for support chatbots is the right starting point.

Second, and bigger: the token cost is a rounding error next to the cost of getting support automation wrong. A model that gives a confident wrong answer to a refund question does not save you money, it creates an angry customer and a human cleanup. Across years of running AI on live queues, the pattern is always the same: the $0.60-per-million model is 2% of the job, and the other 98% is company knowledge, escalation rules, real actions in your helpdesk, and testing against your own history before go-live. It is also why the numbers that matter are your support metrics, not the token meter. That is why every serious agent vs human cost comparison has to look past the API meter.

Try eesel

DeepSeek V4.1 Flash is a fantastic engine, and at $0.15 in, $0.60 out, it is one of the cheapest capable engines on the market. But an engine is not an employee. eesel is an AI teammate platform: instead of a raw model you have to wrap in knowledge, guardrails, and integrations, you hire a ready-to-work teammate for a specific job. The AI helpdesk teammate joins your existing queue, learns from your past tickets and help center, and knows when to hand off to a human, so which model runs underneath is a detail you do not have to manage.

eesel AI activity view showing resolved and pending conversations across Zendesk and chat, with skills and integrations in the sidebar
eesel AI activity view showing resolved and pending conversations across Zendesk and chat, with skills and integrations in the sidebar

Because a DeepSeek pricing post tends to attract people who live in a terminal, one thing worth calling out: eesel is not dashboard-only. It ships a real command-line interface, @eesel/cli, and every workspace is also an MCP server. A person can drive the same teammate from a terminal, scripts can automate it in CI, and coding agents like Claude Code or Cursor can operate it directly. You can connect an integration, edit the standing instructions, run a simulation against your real ticket history, and inspect every run with eesel activity, all without opening a browser.

It is the API-first way to run support, the same terminal-native workflow you would use to manage agents from the command line, and it is documented in full in the eesel CLI docs.

On price, eesel is usage-based at $0.40 per ticket or chat handled, with no per-seat fee, and a free trial with $50 of usage. If you are eyeing a cheap model to cut support costs, the part I would not skip is the simulation: try eesel and see the real resolution quality on your own tickets before you commit to any model, DeepSeek included.

Frequently Asked Questions

How much does DeepSeek V4.1 Flash cost?

On the first-party API, DeepSeek V4.1 Flash costs, off-peak, $0.15 per million input tokens on a cache miss, $0.003 on a cache hit, and $0.60 per million output tokens. Peak hours double every one of those figures. That makes DeepSeek V4.1 Flash pricing cheaper than the outgoing DeepSeek V4 Flash pricing and about a third of the retiring V4 Pro tier.

What are DeepSeek's peak and off-peak hours?

Peak hours are 01:00-04:00 and 06:00-10:00 UTC on weekdays, and off-peak rates are exactly half of peak. Because those windows line up with Chinese business hours, a US or European support queue mostly bills at the cheaper off-peak rate. It is a real saving, and one that quietly depends on the clock.

Is DeepSeek V4.1 Flash cheaper than DeepSeek V4 Pro?

Yes, by a wide margin. V4 Pro's cache-miss input is $0.66 off-peak and its output is $1.98, versus $0.15 and $0.60 for V4.1 Flash. DeepSeek is retiring V4 Pro because the newer, cheaper model matches or beats it, so from 14 September 2026 old deepseek-v4-pro calls route to V4.1 Flash at Flash rates.

Does DeepSeek V4.1 Flash have a free tier?

No free tier is advertised on the pricing page. Usage is deducted from your topped-up or granted balance, with granted balance spent first. If you want to try a support AI without a credit-card meter running, an AI helpdesk teammate like eesel bills per resolution and includes a free trial with usage credit.

How do reasoning tokens affect DeepSeek V4.1 Flash pricing?

Thinking mode is on by default, and the reasoning tokens the model generates are billed at the output rate. So a heavy reasoning setting can quietly multiply your real cost per request even though the headline $0.60 output number never changes. If you are cost-modelling a tier-1 deflection workload, budget for the thinking tokens, not just the answer.

Is DeepSeek V4.1 Flash pricing good for customer support?

The raw token price is excellent, but token cost is a small slice of what a support bot really costs to run. The bigger questions are data handling (DeepSeek's terms are silent on training use and process data in the PRC) and whether the model is wired to your knowledge and helpdesk at all. See our note on cost per resolution for the fuller picture.

Can I self-host DeepSeek V4.1 Flash to avoid API costs?

Yes, the weights are MIT-licensed on Hugging Face. The catch is hardware: at 552B parameters it needs roughly 384GB of memory, so self-hosting only pencils out at high volume. For lighter setups, compare open-source chatbot platforms that fit smaller boxes.

Share this article

Kurnia Kharisma Agung Samiadjie

Article by

Kurnia Kharisma Agung Samiadjie

Kurnia is a software engineer and writer at eesel AI with two years of SEO experience, writing about AI tools, helpdesk software, and customer support. He pairs a developer's understanding of how these products are built with search-driven research into what actually ranks and resonates with the people searching for them.

Related Posts

All posts →
Hand-drawn illustration of a rate card and a stack of screenshots being flattened to a single flat price line beside the DeepSeek whale
Trending

DeepSeek V4 Flash Vision Exp pricing: the flat-rate image model

DeepSeek charges the plain text rate for images and caps every one at 384 tokens, which works out to roughly 11,800 screenshots per dollar. Here is the full rate card, the arithmetic against five rival vision models, and the three levers that actually move your bill.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieAug 24, 2026
Hand-drawn illustration of screenshots, charts and tables feeding into an AI eye beside the DeepSeek whale
Trending

DeepSeek V4 Flash Vision Exp: same price, one big catch

DeepSeek's first vision model bills images at the plain text rate, quietly outscores V4-Flash on six of seven text benchmarks, and squashes every image down to roughly 800 by 800 before it looks.

Rama Adi NugrahaRama Adi NugrahaAug 24, 2026
Illustration of one small fast model being pulled ahead while a heavier model is pushed uphill
Trending

DeepSeek V4.1 Flash: the cheap model that beat DeepSeek's Pro

DeepSeek V4.1 Flash is smaller, cheaper, now sees images, and DeepSeek says it beats V4 Pro. Here is the pricing, the architecture, and whether it fits support.

Alicia Kirana UtomoAlicia Kirana UtomoSep 11, 2026
Hand-drawn illustration of a magnifying glass held over a blurred screenshot beside a benchmark scorecard and the DeepSeek whale
Trending

DeepSeek V4 Flash Vision Exp review: the vision is the sideshow

I read every benchmark row, every hands-on report and three days of real traffic on DeepSeek's first vision model. The verdict turned out to be about the text.

Alicia Kirana UtomoAlicia Kirana UtomoAug 24, 2026
Illustration of a multimodal AI model turning inputs into tokens that funnel down to a dollar sign, for a GLM-5.3-Flash pricing breakdown
Trending

GLM-5.3-Flash pricing: every rate, the promo cliff, and the real cost

GLM-5.3-Flash pricing in full: the $0.075/$0.25 promo rates, the September cliff, the coding plan, and the throughput gap that changes your real cost.

Rama Adi NugrahaRama Adi NugrahaAug 29, 2026
Illustration of two people reviewing tiered pricing cards on a screen, with the Qwen logo
Trending

Qwen 3.7 Flash pricing: what you actually pay in 2026

The $0.03 rate is real, and it is one of four meters on your invoice. Here is how the prompt bracket, the cache, the batch region and the retry rate combine into the number you actually get billed.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 31, 2026
Tasklet AI pricing breakdown hero banner
Trending

Tasklet AI pricing: plans, credits, and the real 2026 cost

A plain-English breakdown of Tasklet AI pricing in 2026: the free tier, the $25 / $100 / $250 credit plans, how credits actually burn, and the costs the sticker price hides.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 17, 2026
Illustration of a person weighing a small low-cost AI model against a larger caped flagship model on pedestals
Trending

Claude Opus 5 vs Fable 5: which should you actually run?

Fable 5 costs exactly double Opus 5. I went through both system cards, the docs and the independent benchmarks to work out when that second dollar buys anything.

Rama Adi NugrahaRama Adi NugrahaJul 27, 2026
Illustration of a developer reaching Alibaba's Qwen 3.8 Max through chat, multimodal and API surfaces
Trending

How to access Qwen 3.8 Max: 5 routes and what each bills

Five real ways to reach Alibaba's 2.4T-parameter flagship, from the free chat to the $2/$6 API, plus the billing traps that catch people on the way in.

Rama Adi NugrahaRama Adi NugrahaAug 3, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free