Cursor

Use LLMRPM as a custom OpenAI-compatible model in Cursor.

Configuration

SettingValue
API shapeOpenAI-compatible
Base URLhttps://llmrpm.com/api/v1
AuthAuthorization: Bearer llmrpm_...
  • Open the Cursor command palette and choose Open User Settings (JSON).
  • Add cursor.general.openAIBaseURL with https://llmrpm.com/api/v1.
  • Add cursor.general.openAIAPIKey with your LLMRPM API key.
  • Alternatively use Settings → Models, fill Base URL, API Key, and a public model ID.

Example

settings.json
{
  "cursor.general.openAIBaseURL": "https://llmrpm.com/api/v1",
  "cursor.general.openAIAPIKey": "llmrpm_YOUR_KEY"
}
Cursor UI
Open Cursor Settings
Models > Add custom model
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

  • Prefer a strong model for chat and a faster one for lightweight edits.
  • Cursor may require toggling off other built-in providers to route through the custom base URL.