| Is this still the DeepSeek TUI page? | Yes. This page is intentionally optimized for DeepSeek TUI, deepseek-tui.com, DeepSeek terminal, and legacy `deepseek` command search intent. CodeWhale is covered as the upstream rename and migration path. | It prevents the established DeepSeek TUI URL from drifting into a different primary topic. |
| Where does CodeWhale fit? | CodeWhale is the renamed upstream project and the better target for fresh package-name, binary-name, and config-home instructions. Use /codewhale for that path; use this page for DeepSeek TUI orientation, legacy command context, and DeepSeek API workflow. | It gives crawlers and readers a clean split instead of mixing two name surfaces in one answer. |
| What changed in config-home and credential setup? | Newer CodeWhale docs center on `~/.codewhale/config.toml`, while older DeepSeek TUI installs can still leave state under `~/.deepseek/config.toml`. When troubleshooting, check the config home that matches your installed command and use auth status to confirm the active key source. | This gives readers a reproducible way to debug 'wrong key', 'wrong account', or 'wrong config directory' problems. |
| What changed in TUI pricing and cost-tracking behavior? | The current README says DeepSeek's previous promotional discount was folded into a one-quarter base-rate adjustment on May 31, 2026, and that the TUI cost estimator already uses the current V4 Pro and V4 Flash rates. | This is the TUI-side pricing fact worth publishing because it affects cost estimates without changing the install flow. |
| What is the current default DeepSeek endpoint behavior? | The current README says the default DeepSeek Platform base URL is `https://api.deepseek.com/beta` so beta-gated API features work without extra setup. If you want the non-beta route, set `base_url = "https://api.deepseek.com"` explicitly. | This explains why two developers can see different provider behavior if one assumes the stable endpoint while the other uses the documented default. |
| Is DeepSeek TUI being renamed upstream? | Yes. The upstream project now uses CodeWhale for the new project and command surface, while DeepSeek TUI remains the search-facing legacy name, public website brand, and compatibility context that many users still look for. | This is the clearest explanation for why two official-looking pages can show different command names. |
| Is DeepSeek TUI an official DeepSeek Inc. product? | No. DeepSeek TUI is an independent open-source project by developer Hunter Bown, licensed under MIT. It is not affiliated with DeepSeek Inc. It uses the public DeepSeek API just like any other third-party client. | This prevents confusion between the community tool and official DeepSeek products. |
| Does DeepSeek TUI run models locally? | No. It is an API client — it sends prompts to the DeepSeek cloud API over HTTPS. You need an internet connection and a DeepSeek API key. For local model execution, see the local deployment guide. | This is the most common misconception about terminal AI tools. |
| What does 'Pro does the big job, Flash does the small jobs' actually mean? | DeepSeek TUI's RLM feature uses deepseek-v4-pro as a coordinator (expensive, used briefly for strategy) and deepseek-v4-flash as parallel workers (cheap, used for bulk analysis). Pro decides what to do; Flash workers execute subtasks in parallel. This gives Pro-level reasoning at near-Flash pricing. | This is the core architecture insight that makes the tool cost-effective. |
| Can it replace Claude Code for my team? | It can replace parts of a Claude Code workflow for large-context, parallel-analysis, and cost-sensitive projects. For narrower tasks requiring the deepest reasoning on a single hard problem, Claude Code's model quality edge still matters. Many teams use both. | Honest capability comparison prevents over-selling and builds trust with technical readers. |