Docs / VS Code · Continue

VS Code · Continue

OpenAI-compatible (with /v1)

Open-source AI assistant for VS Code / JetBrains.

Base URL
https://api.llmapi.pro:99/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. Recent Continue uses ~/.continue/config.yaml (the old config.json is deprecated); add a model under the models array:
name: llmapi
version: 0.0.1
schema: v1
models:
  - name: Claude Opus 4.8
    provider: openai
    model: claude-opus-4-8
    apiBase: https://api.llmapi.pro:99/v1
    apiKey: sk-YOUR_KEY

Notes

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