Overview
Continue is an open-source AI coding assistant that works as an extension for VS Code and JetBrains IDEs. It provides chat, autocomplete, and code editing powered by LLMs. Connect it to ModelStack to access multiple model providers through one interface.Prerequisites
- VS Code or JetBrains IDE installed
- ModelStack API key from your dashboard
Installation
VS Code
- Open VS Code
- Go to Extensions (
Cmd+Shift+XorCtrl+Shift+X) - Search for “Continue”
- Click Install
JetBrains
- Open your JetBrains IDE (IntelliJ, PyCharm, etc.)
- Go to Settings → Plugins
- Search for “Continue”
- Click Install and restart
Configuration
Step 1: Open Continue Config
- Click the Continue icon in your sidebar
- Click the gear icon (⚙️) to open settings
- Select Edit config.json
Step 2: Add ModelStack Provider
Add this configuration to yourconfig.json:
your_modelstack_api_key with your actual API key.
Step 3: Select Model
In the Continue chat interface, use the model dropdown to switch between configured models.Usage Examples
Chat: Ask questions about your codebaseTroubleshooting
Issue: “Failed to connect to API” Solution: Verify theapiBase is exactly https://api.modelstack.cc/v1 (no trailing slash) and your API key is valid.
Issue: Autocomplete not working
Solution: Check that autocomplete is enabled in Continue settings and you have sufficient credits in your ModelStack account.
Advanced Configuration
Multiple Models
You can configure multiple models for different use cases:Next Steps
- View all supported models
- Set up model stacks for automatic fallback
- Monitor usage in real-time
Last verified: 2026-03-07