Values
| Field | Value |
|---|---|
| Provider | OpenAI Compatible / OpenAI Compatible API |
| Base URL | https://moxus.ai/v1 |
| API Key | sk-your-key |
| Model ID | Copy the exact model name from Models and pricing |
Cline setup
- Install Cline in VS Code.
- Open Cline settings or model configuration.
- Choose OpenAI Compatible as the provider.
- Set Base URL to
https://moxus.ai/v1. - Set API Key to
sk-your-key. - Set Model ID to the exact model name from Models and pricing.
- Save and test with a read-only prompt such as “explain the current file”.
Roo Code setup
- Install Roo Code.
- Open API Configuration.
- Choose OpenAI Compatible or a custom OpenAI provider.
- Enter Base URL, API Key, and model name.
- Choose a mode such as Code, Architect, or Ask.
Recommendations
- Test with Ask or a read-only task first.
- Review commands before allowing the extension to run them.
- Create a separate API key for agent extensions and set a quota limit.
- Keep task scope narrow for multi-file edits.
Troubleshooting
Should I choose OpenAI or OpenAI Compatible?
Should I choose OpenAI or OpenAI Compatible?
Prefer OpenAI Compatible or custom OpenAI. Set Base URL to
https://moxus.ai/v1.Does the model support tool use?
Does the model support tool use?
It depends on the selected model. For tool use and complex code editing, choose a model with stronger coding and tool-call behavior.
The extension sends too many requests
The extension sends too many requests
Reduce auto-approval, narrow file scope, and set a quota limit on the API key used by the extension.
