> ## Documentation Index
> Fetch the complete documentation index at: https://docs.naga.ac/llms.txt
> Use this file to discover all available pages before exploring further.

# Cline

> Use Cline in VS Code with a NagaAI API key.

In Cline open the settings and choose the **OpenAI Compatible** provider, as described in the [Cline docs](https://docs.cline.bot/provider-config/openai-compatible):

| Field    | Value                                                               |
| -------- | ------------------------------------------------------------------- |
| Base URL | `https://api.naga.ac/v1`                                            |
| API Key  | Your NagaAI API key                                                 |
| Model ID | A chat model id, such as `claude-sonnet-5` or `deepseek-v4.1-flash` |

Under **Model Configuration**, set the context window from `context_window` in [`/v1/models`](/get-started/models). Turn on image support if the model accepts images, and enter prices if you want Cline to show costs.

Use Cline 4.1.13 or later. Older versions could strip tools from requests to custom OpenAI-compatible models.

Cline can also use the **Anthropic** provider with the custom base URL `https://api.naga.ac`. Prompt caching does not work through NagaAI, so Claude models get no cache hits.

Roo Code users: Roo Code was shut down on May 15, 2026, and its authors point to Cline.
