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

# Cline

> Connect Cline to RedPill through its OpenAI-compatible provider

Cline exposes OpenAI-compatible provider settings directly in the extension UI.

## Configure

Install Cline, open its settings, and enter:

| Field        | Value                                |
| ------------ | ------------------------------------ |
| API Provider | **OpenAI Compatible**                |
| Base URL     | `https://api.redpill.ai/v1`          |
| API key      | Your RedPill API key                 |
| Model ID     | An exact ID returned by `/v1/models` |

If you enter a model manually, copy its context and output limits from the live catalog instead of
reusing limits from another provider.

## Check the setup

Use Cline's **Verify** action before starting a task. Then run a read-only request in a disposable
repository and confirm the selected provider and model.

For confidential-only routing, use `https://tee.redpill.ai/v1` with an `is_tee: true` model.

## Troubleshooting

| Symptom                | Check                                                              |
| ---------------------- | ------------------------------------------------------------------ |
| Verify fails           | Keep `/v1` in the base URL and refresh the API key.                |
| Context limit is wrong | Copy `context_length` and `max_output_length` from the catalog.    |
| Tool calls fail        | Choose a model that declares `tools` and repeat the Verify action. |

## References

* [Cline OpenAI-compatible providers](https://docs.cline.bot/provider-config/openai-compatible)
* [RedPill model catalog](/api-reference/models)
