DeepSeek Legacy Model Names Retire on July 24, 2026: Migration Notes

Source-based migration notice covering the retirement of deepseek-chat and deepseek-reasoner on July 24, 2026, and the steps developers need to take to update their API calls to deepseek-v4-pro or deepseek-v4-flash.

  • Published: 2026-07-21
  • Tags: DeepSeek, migration, deprecation

This site is not affiliated with, endorsed by, or sponsored by DeepSeek, Meituan, or LongCat.

What is changing

The DeepSeek API documentation, accessed on 2026-07-21, states that two legacy model identifiers will become inaccessible after July 24, 2026, 15:59 UTC:

  • deepseek-chat
  • deepseek-reasoner

Before the retirement date, these two identifiers route to deepseek-v4-flash in non-thinking and thinking mode, respectively. After the deadline, they will return errors.

Who is affected

Any application, script, SDK integration, or agent configuration that uses deepseek-chat or deepseek-reasoner as the model parameter will stop working after the deadline. This includes direct API calls, OpenAI SDK integrations, Anthropic SDK integrations, and agent tools such as Claude Code, OpenCode, or GitHub Copilot that reference these identifiers.

What developers need to do

According to the cited publisher documentation, the base URL remains unchanged. Developers only need to change the model parameter:

Before July 24After July 24
deepseek-chat (routes to V4-Flash non-thinking)deepseek-v4-flash with thinking mode disabled
deepseek-reasoner (routes to V4-Flash thinking)deepseek-v4-flash with thinking mode enabled, or deepseek-v4-pro for stronger reasoning

Both new model identifiers (“deepseek-v4-pro” and “deepseek-v4-flash”) support Thinking and Non-Thinking modes, a 1M token context window, and both OpenAI ChatCompletions and Anthropic API formats, per the publisher documentation.

For developers using Claude Code or other agent tools with DeepSeek, update the model identifier in the tool's configuration or environment variables. Consult the tool's own documentation for configuration details.

Source notes and limitations

This page summarises the publisher migration notice published by DeepSeek in its API documentation and preview release announcement.

  • Readers should verify the current model IDs, endpoint behaviour, and pricing against the DeepSeek API documentation before deploying changes.
  • This site has not independently tested the migration or the behaviour of either legacy or new model identifiers.
  • DeepSeek-V4 Preview, V4-Pro, and V4-Flash are not being retired. Only the legacy identifiers deepseek-chat and deepseek-reasoner are affected.
  • This page is published by an independent third-party site and is not affiliated with or endorsed by DeepSeek.

The deadline and migration steps above are taken from the cited DeepSeek publisher documentation. Confirm the latest details at api-docs.deepseek.com before making changes.

Related pages

Sources

  • DeepSeek-V4 Preview Release

    Publisher documentationPublished 2026-04-24Accessed 2026-07-21

    Publisher announcement for DeepSeek-V4 Preview. Contains the legacy model name retirement notice and the retirement date and time.

  • DeepSeek API Documentation — First API Call

    Publisher documentationAccessed 2026-07-21

    Publisher documentation listing the current model IDs, their deprecation status, base URLs for OpenAI and Anthropic formats, and agent integration mentions.

  • DeepSeek API Changelog

    Publisher documentationAccessed 2026-07-21

    Publisher changelog confirming the DeepSeek-V4 launch date (2026-04-24), model IDs, and the legacy model discontinuation timeline.

Independent third-party disclosure

This page is published by an independent third-party site. It is not affiliated with, endorsed by, sponsored by, or operated by Meituan, LongCat, or any of their affiliates. The content summarizes publicly-available primary documentation and does not represent the views of any referenced organization.

Last reviewed: 2026-07-21