Docs / VS Code · Continue

VS Code · Continue

OpenAI-compatible (with /v1)

Open-source AI assistant for VS Code / JetBrains.

Base URL
https://llmapi.pro/v1
API Key
sk-... (create in Console → API Keys)
Recommended
claude-opus-4-8 · claude-sonnet-4-6 · claude-haiku-4-5

Setup steps

  1. Edit the Continue config (~/.continue/config.json or the newer YAML) and add a model:
{
  "models": [
    {
      "title": "Claude (llmapi)",
      "provider": "openai",
      "model": "claude-opus-4-8",
      "apiBase": "https://llmapi.pro/v1",
      "apiKey": "sk-YOUR_KEY"
    }
  ]
}

Notes

Client not listed? Any "OpenAI-compatible" app works: Base URL = https://llmapi.pro/v1, key = your sk-..., type the model name. Or email [email protected].
Need help? Email [email protected] · Home