AIREITER
DOCS APIPRECIOS
PLANTILLAS
  • AIReiter
  • Blog
  • DeepSeek V4.1 Flash API Pricing and Migration Guide

DeepSeek V4.1 Flash API Pricing and Migration Guide

Última actualización: 2026-09-10 07:48:22

A production call to deepseek-v4-pro will soon return a different model without requiring a code change. DeepSeek V4.1 Flash is cheaper and now the recommended default, but that alias transition makes validation more important than the headline price cut.

Make the production decision before reading the rate card

New deployments should use deepseek-flash; existing Flash deployments should replace legacy aliases during their next configuration release. Teams relying on the distinct behavior of V4 Pro should run acceptance tests before 12:00 Beijing Time on September 14, 2026, when DeepSeek says deepseek-v4-pro will begin routing to V4.1 Flash until V4.1 Pro arrives.

SituationDecisionReason
New text, agent, or vision workloadUse deepseek-flashIt is the canonical V4.1 Flash ID and supports vision
Existing deepseek-v4-flash workloadTest, then rename the IDThe alias already serves V4.1 Flash, so renaming removes ambiguity
Existing Vision-Exp workloadRe-test image cases, then renamedeepseek-v4-flash-vision-exp now routes to V4.1 Flash
Production V4 Pro dependencyRun a regression set before September 14The same ID is scheduled to return V4.1 Flash after the cutoff
Requirement for a stable V4-Pro-0813 endpointDo not assume the alias remains pinnedDeepSeek's change log announces retirement and gives no V4.1 Pro release date

DeepSeek's September 10 change log calls V4.1 Flash an official release, not a beta. It also says the older V4 Flash and Vision-Exp models are retired and that their names are temporarily retained for compatibility.

DeepSeek V4.1 Flash API pricing and workload math

DeepSeek V4.1 Flash API pricing is $0.15 per million uncached input tokens and $0.60 per million output tokens off-peak. Peak rates double to $0.30 and $1.20; cached input costs $0.003 off-peak or $0.006 peak, according to DeepSeek's official pricing page.

DeepSeek official API pricing page showing V4.1 Flash rates

Rates as of September 10, 2026

All prices below are USD per 1 million tokens. Peak pricing applies Monday through Friday from 01:00-04:00 UTC and 06:00-10:00 UTC; weekends and every other hour are off-peak.

Token categoryFlash off-peakFlash peakV4 Pro off-peakV4 Pro peak
Cache-hit input$0.003$0.006$0.022$0.044
Cache-miss input$0.15$0.30$0.66$1.32
Output$0.60$1.20$1.98$3.96

Flash is 77.3% cheaper than Pro for uncached input and 69.7% cheaper for output at either time tier. A Flash cache hit costs 98% less than a cache miss, making prefix stability more valuable than small prompt-trimming gains.

What 10 million input and 1 million output tokens cost

For 10 million input tokens and 1 million output tokens, with no cache hits, Flash costs $2.10 off-peak: (10 x $0.15) + (1 x $0.60). The same workload costs $4.20 at peak, while V4 Pro costs $8.58 off-peak.

If 80% of the Flash input receives cache-hit billing, the off-peak cost falls to $0.924: (8 x $0.003) + (2 x $0.15) + (1 x $0.60). That is arithmetic from the published rates, not a measured invoice; output length, cache eligibility, retries, and reasoning usage determine the actual charge.

Chart comparing DeepSeek V4.1 Flash and V4 Pro workload costs

There are 35 peak hours in a 168-hour week. Batch jobs that can avoid those windows cut every listed token rate in half, while interactive traffic needs budgeting against the peak column rather than an assumed weekly average.

Model IDs are now routing rules

DeepSeek model IDs no longer identify immutable model versions. The canonical ID selects V4.1 Flash directly, while three older names either already route or are scheduled to route to it.

Request model IDServed model on September 10Announced behavior
deepseek-flashDeepSeek-V4.1-FlashCanonical ID
deepseek-v4-flashDeepSeek-V4.1-FlashTemporary compatibility alias
deepseek-v4-flash-vision-expDeepSeek-V4.1-FlashTemporary compatibility alias
deepseek-v4-proDeepSeek-V4-Pro-0813Routes to V4.1 Flash after 12:00 Beijing Time, September 14

The practical risk is silent behavioral change. Logging only the request ID cannot prove which underlying version answered, so preserve response metadata where available and date every evaluation.

A four-step migration check

  1. Replace legacy Flash names with deepseek-flash in configuration, not scattered application code.
  2. Replay a fixed set of accepted text, tool-call, JSON, and image cases against V4.1 Flash.
  3. Compare pass rate, billed input and output tokens, full completion time, and tool-retry count; raw tokens per second does not capture failed work.
  4. Keep the previous route or another validated provider behind a feature flag until the new results meet the workload's acceptance threshold.

One rollout report illustrates why discovery belongs in the check. A Reddit user, u/yukiaddiction, asked, "why I don't see on my deepseek harness?" The thread's reported workaround was a fresh Harness installation, but that is a user report rather than official support guidance.

Capabilities and operating limits

DeepSeek V4.1 Flash combines text and image input with thinking modes, tool calls, JSON output, and OpenAI-compatible and Anthropic-compatible interfaces. The official table lists a 1 million-token context, a 384,000-token maximum output, and concurrency of 2,500, compared with 500 for V4 Pro.

CapabilityV4.1 FlashV4 Pro before rerouting
Vision inputYesNo
Thinking and non-thinking modesYesYes
Tool calls and JSON outputYesYes
Responses and Anthropic APIsYesYes
Context window1M tokens1M tokens
Maximum output384K tokens384K tokens
Listed concurrency2,500500

Vercel's AI Gateway model page showed 211 output tokens per second and 1.3 seconds to first token on September 10. Vercel labels those as P50 measurements from live gateway traffic, so they are operational snapshots, not fixed specifications or quality scores.

DeepSeek reports GPQA Diamond 90.9, Codeforces rating 3471, Terminal-Bench 2.1 at 90.6, and DeepSWE v1.1 at 74.2 for V4.1 Flash. Those are vendor-published launch results; use executable acceptance tests for a production decision. A specific early complaint reinforces that boundary: @sdjn_wgc reported that an OpenCode skill task copied prior file content or confused character subjects, while other users described very high generation speed. One failure report and several speed impressions do not establish a general quality ranking.

Switch now, or wait?

V4.1 Flash is the sensible default for new workloads and the required test target for existing official-API users because DeepSeek is consolidating its routes around the model. The exception is a workflow whose accepted output depends on V4 Pro behavior and cannot complete regression testing before the scheduled alias change.

WorkloadRecommendation
High-volume extraction, classification, or routine agent stepsSwitch now after a small acceptance run
Repeated long system promptsSwitch and monitor cache-hit usage; the off-peak hit rate is $0.003/M
Screenshot or document-image processingTest now; native vision removes the separate Vision-Exp route
Tool-heavy coding agentGate deployment on executable tests and tool-retry rate
Safety-critical or regulated workflowWait for internal validation and confirm hosting/data requirements separately
Self-hostingEvaluate infrastructure first; a user inspecting the release reported a checkpoint above 500 GB

Open weights do not imply laptop-class deployment. @plotarmordev wrote that the "checkpoint is over 500 GB" and described local use as not plug-and-play. Hosted API pricing is therefore the relevant comparison for most teams without multi-GPU infrastructure.

DeepSeek V4.1 Flash API FAQ

Is DeepSeek V4.1 Flash officially released?

Yes. DeepSeek's official API change log dates the release September 10, 2026, and lists deepseek-flash as the current API model name.

What are DeepSeek's peak hours?

Peak hours are 01:00-04:00 UTC and 06:00-10:00 UTC, Monday through Friday. All weekend hours and other weekday hours receive rates that are half the peak price.

Does deepseek-v4-flash still work?

Yes, but it is a temporary compatibility alias that now serves V4.1 Flash. New configurations should use deepseek-flash so the requested product is explicit.

Does V4.1 Flash support image input?

Yes. DeepSeek lists native multimodal visual understanding and vision support; images are billed as input tokens.

Will deepseek-v4-pro keep returning V4 Pro?

Not under the announced schedule. DeepSeek says requests using that ID will route to V4.1 Flash after 12:00 Beijing Time on September 14, 2026, until V4.1 Pro is released.

Is V4.1 Flash cheaper than V4 Pro?

Yes. Off-peak uncached input/output rates are $0.15/$0.60 for Flash versus $0.66/$1.98 for Pro, and the relative difference is the same at peak.

The next action

Change legacy Flash aliases to deepseek-flash, run the same acceptance corpus before and after the change, and budget interactive traffic at peak rates. For Pro users, complete that check before September 14 because leaving the model string untouched is not the same as leaving the model unchanged.

Related reading

  • DeepSeek V4 Flash Vision Exp API guide
  • DeepSeek V4 Pro GA API guide
  • DeepSeek Harness setup

>_Directorio de modelos AIReiter

Acceso API rápido a modelos relacionados con esta guía

DeepSeek V4 Flash

Chat

DeepSeek V4 Flash para chat técnico rápido, extracción, clasificación y cargas de trabajo frecuentes de API.

DeepseekCrear API Key >

DeepSeek V4 Pro

Chat

DeepSeek V4 Pro para razonamiento profundo de código, planificación de arquitectura y análisis técnico.

DeepseekCrear API Key >

Claude Fable 5

Chat

Un modelo premium de Claude para razonamiento profundo y trabajo complejo de formato largo.

AnthropicCrear API Key >

Claude Fable 5.1

Chat

Mythos-class model for long-horizon coding, research, and knowledge work.

AnthropicCrear API Key >

Claude Opus 4.8

Chat

Un modelo Claude de alta capacidad para tareas que exigen razonamiento y trabajo profesional.

AnthropicCrear API Key >

Publicaciones recientes

OpenRouter US In-Region Routing: configuración y límites

2026-09-10

Alternativas a Civitai: Hugging Face, Tensor.Art, SeaArt y ComfyUI

2026-09-10

Precios de la API de Kling: coste oficial frente a agregadores (2026)

2026-09-10

Guía de OpenRouter Shell Tool y Files API (Beta)

2026-09-10
AIREITER

¿Preguntas? Contáctanos en
[email protected]

新速率有限公司NEWRATE LIMITED香港九龍花園街 2-16 號好景商業中心 2304 室Room 2304, Haojing Commercial Center, 2-16 Garden Street, Kowloon, Hong Kong

LLM

GPT-6 AstraGemini 3.8 FlashClaude Fable 5.1GLM-5.3 FlashGemini 3.6 Flash

Video IA

Gemini Omni 1.1 Flash ExtMiniMax H3Kling 3.0 Motion ControlKling 3.0 TurboKling 3.0

Imagen IA

GPT-Image 2.5Grok Imagine Image 2.0Midjourney V8.1Midjourney V7Z-Image Turbo

Blog

Ver todo →

Compañía

Política de privacidadTérminos de servicioPolítica de reembolso

© 2026 AIReiter. Todos los derechos reservados.