Apps · Coding agents
Aider
Terminal pair programmer that commits as it goes.
Tokens / 7d
96B
Routing directive
auto:coding
On our metal
14%
Licence
Open source
Aider works over a repo map and unified diffs from the terminal, committing each accepted edit. Diff fidelity matters more than raw benchmark score, so the coding route filters to models with reliable patch output.
How it connects
- Set OPENAI_API_BASE to the gateway and OPENAI_API_KEY to your llmcloud key.
- --model auto:coding, or pin a model for reproducible benchmark runs.
- Repo map is cached between turns to avoid resending the whole tree.
Traffic pattern
Long sessions, moderate volume per user, very high sensitivity to malformed diffs.
claude-sonnet-4.5gpt-5-codexclaude-opus-4.5
Point it at the gateway
export OPENAI_API_BASE=https://api.llmcloud.ai/v1 export OPENAI_API_KEY=llmc_... aider --model auto:coding