Values
| Field | Value |
|---|---|
| Provider | openai or OpenAI compatible |
| API Key | sk-your-key |
| API Base | https://moxus.ai/v1 |
| Model | Copy the exact model name from Models and pricing |
Setup
Install Continue
Install Continue from the VS Code extension marketplace or JetBrains plugin marketplace.
Example config
baseUrl, apiBaseUrl, or another field name, follow the plugin’s current setting name. The endpoint value remains https://moxus.ai/v1.
Recommended uses
- Explain selected code.
- Generate unit tests or usage examples.
- Edit a small area in the current file.
- Ask about errors with selected context.
Troubleshooting
The model does not appear after saving
The model does not appear after saving
Check that the JSON is valid, then reload VS Code. Some Continue versions also require refreshing the model list in the Continue panel.
The provider is not supported
The provider is not supported
Use the OpenAI-compatible provider name supported by your Continue version, such as
openai, openai-compatible, or a custom provider type.Requests are expensive or context is too large
Requests are expensive or context is too large
Select fewer files and avoid sending the whole repository at once. Create a separate API key with a quota limit for Continue.
