File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,9 +112,9 @@ Use cheap models for bulk work and reserve expensive models for synthesis:
112112[heavy .models ]
113113routing = " grok-4.1-fast"
114114agents = " grok-4.1-fast"
115- synthesis = " grok-4.20-beta- 0309-reasoning"
115+ synthesis = " grok-4.20-0309-reasoning"
116116debate = " grok-4.1-fast"
117- native = " grok-4.20-multi-agent-beta- 0309"
117+ native = " grok-4.20-multi-agent-0309"
118118```
119119
120120Or via CLI flags (` --model-agents ` , ` --model-synthesis ` ) or env vars (` SCUD_HEAVY_MODEL_AGENTS ` , etc).
Original file line number Diff line number Diff 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 ]
243243fast = " 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 ]
248248commands = [" cargo build" , " cargo test" ]
You can’t perform that action at this time.
0 commit comments