🛰️ Daily AI Frontier
‹ back to 2026-08-18

DeepSeek 为什么把缓存涨了 11 倍?长上下文需求暴涨,得交点「存储税」了

雷峰网 (AI科技评论) Efficiency & Systems 2026-08-18
Representative image for DeepSeek 为什么把缓存涨了 11 倍?长上下文需求暴涨,得交点「存储税」了

TL;DR - DeepSeek reportedly raised cache-hit API pricing by up to 11× as surging long-context workloads shifted inference bottlenecks from computation toward KV-cache storage, bandwidth, and data movement.

  • DeepSeek compresses KV caches using CSA/HCA attention and tiers them across GPU memory, CPU memory, and NVMe storage.
  • Heavy concurrency can cause cache thrashing, repeatedly evicting and reloading large states while GPUs stall on I/O.
  • The price increase effectively charges a “storage tax” for growing persistence, scheduling, and transfer costs.
  • Developers can reduce costs by keeping reusable prompt prefixes byte-for-byte stable and placing dynamic content later.

view merged work →