Skip to content

Using d.run in VSCode and Cline

Cline is a VSCode plugin that enables you to use d.run model services within VSCode.

Installing Cline

Search for and install the Cline plugin in VSCode.

Cline

You can also download and use RooCode, which is a branch of Cline.

Note: Cline was originally known as Claude Dev. RooCode (RooCline) is based on this branch.

If you're unable to directly download the plugin due to network restrictions, consider downloading the .vsix file from the VSCode Extension Marketplace and installing it via Install from VSIX.

Configuring Cline

Open the Cline configuration page:

Cline

  • API Provider: Select "OpenAI Compatible"
  • Base URL: Enter https://chat.d.run
  • API Key: Input your API key
  • Model ID: Enter your model ID
    • Obtainable from d.run's Model Square, with MaaS models prefixed as public/deeepseek-r1
    • For independently deployed models, retrieve it from the model service list

Cline

Cline Usage Demo

Cline