Skip to main content
Cline is an autonomous coding agent for VS Code. You can use Kyma’s models with Cline via the OpenAI Compatible provider.

Setup

  1. Open Cline in VS Code
  2. Click the settings icon (⚙️)
  3. Select “OpenAI Compatible” as the provider
  4. Fill in:
FieldValue
Base URLhttps://kymaapi.com/v1
API KeyYour kyma- key from dashboard
Model IDcode (or kimi-k2.5, see aliases)
  1. Click Save and start coding!

CLI Setup

cline auth -p openai -k kyma-your-api-key -m code -b https://kymaapi.com/v1
ModelAliasBest For
kimi-k2.5codeBest for Cline — strong tool calling, 262K context
qwen-3.6-plusbestHighest quality overall, #1 on Kyma
qwen-3-32bUltra fast on Groq, quick iterations
gpt-oss-20bcheapLowest cost, good for simple tasks
Get a personalized recommendation:
curl "https://kymaapi.com/v1/models/recommend?agent=cline"
See all model aliases for shortcuts.

Prompt Caching

Prompt caching is automatic. Your system prompt and tool definitions are cached for 5 minutes, reducing costs by up to 90% on subsequent requests. No code changes needed. See Prompt Caching for details.