Skip to content

Commit 99c42c0

Browse files
Reuben Brooksclaude
andcommitted
docs: drop "-beta" from grok-4.20-0309 model IDs
xAI graduated these models out of beta. Update default config and model-tier docs to use the new IDs. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 28d9ece commit 99c42c0

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ Use cheap models for bulk work and reserve expensive models for synthesis:
112112
[heavy.models]
113113
routing = "grok-4.1-fast"
114114
agents = "grok-4.1-fast"
115-
synthesis = "grok-4.20-beta-0309-reasoning"
115+
synthesis = "grok-4.20-0309-reasoning"
116116
debate = "grok-4.1-fast"
117-
native = "grok-4.20-multi-agent-beta-0309"
117+
native = "grok-4.20-multi-agent-0309"
118118
```
119119

120120
Or via CLI flags (`--model-agents`, `--model-synthesis`) or env vars (`SCUD_HEAVY_MODEL_AGENTS`, etc).

go.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ Agent type and model tier are **orthogonal axes**. Agent type describes WHAT the
103103
| Tier | Use case | Default model |
104104
|---|---|---|
105105
| `fast` | Simple tasks, high throughput | `grok-code-fast-1` |
106-
| `standard` | Balanced (default) | `grok-4.20-beta-0309-reasoning` |
107-
| `smart` | Complex reasoning, multi-step | `grok-4.20-multi-agent-beta-0309` |
106+
| `standard` | Balanced (default) | `grok-4.20-0309-reasoning` |
107+
| `smart` | Complex reasoning, multi-step | `grok-4.20-multi-agent-0309` |
108108
| `custom` | User override | `task.ModelOverride` |
109109

110110
**Resolution:** Any agent × any tier is valid. The model is resolved at spawn time:
@@ -241,8 +241,8 @@ round_size = 5
241241
# Model tier → actual model mapping (for agent execution)
242242
[swarm.tiers]
243243
fast = "grok-code-fast-1"
244-
standard = "grok-4.20-beta-0309-reasoning"
245-
smart = "grok-4.20-multi-agent-beta-0309"
244+
standard = "grok-4.20-0309-reasoning"
245+
smart = "grok-4.20-multi-agent-0309"
246246

247247
[swarm.backpressure]
248248
commands = ["cargo build", "cargo test"]

0 commit comments

Comments
 (0)