JetBrains

Configure a JetBrains AI plugin to use LLMRPM as an OpenAI provider.

Configuration

SettingValue
API shapeOpenAI-compatible
Base URLhttps://llmrpm.com/api/v1
AuthAuthorization: Bearer llmrpm_...
  • Open the AI provider settings in the IDE or plugin.
  • Choose OpenAI-compatible or custom OpenAI provider.
  • Set Endpoint to https://llmrpm.com/api/v1.
  • Set Model to a public model ID from the dashboard or /api/v1/models.

Example

JetBrains
Provider: OpenAI Compatible
Endpoint: 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

  • Some JetBrains plugins name the endpoint field Base URL instead of Endpoint.
  • Restart the IDE if the provider cache does not refresh immediately.