Cline custom OpenAI-compatible API setup
Before you start
Section titled “Before you start”- Create a Relyven key that can use the model you need.
- Copy the exact model ID from the dashboard.
- Update Cline if the current version does not show a custom provider or base URL.
Configure the provider
Section titled “Configure the provider”Open Cline settings, choose the custom OpenAI-compatible provider, and enter:
Base URL: https://api.relyven.com/v1API key: your Relyven keyModel ID: an exact model ID shown in the dashboardSave the provider and start a new task. Setting labels can differ between Cline versions; follow the current Cline interface when a label has changed.
Verify text and tools
Section titled “Verify text and tools”Send a short request first. Then run a task that reads a small local project or uses another safe tool. A text reply confirms basic generation, while the second test checks tool events.
Troubleshooting
Section titled “Troubleshooting”| Result | Check |
|---|---|
401 |
API key and https://api.relyven.com/v1 |
403 |
Model permission on the key |
400 |
Selected provider type, model ID, and tool schema |
| Model list is stale | Reopen Cline and copy the current model ID from the dashboard |
| Old provider still runs | Start a new Cline task after saving the provider |
See OpenAI-compatible API overview and API error handling for raw endpoint details.