Thanks to visit codestin.com
Credit goes to api-docs.deepseek.com

Skip to main content

Integrate with Kilo Code

Note

This agent is provided entirely by a third party and is listed for developers' reference only. We cannot guarantee its effectiveness or security, and we assume no responsibility for it.

Kilo Code is an AI coding assistant available as a CLI and editor extension.

1. Install Kilo Code CLI

  • Install Node.js.
  • Run the following command in your terminal to install Kilo Code CLI:
npm install -g @kilocode/cli
  • After installation, run the following command. If the version number is displayed, the installation is successful:
kilo --version

2. Run Kilo Code

Enter the project directory and run kilo:

cd /path/to/my-project
kilo

3. Connect the DeepSeek Provider

  • Type /connect in the command bar to open the Connect Provider panel.
  • Search for deepseek, select DeepSeek, then enter your DeepSeek API Key.

4. Select a DeepSeek Model

  • Type /models to open the model selector.
  • Select one of the available DeepSeek models:
    • DeepSeek Chat
    • DeepSeek Reasoner
    • DeepSeek V4 Flash
    • DeepSeek V4 Pro