DeepSeek is an AI research company focused on building world-leading general artificial intelligence.

No ratings yet|4

From Free

On this page

What is DeepSeek?

DeepSeek is a Chinese AI research lab that develops and open-weights large language models, best known for triggering a major shift in AI cost expectations when it released DeepSeek-R1 in January 2025 — a reasoning model competitive with leading Western models at a fraction of the reported training cost, which briefly wiped out hundreds of billions of dollars in US tech stock value on release. The company (formally Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd.) was founded in July 2023 by Liang Wenfeng, who also co-founded and runs High-Flyer, the Chinese quantitative hedge fund that funded DeepSeek entirely on its own until April 2026, when DeepSeek raised roughly $7.4 billion (about 50 billion yuan) in its first external funding round; reported valuations for that round vary by source, generally landing somewhere in the tens of billions of dollars.

DeepSeek's current flagship is the V4 family, which reached general availability on August 13, 2026: V4-Pro (1.6 trillion total parameters, about 49 billion active per token, built for coding and complex agent tasks) and V4-Flash (284 billion total parameters, about 13 billion active, tuned for speed and lower cost). Both share a 1 million-token context window and a hybrid attention architecture, a departure from the Multi-head Latent Attention used in V2 and V3. DeepSeek also maintains DeepThink (R1), a reasoning model that shows its step-by-step chain of thought before answering. Every recent flagship release — V4-Pro, V4-Flash, V3.2, V3.1, and R1 — is published as open-weight under the MIT license on Hugging Face, so anyone can download and run the models locally with tools like Ollama or vLLM, in addition to using DeepSeek's free chat app or its token-billed API.

Core Features

DeepSeek V4-Pro

The larger flagship model: 1.6 trillion total parameters (~49B active per token), a 1M-token context window, and hybrid attention, built for coding and complex agent tasks.

DeepSeek V4-Flash

The faster, cheaper flagship variant: 284 billion total parameters (~13B active), sharing V4-Pro's 1M-token context window at a fraction of the cost.

DeepThink (R1)

A reasoning-focused mode that shows its step-by-step chain of thought before producing a final answer, aimed at math, logic, and code problems.

Open-Weight MIT Releases

Every recent flagship — V4-Pro, V4-Flash, V3.2, V3.1, and R1 — is published on Hugging Face under the MIT license for local or self-hosted use.

Free Chat App

A no-cost web and mobile chat interface at chat.deepseek.com, requiring no subscription for standard use.

Token-Billed API

Pay-per-token API access to V4-Pro and V4-Flash, with substantially discounted pricing for cached input and off-peak hours (01:00–04:00 and 06:00–10:00 UTC).

How to Use DeepSeek

  1. Chat for free at chat.deepseek.com or through the DeepSeek mobile app — no payment required for standard chat use.
  2. Choose a mode for your task: standard chat uses the V4 family by default, while DeepThink (R1) can be toggled on for problems that benefit from visible step-by-step reasoning, such as math, logic, or code.
  3. For programmatic access, sign up for the DeepSeek API and call V4-Pro or V4-Flash by model name, paying per token, with lower rates for cached input and off-peak hours.
  4. To run the models yourself instead of using DeepSeek's hosted service, download the open MIT-licensed weights for V4-Pro, V4-Flash, V3.2, V3.1, or R1 from Hugging Face and serve them locally or on your own infrastructure with a tool like Ollama or vLLM.
  5. Be mindful of DeepSeek's peak/off-peak API pricing, introduced August 16, 2026: rates roughly double during peak windows (01:00-04:00 and 06:00-10:00 UTC), so batching non-urgent API workloads outside those hours can meaningfully cut cost.

Use Cases

  • Free, general-purpose chat and reasoning assistance through the web or mobile app, without a subscription.
  • Coding and complex agentic tasks using V4-Pro, the larger of the two V4 variants.
  • Cost-sensitive, high-volume API workloads using V4-Flash, priced well below V4-Pro and most Western frontier models.
  • Problems that benefit from visible chain-of-thought reasoning — math, logic puzzles, multi-step code generation — using DeepThink (R1).
  • Self-hosting an open-weight frontier-class model on private infrastructure, for organizations that can't send data to a third-party API, using the MIT-licensed weights on Hugging Face.
  • Researchers and developers building on or fine-tuning open model weights rather than starting from scratch, given DeepSeek's consistent MIT licensing across releases.

Pros & Cons

Pros

  • Every recent flagship release is open-weight under the MIT license, letting anyone download, self-host, and fine-tune the models — a meaningfully more open stance than most frontier labs, which keep flagship weights closed
  • API pricing is aggressive relative to most closed frontier models, especially with cache hits (roughly 31x cheaper than a cache miss on V4-Flash) and off-peak usage, and the chat app itself remains free
  • V4's 1M-token context window and hybrid attention architecture put it in the same range as leading Western frontier models on paper specs, while V4-Flash offers a materially cheaper, faster option for workloads that don't need V4-Pro's full capability
  • DeepThink (R1) exposes its reasoning process rather than hiding it, which is useful for auditing how the model reached an answer on math, logic, or code problems

Cons

  • DeepSeek's ownership and hosting are based in China, a real consideration for organizations with data-residency, export-control, or vendor-risk policies restricting use of Chinese-hosted AI services — using the open weights on your own infrastructure sidesteps this but adds operational overhead
  • API pricing changed on August 16, 2026 from a flat rate to a peak/off-peak split that roughly doubles cost during a 7-hour daily window, adding complexity for teams that need predictable, constant-rate billing
  • DeepSeek only took its first external funding round in April 2026, after being entirely self-funded by High-Flyer since 2023, and reported valuations for that round vary significantly by source (roughly $45–$59 billion), making its financial position harder to pin down precisely than more conventionally VC-funded labs
  • The January 2025 R1 release drew intense scrutiny of DeepSeek's reported training costs and methodology, and some of those claims remain disputed; headline cost comparisons are worth treating with appropriate skepticism rather than as audited figures

Pricing

Chat App

Free

  • No subscription required
  • Standard chat on the V4 model family
  • DeepThink (R1) toggle for step-by-step reasoning
  • Web and mobile access

API — V4-Flash

$0.22/1M input, $0.66/1M output off-peak (roughly 2x during peak hours)

  • Off-peak/peak split effective August 16, 2026
  • Cache-hit input as low as $0.007/1M off-peak
  • Peak hours: 01:00–04:00 and 06:00–10:00 UTC

API — V4-Pro

$0.66/1M input, $1.98/1M output off-peak (roughly 2x during peak hours)

  • Same peak/off-peak and cache-hit discount structure as V4-Flash
  • Built for coding and complex agent tasks

Self-Hosted (Open Weights)

Free (MIT license)

  • Download V4-Pro, V4-Flash, V3.2, V3.1, or R1 from Hugging Face
  • Run locally or on your own infrastructure with tools like Ollama or vLLM
  • No usage fee — only your own compute cost

Frequently Asked Questions