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. 1.Install clovapi

    Install the global CLI.

    npm i -g @clovapi/cli
  2. 2.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 deepseek
  3. 3.Apply to Claude Code

    clovapi picks the anthropic API style when switching to Claude Code.

    clovapi switch --cli claude-code deepseek

More guides