Skip to content

Commit 992aaca

Browse files
authored
Add grok-4.20 experimental beta and multi-agent model variants to ChatModel (#105)
# Add Grok 4.20 experimental beta and multi-agent variants ## Checklist - [x] I have read both the [CONTRIBUTING.md](CONTRIBUTING.md) and [Contributor License Agreement](CLA.md) documents. - [x] I have created an issue or feature request and received approval from xAI maintainers. (minor changes like fixing typos can skip this step) - [x] I have tested my changes locally and they pass all CI checks. - [x] I have added necessary documentation or updated existing documentation. ## Description - Added `grok-4.20-experimental-beta` and `grok-4.20-multi-agent-experimental-beta` model variants to `ChatModel` type. ## Related Issue N/A. ## Type of Change - [ ] Bug fix - [x] New feature - [ ] Documentation update - [ ] Other (please specify)
1 parent 459f096 commit 992aaca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/xai_sdk/types/model.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
"grok-4-fast-reasoning-latest",
1717
"grok-4-fast-non-reasoning",
1818
"grok-4-fast-non-reasoning-latest",
19+
"grok-4.20-experimental-beta-0304",
20+
"grok-4.20-experimental-beta-0304-reasoning",
21+
"grok-4.20-experimental-beta-reasoning-latest",
22+
"grok-4.20-experimental-beta-0304-non-reasoning",
23+
"grok-4.20-experimental-beta-non-reasoning-latest",
24+
"grok-4.20-experimental-beta-latest",
25+
"grok-4.20-multi-agent-experimental-beta-0304",
26+
"grok-4.20-multi-agent-experimental-beta-latest",
1927
"grok-code-fast-1",
2028
"grok-3",
2129
"grok-3-latest",

0 commit comments

Comments
 (0)