Official2026-06-25
DeepSeek Clarifies Claude Model Mapping and Flash Fallback
Checked on June 25, 2026: DeepSeek's official Anthropic API page says `claude-opus*` maps to V4 Pro, `claude-haiku*` and `claude-sonnet*` map to V4 Flash, unsupported model names automatically fall back to Flash, and the mapping can help bypass Claude Desktop developer-mode model-name restrictions.
What we verified on June 25, 2026
- DeepSeek's official Anthropic API guide publishes an explicit Claude-name mapping rule:
claude-opus*routes todeepseek-v4-pro, whileclaude-haiku*andclaude-sonnet*route todeepseek-v4-flash. - The same official page warns that unsupported model names are not rejected hard by default. DeepSeek says the Anthropic API backend will automatically map an unsupported model name to
deepseek-v4-flash. - DeepSeek also frames this mapping as useful inside the new Claude Desktop app's developer mode: the docs say that by changing only the base URL and API key, users can bypass the app's model-name restrictions and still connect to DeepSeek models.
- The official endpoint contract remains simple:
https://api.deepseek.com/anthropicwith Anthropic-style clients, rather than inventing a separate DeepSeek-only SDK surface for this workflow.
Sources
- DeepSeek English homepage
- DeepSeek official Anthropic API guide
- DeepSeek official Thinking Mode guide
- DeepSeek official Integrate with AI Tools guide
- DeepSeek official change log
- DeepSeek official status page
- DeepSeek official GitHub organization
- DeepSeek official Hugging Face organization
- DeepSeek official X account surface