Skip to main content
kRouter
All providers

OAuth subscription

cl/

Cline

Cline — AI coding extension, OAuth.

cline.bot

Quick setup

  1. Open the kRouter dashboard at http://localhost:20128

  2. Go to Providers → click the Cline tile

  3. Click Connect and complete the OAuth flow in your browser

  4. Test the connection — kRouter auto-refreshes tokens from here on

Use in your IDE

Point any OpenAI-compatible client at kRouter using your local API key.

ide configbash
# Endpoint
http://localhost:20128/v1

# API key (from Dashboard → API Keys)
sk-krouter-XXXX

# Model
cl/cline-default

How Cline billing works with kRouter

Cline connects with your existing subscription — kRouter signs in with OAuth and reuses the plan you already pay for, so there is no per-token bill. kRouter authenticates it via oauth. 8 models are routable as cl/<model>.

Through kRouter, Cline serves chat and code completion. Requests reach it through the same local OpenAI-compatible endpoint as every other provider, so switching to or from Cline is a one-line model change in your client rather than a rewrite.

Cline models & pricing

Prices are USD per 1M tokens, cheapest first. You are not billed per token on this provider — the figures show what the same model costs elsewhere, which is what routing here saves you.

ModelRoute asInput /1MOutput /1M
GPT-5.3 Codexcl/openai/gpt-5.3-codex$3.00$12.00
Claude Opus 4.7cl/anthropic/claude-opus-4.7
Claude Sonnet 4.6cl/anthropic/claude-sonnet-4.6
Claude Opus 4.6cl/anthropic/claude-opus-4.6
GPT-5.4cl/openai/gpt-5.4
Gemini 3.1 Pro Previewcl/google/gemini-3.1-pro-preview
Gemini 3.1 Flash Lite Previewcl/google/gemini-3.1-flash-lite-preview
KAT Coder Procl/kwaipilot/kat-coder-pro

Cline FAQ

Is Cline free through kRouter?

Cline does not bill per token here — kRouter uses your existing subscription via OAuth, so the only cost is whatever you already pay Cline directly. kRouter itself is MIT-licensed and free.

How do I use Cline with Claude Code or Cursor?

Connect Cline in the kRouter dashboard, then point your tool at kRouter's local endpoint (http://localhost:20128/v1) with a kRouter API key. Any OpenAI-compatible client works, and models are addressed as cl/<model>.

Which Cline models can kRouter route to?

8 models, including Claude Opus 4.7, Claude Sonnet 4.6, Claude Opus 4.6. Every one is addressed as cl/<model> from any client.

What happens when Cline is rate limited?

kRouter detects the limit, parks that account until its real reset time, and fails over to your next connected account or provider — so the request still completes instead of erroring.