<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Inter:wght@400;500;600;700&family=STIX+Two+Text:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Material+Symbols+Outlined:wght,FILL@400,0..1&display=swap" />
Coding agents

Cline

VSCode autonomous coding agent.

Cline runs a full agent loop inside VSCode. Add FreeTheAi as an OpenAI Compatible provider and it can read, edit, and run code with any FreeTheAi alias.

Base URLhttps://api.freetheai.xyz/v1
Recommended modelsglm/glm-5.1
Chat completions Streaming Tool calling
Step by step

Connect Cline to FreeTheAi.

4 steps
  1. 1

    Install Cline

    Install the Cline extension from the VSCode marketplace and open the Cline panel from the activity bar.

  2. 2

    Open Cline settings

    Click the gear icon in the Cline panel to open API Configuration.

  3. 3

    Pick OpenAI Compatible

    Under `API Provider`, choose `OpenAI Compatible`.

  4. 4

    Fill the connection

    Use these values. The Model ID accepts any FreeTheAi alias.

    text
    Base URL: https://api.freetheai.xyz/v1
    API Key: PASTE_YOUR_FREETHEAI_KEY
    Model ID: glm/glm-5.1
Recommended aliases

Models that pair well with Cline.

  • glm/glm-5.1
  • olm/deepseek-v4-pro
  • olm/kimi-k2.7-code

See the full live catalog at /models. Aliases are stable; pricing on the free tier stays $0.

Heads up

Common gotchas.

  • Cline has a Responses-API mode for newer models. With chat completions it falls back to XML tool wrapping, which can repeat tool calls. Stick with chat-style aliases for stability.
  • Avoid `cat/*` and `yng/*` aliases - they do not have native tool calling.
Where to next

Keep building.