Skip to main content
Roo Code is an AI dev team in your IDE. Configure Kyma as an OpenAI Compatible provider.

Setup

  1. Open Roo Code settings in VS Code
  2. Select “OpenAI Compatible” as the provider
  3. Fill in:
See all model aliases for shortcuts.

Audio Models (optional)

Roo Code is a coding agent, but if you build voice-enabled extensions or transcript pipelines on the side, Kyma’s audio aliases drop in like any chat model:
  • transcribewhisper-v3-turbo — 228× realtime speech-to-text
  • audio-understandgemini-3-flash-audio — scene/tone/music recognition
Use them via 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.