VS Code Extensions
Claude API for VS Code — configure Continue, Cline, and Roo Code extensions with your Claude API key.
Continue
Example config.yaml model entry (uses the latest flagship Claude Opus 4.6):
config.yamlyaml
name: Claude API
version: 1.0.0
schema: v1
models:
- name: Claude Opus 4.6
provider: anthropic
model: claude-opus-4.6
apiBase: https://api2.claudestore.store/v1
apiKey: sk-cs2-YOUR_KEY
roles:
- chat
- editCline
Use OpenAI Compatible provider:
- Custom BaseURL:
https://api2.claudestore.store/v1 - API Key: from the dashboard
Roo Code
Use OpenAI Compatible provider:
- Custom BaseURL:
https://api2.claudestore.store/v1 - API Key: from the dashboard
Kilo Code
Use OpenAI Compatible provider:
- Custom BaseURL:
https://api2.claudestore.store/v1 - API Key: from the dashboard