Commit 992aaca
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
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
19 | 27 | | |
20 | 28 | | |
21 | 29 | | |
| |||
0 commit comments