mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
copy
This commit is contained in:
parent
dda0a4e4ab
commit
cd52470243
2 changed files with 4 additions and 3 deletions
|
@ -23,10 +23,10 @@ as they are the very best models for editing code.
|
||||||
|
|
||||||
Aider works with a number of **free** API providers:
|
Aider works with a number of **free** API providers:
|
||||||
|
|
||||||
|
- The [Deepseek Coder V2](/docs/llms/deepseek.html) model gets the top score on aider's code editing benchmark. Deepseek currently offers 5M free tokens of API usage.
|
||||||
- Google's [Gemini 1.5 Pro](/docs/llms/gemini.html) is the most capable free model to use with aider, with
|
- Google's [Gemini 1.5 Pro](/docs/llms/gemini.html) is the most capable free model to use with aider, with
|
||||||
code editing capabilities similar to GPT-3.5.
|
code editing capabilities similar to GPT-3.5.
|
||||||
- You can use [Llama 3 70B on Groq](/docs/llms/groq.html) which is comparable to GPT-3.5 in code editing performance.
|
- You can use [Llama 3 70B on Groq](/docs/llms/groq.html) which is comparable to GPT-3.5 in code editing performance.
|
||||||
- The [Deepseek Chat v2](/docs/llms/deepseek.html) model work well with aider, better than GPT-3.5. Deepseek currently offers 5M free tokens of API usage.
|
|
||||||
- Cohere also offers free API access to their [Command-R+ model](/docs/llms/cohere.html), which works with aider as a *very basic* coding assistant.
|
- Cohere also offers free API access to their [Command-R+ model](/docs/llms/cohere.html), which works with aider as a *very basic* coding assistant.
|
||||||
|
|
||||||
## Local models
|
## Local models
|
||||||
|
|
|
@ -6,6 +6,7 @@ nav_order: 500
|
||||||
# Deepseek
|
# Deepseek
|
||||||
|
|
||||||
Aider can connect to the Deepseek.com API.
|
Aider can connect to the Deepseek.com API.
|
||||||
|
The Deepseek Coder V2 model gets the top score on aider's code editing benchmark.
|
||||||
Deepseek appears to grant 5M tokens of free API usage to new accounts.
|
Deepseek appears to grant 5M tokens of free API usage to new accounts.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -14,8 +15,8 @@ pip install aider-chat
|
||||||
export DEEPSEEK_API_KEY=<key> # Mac/Linux
|
export DEEPSEEK_API_KEY=<key> # Mac/Linux
|
||||||
setx DEEPSEEK_API_KEY <key> # Windows
|
setx DEEPSEEK_API_KEY <key> # Windows
|
||||||
|
|
||||||
# Use Deepseek Chat v2
|
# Use Deepseek Coder V2
|
||||||
aider --model deepseek/deepseek-chat
|
aider --model deepseek/deepseek-coder
|
||||||
```
|
```
|
||||||
|
|
||||||
See the [model warnings](warnings.html)
|
See the [model warnings](warnings.html)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue