Windsurf

Add LLMRPM as an OpenAI-compatible custom provider in Windsurf.

Configuration

SettingValue
API shapeOpenAI-compatible
Base URLhttps://llmrpm.com/api/v1
AuthAuthorization: Bearer llmrpm_...
  • Open Windsurf model or provider settings.
  • Add an OpenAI-compatible custom provider.
  • Set Base URL to https://llmrpm.com/api/v1 and paste the API key.
  • Select a public model ID for chat and agent workflows.

Example

Windsurf
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

  • Use a strong model for agentic changes and a fast model for lightweight questions.
  • If requests fail with model_not_found, refresh the model ID from /api/v1/models.