# Cline and Roo Code

Configure VS Code agents with KosCompute's OpenAI-compatible endpoint.

In Cline or Roo Code, select an **OpenAI Compatible** provider and enter:

| Setting | Value |
|---|---|
| Base URL | `https://api.koscompute.com/v1` |
| API key | your KosCompute key |
| Model ID | `qwen/qwen3.8-27b` |

Enable tool use only after the extension confirms that the selected model supports it. If the extension offers separate context and output fields, use the values returned by `GET /v1/models` instead of copying numbers from this guide.

Extension releases rename settings frequently, so the UI labels are not automatically tested. The underlying endpoint, authentication, streaming, and tool-call contracts are covered by the portal test suite.
