docs: Add gemini-2.5-pro command to docs

This commit is contained in:
Paul Gauthier (aider) 2025-03-25 13:42:02 -10:00
parent 0adbc9678f
commit 5457b43a89

View file

@ -21,6 +21,9 @@ setx GEMINI_API_KEY <key> # Windows, restart shell after setx
aider --model gemini/gemini-1.5-pro-latest
# You can also run the Gemini 2.5 Pro model with:
aider --model gemini-2.5-pro
# List models available from Gemini
aider --list-models gemini/
```