Cline

Configure Cline against LLMRPM in Anthropic- or OpenAI-compatible mode.

Configuration

SettingValue
API shapeAnthropic-compatible
Base URLhttps://llmrpm.com/api
AuthAuthorization: Bearer llmrpm_...
  • Choose the Anthropic-compatible provider mode when available.
  • Set Base URL to https://llmrpm.com/api.
  • Set API Key to 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/models

Troubleshooting

SymptomCause & fix
Authentication errorCheck that the API key has no extra spaces and has not been revoked in the dashboard.
Model rejectedUse a public model ID returned by GET /api/v1/models; do not use display names or aliases.
Connection issueConfirm 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/v1 instead.
  • Long-running tasks consume your subscription's daily request budget.