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:
FieldValue
Base URLhttps://kymaapi.com/v1
API KeyYour kyma- key
Model IDllama-3.3-70b
ModelAliasBest For
qwen-3.6-plusbestRecommended — highest quality, #1 on Kyma
kimi-k2.5codeBest tool calling, 262K context
qwen-3-32bUltra fast code generation
llama-3.3-70bbalancedGreat all-rounder
# Get personalized recommendation
curl "https://kymaapi.com/v1/models/recommend?agent=roo-code"
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.