DeepSeek has unveiled V3.2-exp, a sparse‑attention model that can cut per‑call API costs by up to 50%.

DeepSeek has introduced V3.2‑exp, a new sparse‑attention language model that promises to slash per‑call API expenses by as much as 50% while maintaining performance comparable to its dense‑attention predecessors.

What Is Sparse Attention?

Sparse attention reduces the number of token‑to‑token interactions the model computes, focusing computational effort on the most relevant parts of the input. This approach trims the quadratic scaling of traditional transformers, leading to faster inference and lower hardware utilization.

Key Features of V3.2‑exp

  • Selective token pairing that cuts unnecessary calculations
  • Compatibility with existing DeepSeek API endpoints
  • Retention of accuracy on benchmark tasks comparable to dense models
  • Dynamic routing that adapts to input length and complexity

Developers can switch to V3.2‑exp via a simple API flag, allowing them to test the model on their workloads without altering request formats. Early adopters report noticeable cost reductions, especially for high‑volume applications such as chatbots and content generation pipelines.

Impact on API Pricing

DeepSeek’s pricing sheet indicates that the new model’s reduced compute footprint translates directly into lower per‑token charges. For users who previously paid $0.002 per 1,000 tokens, the sparse model can bring that figure down to roughly $0.001, effectively halving the cost for large‑scale deployments.

The company emphasizes that the cost savings do not come at the expense of reliability; V3.2‑exp includes fallback mechanisms that revert to dense computation for edge cases where sparse attention might miss critical context.

Our goal is to make high‑quality AI more affordable for developers worldwide, and sparse attention is a major step toward that vision.

For a full rundown of the model specifications and pricing details, see the original coverage by TechShots article on DeepSeek’s sparse‑attention launch.