# Cline Integration Guide

Cline is an open-source AI coding assistant plugin for VS Code. This guide explains how to configure it to call models through the UModelverse platform.

## **System Requirements**

| Platform | Requirements |
| --- | --- |
| Windows | Windows 10 or Windows 11 |
| macOS | macOS 10.15 (Catalina) or later |
| Linux | Mainstream distributions (Ubuntu, Debian, etc.) |

All platforms require: [VS Code](https://code.visualstudio.com/) installed and a network connection.

## **1. Install Cline**

1.  Open VS Code and go to the Extensions Marketplace on the left sidebar (`Ctrl+Shift+X` / `Cmd+Shift+X`).
    
2.  Search for `Cline` and install it.
    
3.  After installation, click the Cline icon in the left Activity Bar to open the panel.
    

## **2. Configure the UModelverse API**

### 2.1 Obtain an API Key

Visit the [UModelverse Console](https://console.ucloud.cn/modelverse/api) to obtain your API key. For available models, see the [supported models](https://api-us-ca.umodelverse.ai/v1/models) on the UModelverse platform.

### 2.2 Enter the Configuration in Cline

Open the Cline panel, click the settings icon, and fill in the fields according to the table below:

![Cline configuration interface](https://cdnv2-cache.udelivrs.com/2026/06/aadb0bf9718f77c5b90d773c76b0fb8d_1781261163302.png)

| Field | Value |
| --- | --- |
| API Provider | Select **OpenAI Compatible** |
| Base URL | `https://api-us-ca.umodelverse.ai/v1` |
| API Key | Your UModelverse [API Key](https://console.ucloud.cn/modelverse/api) |
| Model ID | One of the [supported models](https://api-us-ca.umodelverse.ai/v1/models) on the UModelverse platform, e.g. `qwen3.7-max` |

After saving, you can start using it in the chat box.

## **FAQ**

### Authentication failure or unable to connect?

Please check each item in order:

1.  The API Key is from the UModelverse platform, copied in full with no extra spaces.
    
2.  The API Provider is set to **OpenAI Compatible** and the Base URL is `https://api-us-ca.umodelverse.ai/v1`.
    
3.  The Model ID is one of the [supported models](https://api-us-ca.umodelverse.ai/v1/models) on the UModelverse platform and has been entered correctly.
