Quick setup
Open the kRouter dashboard at http://localhost:20128
Go to Providers → click the Cline tile
Click Connect and complete the OAuth flow in your browser
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.
# Endpoint
http://localhost:20128/v1
# API key (from Dashboard → API Keys)
sk-krouter-XXXX
# Model
cl/cline-defaultHow 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.
| Model | Route as | Input /1M | Output /1M |
|---|---|---|---|
| GPT-5.3 Codex | cl/openai/gpt-5.3-codex | $3.00 | $12.00 |
| Claude Opus 4.7 | cl/anthropic/claude-opus-4.7 | — | — |
| Claude Sonnet 4.6 | cl/anthropic/claude-sonnet-4.6 | — | — |
| Claude Opus 4.6 | cl/anthropic/claude-opus-4.6 | — | — |
| GPT-5.4 | cl/openai/gpt-5.4 | — | — |
| Gemini 3.1 Pro Preview | cl/google/gemini-3.1-pro-preview | — | — |
| Gemini 3.1 Flash Lite Preview | cl/google/gemini-3.1-flash-lite-preview | — | — |
| KAT Coder Pro | cl/kwaipilot/kat-coder-pro | — | — |
Cline links
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.