Claude Code
Claude Code with DeepSeek
If you have a DeepSeek API or compatible endpoint, clovapi can save it as a profile and apply it to Claude Code without hand-editing ANTHROPIC_BASE_URL.
1.Install clovapi
Install the global CLI.
npm i -g @clovapi/cli2.Add a DeepSeek profile
In the add wizard, enter DeepSeek base URL, API key, and model ID (e.g. deepseek-chat or your account model).
clovapi add --name deepseek3.Apply to Claude Code
clovapi picks the anthropic API style when switching to Claude Code.
clovapi switch --cli claude-code deepseek