You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,7 @@
6
6
Aider lets you pair program with LLMs,
7
7
to edit code in your local git repository.
8
8
Start a new project or work with an existing code base.
9
-
Aider works best with Claude 3.5 Sonnet, DeepSeek V3, o1 & GPT-4o and can [connect to almost any LLM](https://aider.chat/docs/llms.html).
10
-
9
+
Aider works best with Claude 3.5 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).
Aider works best with Claude 3.5 Sonnet, DeepSeek V3, o1 & GPT-4o and can [connect to almost any LLM](https://aider.chat/docs/llms.html).
1
+
Aider works best with Claude 3.5 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).
Copy file name to clipboardexpand all lines: aider/website/docs/install/optional.md
+6-21
Original file line number
Diff line number
Diff line change
@@ -17,21 +17,14 @@ Aider works best if you have git installed.
17
17
Here are
18
18
[instructions for installing git in various environments](https://github.com/git-guides/install-git).
19
19
20
-
## Get your API key
20
+
## Setup an API key
21
21
22
-
To work with OpenAI's models like GPT-4o or o1-preview you need a paid
23
-
[OpenAI API key](https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key).
24
-
Note that this is different than being a "ChatGPT Plus" subscriber.
22
+
You need an key from an API provider to work with most models:
25
23
26
-
To work with Anthropic's models like Claude 3.5 Sonnet you need a paid
27
-
[Anthropic API key](https://docs.anthropic.com/claude/reference/getting-started-with-the-api).
28
-
29
-
30
-
### Working with other LLMs
31
-
32
-
{% include works-best.md %}
33
-
34
-
### Store your api keys
24
+
-[OpenAI](https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key) provides o1, o3-mini, gpt-4o and other models. Note that paying for an API key is different than being a "ChatGPT" subscriber.
25
+
-[Anthropic](https://docs.anthropic.com/claude/reference/getting-started-with-the-api) provides Claude 3.5 Sonnet and Haiku.
26
+
-[DeepSeek](https://platform.deepseek.com/api_keys) provides DeepSeek R1 and DeepSeek Chat V3.
27
+
-[OpenRouter](https://openrouter.ai/keys) allows you to access models from many providers using a single key.
35
28
36
29
You can [store your api keys in configuration or env files](/docs/config/api-keys.html)
37
30
and they will be loaded automatically whenever you run aider.
@@ -105,11 +98,3 @@ please let us know by opening a
Copy file name to clipboardexpand all lines: aider/website/index.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,7 @@ cog.out(text)
33
33
Aider lets you pair program with LLMs,
34
34
to edit code in your local git repository.
35
35
Start a new project or work with an existing code base.
36
-
Aider works best with Claude 3.5 Sonnet, DeepSeek V3, o1 & GPT-4o and can [connect to almost any LLM](https://aider.chat/docs/llms.html).
37
-
36
+
Aider works best with Claude 3.5 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).
0 commit comments