> ## 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.

# Kilo Code

> Use Kyma with Kilo Code VS Code extension.

Kilo Code is an AI coding agent for VS Code. Configure Kyma as an OpenAI Compatible provider.

## Setup

1. Open Kilo Code settings
2. Select **"OpenAI Compatible"** as provider
3. Fill in:

| Field        | Value                    |
| ------------ | ------------------------ |
| **Base URL** | `https://kymaapi.com/v1` |
| **API Key**  | Your `ky-` key           |
| **Model ID** | `llama-3.3-70b`          |

## Recommended Models

| Model               | Alias   | Best For                                                              |
| ------------------- | ------- | --------------------------------------------------------------------- |
| `kimi-k2.6`         | `agent` | **Recommended** — best tool calling                                   |
| `qwen-3-coder`      | `code`  | Best alias for code-focused tasks                                     |
| `qwen-3.6-plus`     | `best`  | Highest quality overall                                               |
| `minimax-m2.5`      | —       | SWE-bench 80.2%                                                       |
| `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.     |

```bash theme={null}
curl "https://kymaapi.com/v1/models/recommend?agent=kilo-code"
```

See all [model aliases](/guides/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](/guides/prompt-caching) for details.
