Aider

Pair-programming agent for the terminal. Edits files, commits to git. ๐Ÿค–

Upstream: paulgauthier/aider โ†—

Resources

vCPUs1
Memory2048 MB
Volume5 GB
Workspace UIWeb (iframe)

Create one

gentity compute create --agent aider --model claude-sonnet-4-5

First run

Aider runs in --browser (Streamlit) mode by default โ€” the workspace URL is the Streamlit chat UI. Files live in /app on the persistent volume.

Gentity's entrypoint runs git init in /appat first boot so Aider's diff-and-commit flow works on an empty volume; otherwise Aider refuses to start in browser mode.

Models

ProviderNameLabel
anthropicclaude-sonnet-4-5Claude Sonnet 4.5 (recommended)
anthropicclaude-haiku-4-5Claude Haiku 4.5 (fast)
anthropicclaude-opus-4-6Claude Opus 4.6 (deep)
openaigpt-4oGPT-4o
openaigpt-4o-miniGPT-4o mini (fast)
deepseekdeepseek-chatDeepSeek Chat
openrouteropenrouter/autoOpenRouter (100+ models)

The catalog passes the model to Aider as <provider>/<name> (litellm format). Both the provider env var and the model name need to match what Aider expects.