mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
copy
This commit is contained in:
parent
84c3ac93ef
commit
e560ab61b6
2 changed files with 9 additions and 7 deletions
|
@ -16,9 +16,10 @@ description: Aider can connect to most LLMs for AI pair programming.
|
||||||
|
|
||||||
Aider works best with these models, which are skilled at editing code:
|
Aider works best with these models, which are skilled at editing code:
|
||||||
|
|
||||||
|
- [Gemini 2.5 Pro](/docs/gemini.html)
|
||||||
- [DeepSeek R1 and V3](/docs/llms/deepseek.html)
|
- [DeepSeek R1 and V3](/docs/llms/deepseek.html)
|
||||||
- [Claude 3.7 Sonnet](/docs/llms/anthropic.html)
|
- [Claude 3.7 Sonnet](/docs/llms/anthropic.html)
|
||||||
- [OpenAI o1, o3-mini and GPT-4o](/docs/llms/openai.html)
|
- [OpenAI o3, o4-mini and GPT-4.1](/docs/llms/openai.html)
|
||||||
|
|
||||||
|
|
||||||
## Free models
|
## Free models
|
||||||
|
@ -26,10 +27,8 @@ Aider works best with these models, which are skilled at editing code:
|
||||||
|
|
||||||
Aider works with a number of **free** API providers:
|
Aider works with a number of **free** API providers:
|
||||||
|
|
||||||
- Google's [Gemini 1.5 Pro](/docs/llms/gemini.html) works with aider, with
|
- [OpenRouter offers free access to many models](https://openrouter.ai/models/?q=free), with limitations on daily usage.
|
||||||
code editing capabilities similar to GPT-3.5.
|
- Google's [Gemini 2.5 Pro Exp](/docs/llms/gemini.html) works very well with aider.
|
||||||
- You can use [Llama 3 70B on Groq](/docs/llms/groq.html) which is comparable to GPT-3.5 in code editing performance.
|
|
||||||
- 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
|
||||||
{: .no_toc }
|
{: .no_toc }
|
||||||
|
|
|
@ -25,8 +25,11 @@ Start working with aider and Gemini on your codebase:
|
||||||
# Change directory into your codebase
|
# Change directory into your codebase
|
||||||
cd /to/your/project
|
cd /to/your/project
|
||||||
|
|
||||||
# You can run the Gemini 2.5 Pro model with:
|
# You can run the Gemini 2.5 Pro model with this shortcut:
|
||||||
aider --model gemini-2.5-pro
|
aider --model gemini
|
||||||
|
|
||||||
|
# You can run the Gemini 2.5 Pro Exp for free, with usage limits:
|
||||||
|
aider --model gemini-exp
|
||||||
|
|
||||||
# List models available from Gemini
|
# List models available from Gemini
|
||||||
aider --list-models gemini/
|
aider --list-models gemini/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue