Skip to content

Commit 92c61c5

Browse files
authored
Reorder xAI model descriptions in documentation (#320)
1 parent e5f4f62 commit 92c61c5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/providers/xai.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ keywords:
88
- reasoning AI
99
- vision models
1010
- large context
11+
- Grok Code Fast
1112
- Grok-4
1213
- Grok-3
1314
- Grok-2
@@ -38,8 +39,8 @@ xAI is the company behind Grok, a large language model known for its conversatio
3839
Roo Code supports the following xAI Grok models:
3940

4041
### Current Models
41-
* `grok-4` (Default) - xAI's Grok-4 model with 256K context window, image support, and prompt caching
42-
* `grok-code-fast-1` - xAI's Grok Code Fast model with 262K context window, optimized for coding tasks
42+
* `grok-code-fast-1` (Default) - xAI's Grok Code Fast model with 262K context window and prompt caching, optimized for reasoning and coding tasks
43+
* `grok-4` - xAI's Grok-4 model with 262K context window, image support, and prompt caching
4344
* `grok-3` - xAI's Grok-3 model with 128K context window and prompt caching
4445
* `grok-3-fast` - xAI's Grok-3 fast model with 128K context window and prompt caching
4546
* `grok-3-mini` - xAI's Grok-3 mini model with 128K context window, reasoning support, and prompt caching
@@ -93,12 +94,12 @@ Choose `low` for simple queries that should complete quickly, and `high` for har
9394

9495
## Prompt Caching
9596

96-
Prompt caching is available for select Grok models including `grok-4`, `grok-3`, `grok-3-fast`, `grok-3-mini`, and `grok-3-mini-fast`. This feature can reduce costs and improve response times.
97+
Prompt caching is available for select Grok models including `grok-code-fast-1`, `grok-4`, `grok-3`, `grok-3-fast`, `grok-3-mini`, and `grok-3-mini-fast`. This feature can reduce costs and improve response times.
9798

9899
---
99100

100101
## Pricing
101102

102103
Pricing varies by model. Refer to the [xAI documentation](https://console.x.ai/) for current pricing information.
103104

104-
**Note:** `grok-code-fast-1` is available for free through the [Roo Code Cloud provider](/providers/roo-code-cloud) during the promotional period. Standard pricing will apply when using the xAI provider directly in Roo Code.
105+
**Note:** `grok-code-fast-1` is available for free through the [Roo Code Cloud provider](/providers/roo-code-cloud) during the promotional period. Standard pricing will apply when using the xAI provider directly in Roo Code.

0 commit comments

Comments
 (0)