VS Code Extensions
Most VS Code extensions work with Claudexia in one of two modes:
- OpenAI-compatible —
https://api.claudexia.tech/v1 - Anthropic-compatible —
https://api.claudexia.tech(without /v1)
Continue
The Continue extension uses a JSON config file. Provider: OpenAI Compatible.
Edit ~/.continue/config.json:
json
{
"models": [
{
"title": "Claude Sonnet 4.5 (Claudexia)",
"provider": "openai",
"model": "claude-sonnet-4.5",
"apiBase": "https://api.claudexia.tech/v1",
"apiKey": "YOUR-KEY"
}
]
}Cline
The Cline extension. Provider: OpenAI Compatible.
| Setting | Value |
|---|---|
| Base URL | https://api.claudexia.tech/v1 |
| API Key | Your API key |
| Model ID | claude-sonnet-4.5 |
Roo Code
The Roo Code extension. Provider: Anthropic.
Roo Code uses the Anthropic provider — the base URL is https://api.claudexia.tech without /v1.
| Setting | Value |
|---|---|
| Base URL | https://api.claudexia.tech |
| API Key | Your API key |
| Model ID | claude-sonnet-4.5 |
Kilo Code
The Kilo Code extension. Provider: OpenAI Compatible.
| Setting | Value |
|---|---|
| Base URL | https://api.claudexia.tech/v1 |
| API Key | Your API key |
| Model ID | claude-sonnet-4.5 |
Summary
| Extension | Provider type | Base URL |
|---|---|---|
| Continue | OpenAI Compatible | https://api.claudexia.tech/v1 |
| Cline | OpenAI Compatible | https://api.claudexia.tech/v1 |
| Roo Code | Anthropic | https://api.claudexia.tech |
| Kilo Code | OpenAI Compatible | https://api.claudexia.tech/v1 |