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/v1API Key
sk-... (create in Console → API Keys)Recommended
claude-opus-4-8 · claude-sonnet-4-6 · claude-haiku-4-5Setup steps
- Recent Continue uses
~/.continue/config.yaml(the oldconfig.jsonis deprecated); add a model under themodelsarray:
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_KEYNotes
- This client uses the OpenAI-compatible protocol. The three settings are always the same: Base URL =
https://api.llmapi.pro:99/v1, API Key = yoursk-...key, and type the model name manually (we recommendclaude-opus-4-8). apiBaseincludes/v1; Continue appends/chat/completionsitself.
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