Integrations
Aider
AI pair programming in the terminal, backed by OpenAdapter.
Aider speaks the OpenAI API. Two env vars and you're done.
Setup
export OPENAI_API_KEY=sk-cv-...
export OPENAI_API_BASE=https://api.openadapter.in/v1
aider --model openai/GLM-4.7Note the openai/ prefix on the model — Aider uses it to indicate the OpenAI-compatible backend.
Quick install
If you don't have Aider yet:
curl -sL "https://api.openadapter.in/api/setup/aider?key=YOUR_API_KEY" | bashThat installs Aider (via pip install aider-chat) and appends the env vars to ~/.zshrc or ~/.bashrc.
Notes
- Aider can multi-file edit and run tests in a loop. Each LLM call = one request against your quota.
- Use
--no-auto-commitsif you don't want Aider committing on every change.