Values
| Field | Value |
|---|---|
| API Key | sk-your-key |
| Base URL | https://moxus.ai/v1 |
| Model | Copy the exact model name from Models and pricing |
Environment variables
Set these in the terminal that starts Aider:OPENAI_BASE_URL or --openai-api-base, follow the current version’s option names. The endpoint value remains https://moxus.ai/v1.
Recommendations
- Start from a clean Git worktree so changes are easy to inspect.
- Ask Aider to work on a small set of related files at a time.
- For larger refactors, ask for a plan before allowing edits.
- Create a separate API key for Aider and set a quota limit.
Troubleshooting
Aider reports model not found
Aider reports model not found
Use the exact model name from Models and pricing, and confirm it is a chat or coding model.
Environment variables do not apply
Environment variables do not apply
Confirm the variables are set in the same terminal session that starts Aider. If you edited a shell profile, reopen the terminal or run
source.The edit scope is too broad
The edit scope is too broad
Start with read-only questions, then specify exact files. Use Git diff to review each step.
