mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 11:14:59 +00:00
copy
This commit is contained in:
parent
72dc67950f
commit
93fc7acbe3
1 changed files with 9 additions and 6 deletions
|
@ -9,7 +9,7 @@ You'll need a [xAI API key](https://console.x.ai.).
|
|||
|
||||
To use xAI:
|
||||
|
||||
```
|
||||
```bash
|
||||
python -m pip install -U aider-chat
|
||||
|
||||
export XAI_API_KEY=<key> # Mac/Linux
|
||||
|
@ -27,15 +27,18 @@ aider --model xai/grok-3-mini-beta
|
|||
# Grok 3 Mini fast (faster, more expensive)
|
||||
aider --model xai/grok-3-mini-fast-beta
|
||||
|
||||
# The Grok 3 Mini models support the --reasoning-effort flag.
|
||||
# See the [reasoning settings documentation](../config/reasoning.md) for details.
|
||||
# Example:
|
||||
aider --model xai/grok-3-mini-beta --reasoning-effort high
|
||||
|
||||
# List models available from xAI
|
||||
aider --list-models xai/
|
||||
```
|
||||
|
||||
The Grok 3 Mini models support the `--reasoning-effort` flag.
|
||||
See the [reasoning settings documentation](../config/reasoning.md) for details.
|
||||
Example:
|
||||
|
||||
```bash
|
||||
aider --model xai/grok-3-mini-beta --reasoning-effort high
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue