Aider · Example Payload

Aider Cli Settings Snapshot Example

Artificial IntelligenceAI Pair ProgrammingDeveloper ToolsCLICommand LineCoding AssistantCode GenerationOpen-SourcePythonApache 2.0LLMGitBYO LLMTerminalPolyglotTree-sitterRepository MapPair Programming

Aider Cli Settings Snapshot Example is an example object payload from Aider, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

main_modelweak_modeleditor_modeledit_formatauto_commitsauto_lintauto_testchat_modewatch_filesstream

Example Payload

Raw ↑
{
  "main_model": "anthropic/claude-opus-4",
  "weak_model": "anthropic/claude-haiku-4",
  "editor_model": "anthropic/claude-sonnet-4",
  "edit_format": "diff",
  "auto_commits": true,
  "auto_lint": true,
  "auto_test": false,
  "chat_mode": "code",
  "watch_files": false,
  "stream": true
}