DeepSeek API Pricing: What You Really Pay in 2026

Sami Ullah Khan

August 9, 2026

DeepSeek API Pricing

📋 Executive Summary

💷 Pricing: V4 Flash costs $0.14 per million uncached input tokens and $0.28 per million output tokens, while V4 Pro costs $0.435 and $0.87 respectively.
🔄 Caching: Cache-hit input is priced up to 50 times below uncached input, but DeepSeek describes caching as best-effort and dependent on exact reusable prefixes.
📊 Cost Analysis: A 100-million-input-token workload with 10 million output tokens costs about $16.80 on V4 Flash before retries, tools or infrastructure, and about $5.82 with an 80% input cache-hit rate.
⚙️ Production: The hidden production constraints are account-level concurrency, a ten-minute inference-start timeout, stateless conversations and compatibility gaps across OpenAI, Anthropic and Responses API formats.
🧪 Evaluation: Independent evaluation supports the price advantage but not a universal quality win: Artificial Analysis recorded strong cost efficiency, while NIST placed V4 Pro behind the aggregate US frontier.
🏆 Recommendation: Most teams should default routine traffic to V4 Flash, reserve V4 Pro for measurable reasoning gains and instrument cache hits, output length, retries and task success before scaling.

DeepSeek API pricing is now so low that one million uncached input tokens on V4 Flash cost $0.14, yet I would not build a production budget from that number alone because output length, cache misses, retries and routing decisions can multiply the real bill. The sharpest 2026 finding is the contradiction between an extraordinarily cheap rate card and a production system whose total cost still depends on engineering discipline.

As of 6 August 2026, DeepSeek lists two current API models: deepseek-v4-flash and deepseek-v4-pro. Both offer a one-million-token context window, a maximum output of 384,000 tokens, thinking and non-thinking modes, JSON output, tool calls, chat-prefix completion and fill-in-the-middle completion in non-thinking mode. Flash is the volume model. Pro is the more expensive reasoning option. The old deepseek-chat and deepseek-reasoner aliases passed their published discontinuation date on 24 July 2026, so new integrations should use the V4 names directly.

This guide explains the complete rate matrix, what a cache hit really means, how to calculate realistic monthly spend, which limits can become bottlenecks and where compatibility layers add operational risk. It also separates vendor claims from independent evidence. Reuters reported that Artificial Analysis found V4 Flash dramatically cheaper per benchmark test than better-known rivals, but the same reporting showed a capability gap against leading premium models. The practical question is therefore not whether DeepSeek is cheap. It is whether the workload is designed so that its low token prices translate into a lower cost per successful task.

DeepSeek API Pricing in 2026

DeepSeek bills input and output separately, in US dollars per one million tokens. Input receives two prices: a very low cache-hit rate and a higher cache-miss rate. The official page says charges are deducted from granted balance first, then topped-up balance, and it warns that prices may change. That warning matters because the company also says it expects an overall price increase in the near future. A purchasing team should therefore treat today’s figures as a variable consumption schedule, not a fixed annual contract.

The current matrix is unusually simple. V4 Flash charges $0.0028 for one million cache-hit input tokens, $0.14 for one million cache-miss input tokens and $0.28 for one million output tokens. V4 Pro charges $0.003625, $0.435 and $0.87 for the same units. At list price, Pro is roughly 3.1 times the uncached input cost and 3.1 times the output cost of Flash. The cache-hit multiplier is lower because both rates are already tiny.

The wider market context is important. DeepSeek’s permanent DeepSeek price reduction became a strategic signal rather than a temporary acquisition offer. Reuters reported in May 2026 that the company made a 75% V4 Pro reduction permanent, then in August reported that V4 Flash averaged about three cents per Artificial Analysis benchmark test. That is a useful value indicator because it includes the volume of tokens generated to complete the tasks, not merely the sticker price per token.

The rate card does not include application hosting, vector databases, observability, third-party search, developer tools, tax, currency conversion or support. It also does not promise committed-use discounts, service-level agreements or a public enterprise support matrix. Those commercial terms were not publicly confirmed in the reviewed documentation.

ModelCache-Hit InputCache-Miss InputOutputContextAccount Concurrency
V4 Flash$0.0028 / 1M$0.14 / 1M$0.28 / 1M1M tokens2,500
V4 Pro$0.003625 / 1M$0.435 / 1M$0.87 / 1M1M tokens500

What the Two Models Actually Include

Price only makes sense beside capability. DeepSeek’s current documentation gives both models the same headline context and output limits, but the model roles differ. V4 Flash is the economical default for extraction, classification, summarisation, routing, routine coding and high-volume tool execution. V4 Pro is intended for harder planning, deeper reasoning and recovery steps where a better answer has measurable business value.

The July 31 release changed the practical balance. DeepSeek said V4 Flash 0731 retained the same architecture and size as the preview model but was re-post-trained for stronger agent performance. The company reported gains across Terminal Bench 2.1, NL2Repo, CyberGym, Toolathlon and other agent benchmarks. Those are vendor results and should not be treated as independent proof, but they explain why Flash can now cover work that previously might have been routed automatically to Pro. Our DeepSeek V4 launch analysis provides the broader product and market background.

Both models support thinking and non-thinking operation. Thinking is enabled by default and the documented default effort is high. In thinking mode, temperature, top_p, presence penalty and frequency penalty are accepted for compatibility but have no effect. The model returns reasoning_content separately from the visible answer. If a tool call occurs, the full reasoning content must be passed back in later requests or the API can return a 400 error. That protocol detail can determine whether a framework works reliably.

The API is text-first. Artificial Analysis lists V4 Flash as text input and text output, without native image input. Third-party integrations may proxy images through another model, but that creates another provider dependency and potentially another charge. Buyers should therefore compare the whole workflow, not assume that a low text-token price substitutes for multimodal capability.

How Context Caching Changes the Economics

The largest discount in the rate card is not the difference between Flash and Pro. It is the difference between cache-hit and cache-miss input. Flash cache-hit input is priced at one-fiftieth of uncached input, while Pro cache-hit input is priced at one-one-hundred-and-twentieth of uncached input. That creates a powerful incentive to keep repeated instructions, reference material and schemas at the beginning of requests.

DeepSeek says disk-based context caching is enabled automatically. A later request can receive a cache hit when its prefix fully matches a prefix unit already persisted by the system. Request boundaries, detected common prefixes and fixed token intervals can create reusable units. The response exposes prompt_cache_hit_tokens and prompt_cache_miss_tokens so teams can measure what actually happened.

How DeepSeek API Pricing Changes With Cache Hits

A cache discount is not guaranteed. DeepSeek describes the system as best-effort, says cache construction takes seconds and notes that unused cache entries may be cleared after hours or days. A small change near the beginning of a prompt can prevent a full prefix match. Dynamic timestamps, user-specific identifiers and reordered instructions are common causes of avoidable misses.

The practical pattern is to place stable system instructions first, then reusable reference content, then volatile user input. Version long prompts rather than editing them casually. Measure the hit ratio per endpoint and per prompt version. The same design principle appears in a personal AI research assistant workflow, where stable source-handling rules and repeated corpus context are separated from each new question. Caching should be treated as an observable optimisation, not a forecast assumption.

Real Workload Cost Calculations

Token pricing becomes useful when translated into a workload. The formula is straightforward: cache-hit input tokens multiplied by the cache-hit rate, plus cache-miss input tokens multiplied by the miss rate, plus output tokens multiplied by the output rate. The difficult part is estimating output, retries and tool-loop expansion realistically.

Consider a monthly classification and summarisation service that sends 100 million input tokens and receives 10 million output tokens. With no cache hits, V4 Flash costs $14 for input and $2.80 for output, or $16.80. V4 Pro costs $43.50 and $8.70, or $52.20. If 80% of input hits the cache, Flash falls to approximately $5.82 and Pro to about $17.69. Those figures exclude failed requests, application infrastructure and external tools.

Now consider a document workflow with 1,000 requests, each carrying 500,000 input tokens and producing 5,000 output tokens. That is 500 million input tokens and 5 million output tokens. On Flash, all-uncached usage costs about $71.40. If 90% of input becomes cache-hit traffic, the model charge falls to about $9.66. The savings are dramatic, but only if the document prefix is genuinely reused.

Agent workloads are less predictable. A single business request may trigger planning, tool selection, search, validation, repair and a final answer. An apparently small task can produce several model calls and large tool observations. The implementation patterns in building an AI agent with DeepSeek show why a hard step budget, compact tool results and a clear stopping condition matter as much as the token rate. Cost per successful task is the best metric because it penalises cheap calls that fail, loop or require human repair.

Monthly WorkloadV4 Flash, No CacheV4 Flash, Cached CaseV4 Pro, No CacheV4 Pro, Cached Case
100M input + 10M output$16.80$5.82 at 80% hit$52.20$17.69 at 80% hit
500M input + 5M output$71.40$9.66 at 90% hit$221.85$21.65 at 90% hit
20M input + 8M output$5.04$2.80 at 50% hit$15.66$11.35 at 50% hit

Hidden Limits and Production Bottlenecks

DeepSeek does not publish a conventional requests-per-minute table on the reviewed page. It publishes account-level concurrency: 2,500 simultaneous V4 Flash requests and 500 V4 Pro requests. A request counts from submission until the model response finishes. Exceeding the account limit returns HTTP 429, regardless of which API key generated the traffic. Capacity expansion can be requested without an additional listed fee, although approval and actual capacity remain operational dependencies.

The user_id parameter adds content-safety, KV-cache and scheduling isolation, but it does not give each user a separate pool under a normal account. The identifier must match a restricted character pattern, can be up to 512 characters and must not contain private information. This is useful for tenant separation, but it is not a substitute for authorisation or data governance in the application.

Long inference introduces another bottleneck. DeepSeek keeps requests alive with empty lines for non-streaming calls or SSE comments for streaming calls. If inference has not started within ten minutes, the server closes the connection. Custom HTTP clients, reverse proxies and serverless gateways need to tolerate keep-alive traffic and have compatible timeouts. Otherwise, the application may retry a request that is still queued, doubling spend or creating duplicate actions.

The one-million-token context window can also mislead capacity planning. A larger prompt raises preprocessing time and increases the chance that tool loops carry unnecessary history. The maximum 384,000-token output is a ceiling, not a sensible default. Production systems should enforce smaller endpoint-specific limits. Our 2026 chatbot comparison shows why context size, modality, search, ecosystem and reliability need to sit beside price when choosing a provider.

Thinking Mode, Output Length and Token Economics

Reasoning changes the cost profile because generated reasoning is billed as output even when the user only sees a concise final answer. DeepSeek exposes reasoning_content, which helps developers inspect and continue tool workflows, but a high effort setting can produce much more output than a simple non-thinking response. The cheapest model can therefore become expensive when every routine request receives maximum reasoning.

DeepSeek maps requested effort differently by model. On the reviewed documentation, V4 Flash supports low, high and max mappings more directly, while V4 Pro maps low to high and other settings differently, with a note that the mapping was due to change in early August 2026. This is a moving compatibility detail. Teams should record the actual model version, requested effort, output token count and task result rather than assuming labels are stable across releases.

A practical router has at least three paths. Use non-thinking Flash for deterministic extraction, formatting and straightforward tool execution. Use thinking Flash for ambiguous analysis and moderate planning. Use Pro only when evaluation shows a meaningful improvement on the organisation’s own difficult tasks. This is not merely a cost-saving hierarchy. It reduces latency and lowers the surface area for long reasoning traces, malformed tools and unnecessary retries.

The overlooked metric is output efficiency. Artificial Analysis reported V4 Flash 0731 generated a high volume of output tokens during its Intelligence Index evaluation. That does not make the model uneconomical at its current rate, but it reinforces the need to compare cost per solved task. A model that is ten times cheaper per token but uses twelve times more billable output is not cheaper for that workload.

Integration Paths and Compatibility Traps

DeepSeek supports an OpenAI-compatible base URL, an Anthropic-compatible endpoint and, for V4 Flash, the Responses API format. This makes migration easier, but compatibility is partial rather than identical. A working SDK connection does not prove that every parameter, tool type, state feature or streaming event behaves like the original provider.

The OpenAI-format Chat Completions path is the most direct for existing clients. JSON output is supported, but the prompt must explicitly request JSON and the API can occasionally return empty content. Strict function calling is beta, requires the beta base URL and supports only a subset of JSON Schema. Server-side validation remains essential. The Responses API is currently Flash-only, stateless and does not support previous_response_id, conversation, store or background execution. It supports function tools and web search, but ignores or partially supports several OpenAI fields.

The Anthropic-compatible endpoint maps Claude Opus names to V4 Pro and Claude Haiku or Sonnet names to V4 Flash. Some Anthropic fields are ignored, including service tier, MCP server configuration and cache-control fields. DeepSeek’s Claude Code instructions also warn that third-party integrations are listed for reference and that DeepSeek does not guarantee their security or effectiveness.

Google DeepMind engineers Ali Çevik and Philipp Schmid described managed Gemini agents as systems where, “With a single call, you can now spin up an agent that reasons, uses tools and executes code.” DeepSeek’s lower-level API asks the customer to own more orchestration and sandboxing. A ChatGPT API tutorial and Gemini API developer guide can help teams compare those platform choices before assuming API-format compatibility means equivalent managed services.

PathCurrent Model SupportUseful CapabilityImportant Gap
OpenAI Chat CompletionsFlash and ProFamiliar SDKs, tools, JSONThinking tool loops must preserve reasoning_content
Anthropic MessagesFlash and ProClaude Code and compatible clientsSeveral fields are ignored or remapped
Responses APIFlash onlyCodex-style events, functions, web searchNo stored conversations or background mode
Third-Party Coding ToolsVariesClaude Code, Copilot, OpenCode and othersSecurity, support and feature parity are not guaranteed

Where the Low Price Wins, and Where It Does Not

DeepSeek is strongest when the workload is text-heavy, high-volume and controlled by the customer’s own application. Classification, extraction, translation, summarisation, code transformation and bounded agents can benefit from the combination of low uncached rates, extreme cache discounts and a large context window. Open weights also create a path to self-hosting, although self-hosting economics are separate from DeepSeek’s hosted API rates.

The case is weaker when the application requires native image understanding, a managed agent runtime, guaranteed regional processing, broad enterprise support or first-party productivity integrations. Search-grounded answers can also carry additional model calls. DeepSeek’s Claude Code documentation notes that web search produces extra LLM requests to summarise retrieved material, so a feature that feels like one action may create multiple billable generations.

The Perplexity AI and DeepSeek comparison reaches a useful division of labour: DeepSeek is compelling as an inexpensive model component, while a search-first product may be a better fit when citations and live web retrieval are the core requirement. The same logic applies to premium APIs. A more expensive model may still be cheaper per accepted result when it reduces retries, human review or compliance work.

Investor Chamath Palihapitiya argued in July 2026 that cheaper models were already adequate for many tasks: “For most use-cases, the answer is a screaming yes.” That is a strong argument for routing, not for a universal winner. The correct comparison set should use the same prompt, output requirement, retry policy and acceptance test across providers.

Governance, Privacy and Enterprise Procurement

Low token prices do not answer where data is processed, how long it is retained, which contractual protections apply or whether a regulated organisation may use the service. Those questions require review of the current privacy policy, data-processing terms, security documentation and any negotiated enterprise agreement. The public pricing page does not provide a complete enterprise compliance matrix.

The user_id feature should not contain personal information, according to the rate-limit documentation. That warning is easy to overlook because developers often place emails, account numbers or customer identifiers in tracing fields. Use pseudonymous internal IDs and keep the identity mapping in the application’s controlled database.

Procurement should also distinguish the hosted API from open-weight deployment. The hosted API offers a remarkably low consumption rate and simple operational entry. Self-hosting can provide more control, but it moves hardware, inference optimisation, observability, security patching and capacity risk onto the customer. Reuters reported that V4’s deployment was tied closely to Huawei Ascend infrastructure and that high-end compute constraints influenced earlier Pro pricing. That history shows why capacity and pricing can change even when model software is open.

A balanced decision record should include data classification, allowed workloads, prohibited content, retention, region, incident response, model-update controls, human review and an exit plan. Price can justify a pilot. It cannot replace governance.

A Cost-Control Architecture for Production Teams

The most reliable way to capture DeepSeek’s price advantage is to design for efficiency before traffic grows. Start with a narrow success metric, such as cost per accepted document, resolved support case or merged code change. Log input tokens, cache-hit tokens, cache-miss tokens, reasoning tokens, visible output, latency, retries, tool calls and human corrections. Without those fields, a low monthly invoice can hide poor task quality, while a rising invoice can hide rapidly increasing useful output.

Uber CTO Praveen Neppalli Naga described the shift in enterprise AI spending clearly: “The next phase … will not be characterised by who spends the most tokens, but about how people use them as efficiently as possible.” That principle maps directly to DeepSeek. Stable prefixes should be cacheable, tool observations should be compressed, repeated documents should not be resent unnecessarily and routine tasks should not default to Pro.

Set hard controls at the application layer: maximum input by endpoint, maximum output, maximum tool steps, maximum retries, timeout budgets and idempotency keys for actions. Separate planning from execution so a reasoning model cannot repeatedly trigger expensive or irreversible tools. Use structured outputs and validate them, but remember that valid JSON is not proof of a correct or authorised action.

For research systems, the personal AI research assistant workflow offers a useful pattern: keep a durable source store outside the model, retrieve only relevant evidence and maintain a compact state summary. Context is not memory. DeepSeek’s API is stateless, so the application owns history, retrieval and auditability.

Choosing Between V4 Flash and V4 Pro

V4 Flash should be the default in most cost-sensitive deployments because it is cheaper, supports higher account concurrency and now carries the July 31 agent update. It is a sensible first choice for bulk transformations, routing, document processing, routine coding and low-risk agents. The key is to test quality on the organisation’s real distribution, including messy inputs and failure cases.

V4 Pro is appropriate when a difficult decision has enough value to justify roughly three times the token rate. Examples include complex planning, recovery after a failed Flash attempt, dense technical reasoning and a final verification pass on high-impact output. Pro should not be used simply because the task feels important. It should be used because controlled evaluation shows a material lift in accuracy, acceptance rate or labour saved.

NIST’s May 2026 CAISI evaluation provides a useful caution. It estimated that DeepSeek V4 Pro’s aggregate capability lagged the leading US frontier by about eight months. The evaluation also found mixed cost efficiency across benchmark comparisons rather than a universal win. This means a routing policy should include an external premium model for tasks where DeepSeek does not meet the acceptance threshold.

A practical policy is Flash first, Pro on uncertainty or failure, and a third provider for tasks that still miss the standard. Review the policy monthly because model versions, prices and capabilities are moving quickly.

WorkloadDefault RouteEscalation TriggerMain Cost Control
Extraction and classificationV4 Flash, non-thinkingSchema or confidence failureShort output and stable prefix
Document analysisV4 Flash, thinkingContradictory evidence or low confidenceCache source corpus
Agent planningV4 Flash, thinkingRepeated plan failureHard step budget
High-impact technical reasoningV4 ProAcceptance test failureConstrained context and review

Market Signals and Pricing Risk

The 2026 API market is moving towards cheaper inference and more selective use of premium reasoning. Reuters reported on 3 August that V4 Flash cost about three cents per Artificial Analysis benchmark test, compared with much higher figures for several recognised rivals. The same report said the model scored 50 on the firm’s Intelligence Index, matching a Google Flash model but trailing stronger OpenAI and Anthropic offerings. That combination is the central market signal: near-frontier utility is becoming inexpensive, while the final increments of capability still command a premium.

NVIDIA chief executive Jensen Huang said at GTC 2026 that “the inflection point of inference has arrived.” Demand can grow even as unit prices fall because agents, coding systems and research workflows use far more tokens than a simple chat answer. Cheap inference therefore does not guarantee a small total market or a small customer bill. It can encourage more usage.

DeepSeek’s own pricing page explicitly warns that a significant overall increase is expected in the near future. Teams should not prepay large balances solely to lock an assumption that the current rates will last. Instead, maintain a provider abstraction, store prompts and evaluations outside vendor-specific systems and calculate break-even points for switching.

The most defensible budget has three cases: current rate, a plausible price increase and a high-usage scenario caused by product growth or longer agent trajectories. The current price is attractive enough to justify experimentation. The warning is strong enough to justify portability.

Our Research Methodology

This article was prepared as a current pricing and implementation analysis rather than an authenticated performance review. We cross-referenced DeepSeek’s Models & Pricing page, July 31 change log, rate-limit documentation, context-caching guide, thinking-mode guide, Responses API compatibility table and integration documentation. Pricing and limit statements were retained only where a current primary source confirmed them.

The cost examples were calculated directly from the published per-million-token rates. Cached cases are scenarios, not guaranteed savings, because DeepSeek describes cache behaviour as best-effort. We did not run authenticated API benchmarks or claim measured latency, quality or cache-hit rates. Independent context came from NIST’s CAISI evaluation, Artificial Analysis and Reuters reporting. Vendor benchmarks were labelled as vendor results.

The requested sitemap.xml, sitemap_index.xml and post-sitemap.xml endpoints did not return parseable XML through the available browsing layer. To avoid fabricating a sitemap inventory, eight internal links were selected from live indexed Perplexity AI Magazine pages that are directly relevant to DeepSeek, API implementation, model comparisons and pricing. Each URL appears once in a body section only.

After WordPress publication, the editorial team should test the browser back button from a search or referral entry and inspect the rendered page for hidden text. Any history manipulation, redirect loop, display:none content, zero-size text, background-coloured text or off-screen keyword block should be removed before indexing.

This article was researched and drafted with AI assistance and reviewed by the Sami Ullah Khan editorial desk at Perplexity AI Magazine. All data, citations, pricing figures, and named quotes have been independently verified against primary sources before publication.

Conclusion

DeepSeek’s hosted API is one of the most aggressive pricing propositions in the 2026 model market. V4 Flash at $0.14 per million uncached input tokens and $0.28 per million output tokens makes large text workloads economically accessible, while automatic context caching can reduce repeated input cost far further. V4 Pro remains inexpensive by frontier standards, but it should be an escalation path rather than an automatic default.

The open question is whether the current economics remain stable. DeepSeek has already changed model aliases, post-trained Flash, altered Pro pricing and warned that broader increases may follow. Capability evidence is also mixed: independent testing confirms exceptional cost efficiency, but not leadership on every benchmark or use case.

A sound production decision therefore rests on instrumentation and routing. Measure cache hits, billable output, retries, latency, task acceptance and human repair. Use Flash for routine traffic, Pro for demonstrated reasoning gains and another provider when DeepSeek misses a critical requirement such as multimodality, managed infrastructure, compliance or quality. The cheapest token is valuable only when it contributes to a successful, governable result.

Frequently Asked Questions

How Much Does the DeepSeek API Cost?

V4 Flash costs $0.0028 per million cache-hit input tokens, $0.14 per million cache-miss input tokens and $0.28 per million output tokens. V4 Pro costs $0.003625, $0.435 and $0.87 respectively. Prices were checked on 6 August 2026 and may change.

Is the DeepSeek API Free?

The hosted API is usage-based and requires balance or granted credits. DeepSeek’s consumer chat may be available without token billing, but that does not make production API use free. Public documentation does not provide a complete permanent free-tier allowance for the V4 API.

Which Is Cheaper, V4 Flash or V4 Pro?

V4 Flash is cheaper. Its uncached input and output rates are about one-third of V4 Pro’s rates, and it supports a higher account concurrency limit. Pro is best reserved for tasks where testing shows a meaningful reasoning improvement.

How Does DeepSeek Context Caching Work?

Caching is enabled automatically. Later requests can receive discounted input pricing when their prefixes fully match persisted cache units. The API reports cache-hit and cache-miss token counts, but DeepSeek says the mechanism is best-effort and entries may expire.

Does DeepSeek Charge for Reasoning Tokens?

Yes. Reasoning content is generated output and contributes to billed output usage. High-effort thinking can therefore increase cost even when the visible final answer is short. Track reasoning and visible output separately where the API response allows it.

What Is the DeepSeek API Rate Limit?

DeepSeek publishes account-level concurrency rather than a simple requests-per-minute number on the reviewed page: 2,500 concurrent V4 Flash requests and 500 concurrent V4 Pro requests. Requests above the limit receive HTTP 429.

Can I Use the OpenAI SDK With DeepSeek?

Yes. DeepSeek offers an OpenAI-compatible base URL and works with common OpenAI SDK patterns. Compatibility is not complete, especially for Responses API state, thinking-mode tool loops and certain parameters, so integration tests remain necessary.

Is DeepSeek the Cheapest API for Every Workload?

No. Its token rates are exceptionally low, but a different provider may be cheaper per successful task when it reduces retries, supports a required modality, includes managed search or agents, or satisfies compliance requirements that would otherwise add engineering and review cost.

References

DeepSeek. (2026a). Models & pricing.

DeepSeek. (2026b). Change log.

DeepSeek. (2026c). Rate limit & isolation.

DeepSeek. (2026d). Context caching.

DeepSeek. (2026e). Thinking mode.

DeepSeek. (2026f). Using the Responses API.

National Institute of Standards and Technology. (2026, May 1). CAISI evaluation of DeepSeek V4 Pro.

Artificial Analysis. (2026). DeepSeek V4 Flash 0731 model analysis.

Baptista, E. (2026, August 3). DeepSeek’s new AI model is by far the cheapest of well-known models to run, research firm says. Reuters.

Stay Ahead of AI

Get the latest AI news delivered to your inbox.

We don’t spam! Read our privacy policy for more info.