diff --git a/README.md b/README.md index ad723860d..dba9c46b4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,20 @@ + +
+ # Aider is AI pair programming in your terminal Aider lets you pair program with LLMs, @@ -8,6 +22,7 @@ to edit code in your local git repository. Start a new project or work with an existing code base. Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o. Aider can [connect to almost any LLM, including local models](https://aider.chat/docs/llms.html). +
VIDEO END -->
-
Model Name | Total Tokens | Percent |
---|---|---|
anthropic/claude-3-7-sonnet-20250219 | 2,236,651 | 98.6% |
o3-mini | 25,153 | 1.1% |
anthropic/claude-3-7-sonnet-20250219 | 2,759,462 | 94.8% |
openrouter/anthropic/claude-3.7-sonnet | 107,132 | 3.7% |
o3-mini | 38,213 | 1.3% |
fireworks_ai/accounts/fireworks/models/deepseek-v3 | 4,855 | 0.2% |
ollama/REDACTED | 769 | 0.0% |
Aider lets you pair program with LLMs, to edit code in your local git repository. Start a new project or work with an existing code base.
+ + +Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o, but can connect to almost any LLM, including local models.
+ + +Aider uses a map of your entire git repo, which helps it work well in larger codebases.
+ + +Aider works with most popular programming languages: python, javascript, typescript, php, html, css, and dozens more.
+ + +Aider automatically commits changes with sensible commit messages, making version control seamless.
+ + +Use aider directly from your favorite IDE or text editor by adding AI comments right in your code.
+ + +Add images to the chat and share URLs, to provide visual context and references.
+ +If you already have python 3.8-3.13 installed, you can get started quickly like this:
+python -m pip install aider-install +aider-install + +# Change directory into your code base +cd /to/your/project + +# Work with DeepSeek via DeepSeek's API +aider --model deepseek --api-key deepseek=your-key-goes-here + +# Work with Claude 3.7 Sonnet via Anthropic's API +aider --model sonnet --api-key anthropic=your-key-goes-here + +# Work with GPT-4o via OpenAI's API +aider --model gpt-4o --api-key openai=your-key-goes-here+
See the installation instructions and usage documentation for more details. +
+- -
- - - - -## Getting started - - -If you already have python 3.8-3.13 installed, you can get started quickly like this: - -```bash -python -m pip install aider-install -aider-install - -# Change directory into your code base -cd /to/your/project - -# Work with DeepSeek via DeepSeek's API -aider --model deepseek --api-key deepseek=your-key-goes-here - -# Work with Claude 3.7 Sonnet via Anthropic's API -aider --model sonnet --api-key anthropic=your-key-goes-here - -# Work with GPT-4o via OpenAI's API -aider --model gpt-4o --api-key openai=your-key-goes-here - -# Work with Sonnet via OpenRouter's API -aider --model openrouter/anthropic/claude-3.7-sonnet --api-key openrouter=your-key-goes-here - -# Work with DeepSeek via OpenRouter's API -aider --model openrouter/deepseek/deepseek-chat --api-key openrouter=your-key-goes-here -``` - - -See the -[installation instructions](https://aider.chat/docs/install.html) -and -[usage documentation](https://aider.chat/docs/usage.html) -for more details. - -## Features - -- Run aider with the files you want to edit: `aider