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:
  1. Click Save and start coding!

CLI Setup

Get a personalized recommendation:
See all model aliases for shortcuts.

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:
  • transcribewhisper-v3-turbo — 228× realtime speech-to-text
  • audio-understandgemini-3-flash-audio — scene/tone/music recognition beyond pure transcription
Pair them with 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.

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.