Cline is an autonomous coding agent for VS Code. You can use Kyma’s models with Cline via the OpenAI Compatible provider.Documentation Index
Fetch the complete documentation index at: https://docs.kymaapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Setup
- Open Cline in VS Code
- Click the settings icon (⚙️)
- Select “OpenAI Compatible” as the provider
- Fill in:
- Click Save and start coding!
CLI Setup
Recommended Models for Cline
| Model | Alias | Best For |
|---|---|---|
kimi-k2.6 | agent | Best for Cline — strong tool calling, 262K context |
qwen-3-coder | code | Best alias for code-focused tasks |
qwen-3.6-plus | best | Highest quality overall, #1 on Kyma |
gemini-2.5-flash | cheap | Lowest-cost active alias, good for long context |
deepseek-v4-pro | — | 1M context, top reasoning. Complex refactors and long-codebase tasks. |
deepseek-v4-flash | — | 1M context, value tier. Everyday completions where speed matters. |
Audio Models (optional)
Cline isn’t an audio agent, but if you build voice-enabled tooling around it (call summaries, voice notes, podcast transcripts), Kyma’s audio aliases drop in like any other model:transcribe→whisper-v3-turbo— 228× realtime speech-to-textaudio-understand→gemini-3-flash-audio— scene/tone/music recognition beyond pure transcription
POST /v1/audio/transcriptions and POST /v1/audio/understand. The full audio surface (TTS, music, SFX, voice clone/design) is documented in the Audio API reference and Model Aliases.