DeepSeek updates

DeepSeek updates that change how you build

Source-backed DeepSeek changes, sorted by what they affect: API breaking changes first, then model and pricing changes, then workflow and tooling updates. Official @deepseek_ai and DeepSeek docs are the primary sources; Reasonix, local deployment, and Claude Code items are labeled as developer signals, not broad AI market chatter.

Current models
deepseek-v4-pro · deepseek-v4-flash
1M tokens
V4 Pro price
$0.435 in / $0.87 out per 1M
V4 Flash price
$0.14 in / $0.28 out per 1M
Next retirement
Legacy model aliases retire 2026-07-24

API changes7

Endpoints, rate limits, request schemas, and alias retirements that can break existing calls.

Official2026-07-05

DeepSeek Retires Legacy Model Aliases on July 24, 2026

Checked on July 5, 2026: DeepSeek's official homepage still anchors the official `@deepseek_ai` X presence, but the strongest current first-party developer signal is in the API docs and changelog, which both keep the July 24, 2026 retirement warning for `deepseek-chat` and `deepseek-reasoner` while pointing users to explicit `deepseek-v4-flash` and `deepseek-v4-pro` model names.

Model & pricing changes24

New models, availability, and price resets that change what you run and what it costs.

Official2026-07-02

DeepSeek Adds Models and User Balance API References

Checked on July 2, 2026: DeepSeek's official API reference documents a `GET /models` endpoint that currently examples only `deepseek-v4-flash` and `deepseek-v4-pro`, plus a `GET /user/balance` endpoint with `is_available`, currency, granted balance, and topped-up balance fields for direct budget checks.

Market2026-06-30

Report: DeepSeek V4 Release Planned for Mid-July

Checked on June 30, 2026: Chinese financial and technology outlets report that DeepSeek upgrade emails point to a mid-July V4 formal release and a peak-valley API pricing policy. Current public DeepSeek docs still show the flat V4 Pro and Flash price table, so this item treats the peak-hour policy as a reported pricing update rather than a storefront or inventory change.

Official2026-06-18

DeepSeek Multimodal Models Stay Separate From the V4 API

Checked on June 18, 2026: DeepSeek's official research and GitHub surfaces already include multimodal work through Janus-Pro and DeepSeek-VL2, covering image understanding, OCR, document/chart reasoning, visual grounding, and text-to-image generation. Official V4 API docs still list V4 Pro and V4 Flash as text-first API routes, and DeepSeek's Copilot page says V4 itself is text-only with an optional vision proxy, so this should be framed as DeepSeek's multimodal ecosystem expanding rather than a newly confirmed native V4 Vision API.

Community2026-06-16

Community Reports Possible DeepSeek V4.1 Flash Gray Test

Checked on June 16, 2026: a Linux.do thread and follow-up Chinese tech coverage say some users may be seeing a DeepSeek web Expert Mode gray test with fresher knowledge-cutoff answers and much stronger SVG / Three.js-style coding output. Official DeepSeek docs still list only V4 Preview, V4 Pro, and V4 Flash, so this should be treated as a community signal rather than an official V4.1 release.

Community2026-05-03

Community data shows DeepSeek V4 cache hit rate above 90%: combined with the cache-hit price cut, effective input cost drops by roughly 80%

Community testing confirms that DeepSeek V4's context caching delivers 90%+ hit rates in real workloads. With nine out of ten input tokens now billed at one-tenth the original cache price, the effective blended input cost lands around 80% below the pre-cut baseline — far more than the headline price cut alone would suggest.

Workflow & tooling36

Claude Code, TUI, local deployment, and agent workflow updates. Not required for existing API calls.

Official2026-07-08

DeepSeek Adds Streaming and Non-Streaming Thinking Samples

Checked on July 8, 2026: DeepSeek's official docs sitemap currently lists dedicated thinking-mode sample pages for both non-streaming and streaming chat completions, clarifying when `reasoning_content` is just captured, when it is ignored in ordinary follow-up turns, and how `delta.reasoning_content` should be accumulated separately from visible answer text.

Developer2026-07-02

Codex Supports DeepSeek Through Third-Party Model Providers

Checked on July 2, 2026: OpenAI's Codex docs now document custom model providers through `model_provider`, `model_providers`, `base_url`, and `env_key`. That means DeepSeek can be framed as a third-party Codex route: use our DeepSeek access, point Codex at the configured DeepSeek provider, and keep the known Responses API, profile, Desktop picker, and V4 thinking-mode checks in place.

Official2026-06-30

DeepSeek Publishes Token Heuristics and Offline Tokenizer

Checked on June 30, 2026: DeepSeek's official Token & Token Usage page says tokens are the billing unit, gives rough heuristics of about 0.3 token per English character and 0.6 token per Chinese character, and links a `deepseek_tokenizer.zip` package for offline token estimation while still treating API `usage` output as the real source of truth.

Official2026-06-24

DeepSeek Documents GitHub Copilot CLI BYOK Setup

Checked on June 24, 2026: DeepSeek's official GitHub Copilot CLI page says teams should use the Anthropic-compatible endpoint, warns that the OpenAI provider triggers a `400` reasoning-content error, sets explicit token ceilings for `deepseek-v4-pro`, and clarifies that offline mode still sends prompts to DeepSeek.

Official2026-06-19

DeepSeek Documents Oh My Pi Compatibility Setup

Checked on June 19, 2026: DeepSeek's official Oh My Pi integration page says the built-in DeepSeek entries are not reliable enough on their own, requires a custom `~/.omp/agent/models.yml`, and documents the exact compat fields needed to avoid 400 errors in thinking-mode tool-call sessions.