For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cline

Use TensorX models with Cline, the autonomous coding agent for VS Code.

Installation

  1. Open VS Code Extensions

  2. Search for "Cline"

  3. Click Install

  4. Restart VS Code

Configuration

  1. Click Use your own API key in Cline

  2. Under API Provider, select OpenAI Compatible

  3. Configure the following:

Setting
Value

Base URL

https://api.tensorx.ai/v1

API Key

Your TensorX API key

Model

minimax/minimax-m2

  1. Click Let's go! and then Done

Available Models

Model
ID
Best For

GLM-5.1 (Default)

z-ai/glm-5.1

Coding, reasoning, functions

MiniMax-M2.5

minimax/minimax-m2.5

Reasoning, functions

Kimi-K2.5

moonshotai/kimi-k2.5

Vision, functions, long context

MiniMax-M2

minimax/minimax-m2

Coding, fast responses

Tips

  • Cline works best with models that have strong reasoning capabilities

  • MiniMax-M2/M2.5 is recommended for complex multi-file operations

  • Use GLM-5.1 when you need function/tool calling

Last updated

Was this helpful?