Skip to content

Deploying a Fully Free AI Coding Assistant on Windows with VS Code, CLine, and OpenRouter.ai

I’ve been experimenting with AI-powered tools to build quick prototypes and streamline my Windows-based workflow. So far, the best free stack that works for me is VS Code + CLine + OpenRouter.ai.

For this guide I’m using Qwen3 - 235B A22B (Free)—released just a few days ago—as my default model. Note: this model supports text input/output only.


1. Install VS Code and the CLine extension

  1. Download VS Code
    https://code.visualstudio.com/download

  2. Open VS Code → Extensions (or press Ctrl + Shift + X).

  3. Search for “CLine”, then click Install.

After installation, the CLine icon appears in the primary sidebar.

Primary sidebar


2. Sign up for OpenRouter.ai

OpenRouter.ai is a unified API gateway for dozens of large-language models, many of which are free.

  1. Create an account at https://openrouter.ai/.
  2. Open the Models page, select Qwen3 - 235B A22B (Free), and generate an API key.
  3. Copy the key—you’ll need it in the next step.

Create API key


3. Configure CLine

Open Settings → Extensions → CLine and enter:

Field Value
API Provider OpenRouter
OpenRouter API key <your-API-key>
Model qwen/qwen3-235B-a22b-free
Custom Instructions (optional)

Save and close Settings.

Configure CLine


4. Start chatting

That’s it! Open the CLine panel and enjoy chatting with your chosen model.

Chat with CLine