Skip to content

Commit 78f0824

Browse files
committed
[zenmux/x-ai] Correct Grok reasoning controls
1 parent e2fbc08 commit 78f0824

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

providers/zenmux/models/x-ai/grok-4-fast.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ release_date = "2025-09-19"
33
last_updated = "2025-09-19"
44
attachment = true
55
reasoning = true
6-
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
6+
reasoning_options = [{ type = "toggle" }]
77
temperature = true
88
tool_call = true
99
knowledge = "2025-01-01"

providers/zenmux/models/x-ai/grok-4.1-fast.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ release_date = "2025-11-20"
33
last_updated = "2025-11-20"
44
attachment = true
55
reasoning = true
6-
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
6+
reasoning_options = [{ type = "toggle" }]
77
temperature = true
88
tool_call = true
99
knowledge = "2025-01-01"

providers/zenmux/models/x-ai/grok-4.2-fast.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ release_date = "2026-03-20"
33
last_updated = "2026-03-20"
44
attachment = true
55
reasoning = true
6-
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
6+
reasoning_options = []
77
temperature = true
88
tool_call = true
99
knowledge = "2025-08-31"

providers/zenmux/models/x-ai/grok-4.3.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
base_model = "xai/grok-4.3"
2-
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
2+
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }]
33

44
[cost]
55
input = 1.25

providers/zenmux/models/x-ai/grok-4.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ release_date = "2025-07-09"
33
last_updated = "2025-07-09"
44
attachment = true
55
reasoning = true
6-
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
6+
reasoning_options = []
77
temperature = true
88
tool_call = true
99
knowledge = "2025-01-01"

providers/zenmux/models/x-ai/grok-code-fast-1.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ release_date = "2025-08-26"
33
last_updated = "2025-08-26"
44
attachment = false
55
reasoning = true
6-
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
6+
reasoning_options = []
77
temperature = true
88
tool_call = true
99
knowledge = "2025-01-01"

0 commit comments

Comments
 (0)