Skip to content

Using Hydra in VSCode and Cline

Cline is a VSCode extension that helps you use Hydra’s model services directly in VSCode.

Install Cline

Search for the Cline extension in VSCode and install it.

Cline

You can also download and use the RooCode extension, which is a fork of Cline.

Cline’s predecessor was Claude Dev; RooCode (RooCline) is a fork based on Cline.

If your network cannot download the extension directly, consider downloading the .vsix file from the VSCode Marketplace and install it via Install from VSIX in VSCode.

Configure Cline

Open Cline’s configuration page:

Cline

  • API Provider: Select OpenAI Compatible
  • Base URL: Enter https://chat.d.run
  • API Key: Enter your API Key
  • Model ID: Enter your Model ID
    • Can be obtained from Hydra’s Model Gallery, MaaS models start with public/deepseek-r1
    • For independently deployed model services, get it from the model service list

Cline

Cline Usage Demo

Cline

Comments