Roo Code

Set up Roo Code with LLMRPM's OpenAI-compatible endpoint.

Configuration

SettingValue
API shapeOpenAI-compatible
Base URLhttps://llmrpm.com/api/v1
AuthAuthorization: Bearer llmrpm_...
  • Open Roo Code provider settings.
  • Choose OpenAI Compatible as the API provider.
  • Set Base URL to https://llmrpm.com/api/v1.
  • Paste your API key and select a public model ID.

Example

Roo Code
Provider: OpenAI Compatible
Base URL: https://llmrpm.com/api/v1
API Key: llmrpm_YOUR_KEY
Model: claude-sonnet-5

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

  • For Anthropic-native mode, use the base URL https://llmrpm.com/api if the extension exposes it.
  • Use separate API keys for test and production workspaces when practical.