Cline
Configure Cline against LLMRPM in Anthropic- or OpenAI-compatible mode.
Configuration
| Setting | Value |
|---|---|
| API shape | Anthropic-compatible |
| Base URL | https://llmrpm.com/api |
| Auth | Authorization: Bearer llmrpm_... |
- Choose the Anthropic-compatible provider mode when available.
- Set
Base URLtohttps://llmrpm.com/api. - Set
API Keyto your LLMRPM API key. - Use a public model ID such as
claude-sonnet-5.
Example
Cline
Provider: Anthropic Compatible
Base URL: https://llmrpm.com/api
API Key: llmrpm_YOUR_KEY
Model: any public model ID from /api/v1/modelsRecommended models
Any public ID from the model list works. Common picks:
claude-sonnet-5— strong model for reasoning, refactors, and coding agents.claude-haiku-4.5— fast option for autocomplete, small questions, and lightweight tasks.deepseek-v4-pro— alternative based on your active catalog and plan.
Troubleshooting
| Symptom | Cause & fix |
|---|---|
| Authentication error | Check that the API key has no extra spaces and has not been revoked in the dashboard. |
| Model rejected | Use a public model ID returned by GET /api/v1/models; do not use display names or aliases. |
| Connection issue | Confirm the configured base URL is exactly the one shown above and that your network allows HTTPS to llmrpm.com. |
Notes
- If your Cline version only exposes OpenAI-compatible mode, use
https://llmrpm.com/api/v1instead. - Long-running tasks consume your subscription's daily request budget.