docs: Update xAI model names and usage instructions

This commit is contained in:
Paul Gauthier 2025-04-13 10:32:41 -07:00 committed by Paul Gauthier (aider)
parent ab71ea0a65
commit 232a6f87d2

View file

@ -15,10 +15,15 @@ python -m pip install -U aider-chat
export XAI_API_KEY=<key> # Mac/Linux
setx XAI_API_KEY <key> # Windows, restart shell after setx
aider --model xai/grok-beta
# Grok 3
aider --model xai/grok-3-beta
# Grok 3 fast is faster and more expensive
aider --model xai/grok-3-fast-beta
# List models available from xAI
aider --list-models xai/
```