Kilo Code

Point Kilo Code's OpenAI-compatible provider at LLMRPM.

Configuration

SettingValue
API shapeOpenAI-compatible
Base URLhttps://llmrpm.com/api/v1
AuthAuthorization: Bearer llmrpm_...
  • Open Kilo Code model provider settings.
  • Choose OpenAI Compatible.
  • Set Base URL to https://llmrpm.com/api/v1.
  • Use a public LLMRPM model ID in the Model field.

Example

Kilo 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

  • Keep reasoning-heavy tasks on a stronger model and autocomplete on a faster one.
  • A 429 response means your account or key rate limit was exceeded.