Skip to content

Commit 1719bc4

Browse files
committed
docs: Update xAI default model to grok-4.3
The xAI connector default model changed from grok-3 to grok-4.3. Update docs to reflect the new default and use a current model name in the example.
1 parent 8a10283 commit 1719bc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • website/docs/components/models

website/docs/components/models/xai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: 'xAI'
55
sidebar_position: 7
66
---
77

8-
To use a language model hosted on xAI, specify `xai` path in the `from` field and the associated `xai_api_key` parameter:
8+
To use a language model hosted on xAI, specify `xai` path in the `from` field and the associated `xai_api_key` parameter. When no model is specified in the `from` field (i.e., `from: xai`), the default model is `grok-4.3`.
99

1010
| Param | Description | Default |
1111
| ----------------- | --------------------------------------------------------- | ------- |
@@ -16,7 +16,7 @@ Example:
1616

1717
```yaml
1818
models:
19-
- from: xai:grok4
19+
- from: xai:grok-4.3
2020
name: xai
2121
params:
2222
xai_api_key: ${secrets:SPICE_GROK_API_KEY}

0 commit comments

Comments
 (0)