Aider · Example Payload

Aider Cli Model Catalog Example

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

Aider Cli Model Catalog Example is an example object payload from Aider, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

models

Example Payload

Raw ↑
{
  "models": [
    {
      "id": "anthropic/claude-opus-4",
      "provider": "anthropic",
      "context_window": 200000,
      "supports_edit_format": [
        "diff",
        "udiff"
      ]
    }
  ]
}