Skip to content

Commit 0440528

Browse files
authored
Merge pull request #2549 from anomalyco/split/zenmux-x-ai-reasoning-options
[zenmux/x-ai] Add reasoning options
2 parents 3bbab9f + 78f0824 commit 0440528

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ release_date = "2025-09-19"
33
last_updated = "2025-09-19"
44
attachment = true
55
reasoning = true
6+
reasoning_options = [{ type = "toggle" }]
67
temperature = true
78
tool_call = true
89
knowledge = "2025-01-01"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ release_date = "2025-11-20"
33
last_updated = "2025-11-20"
44
attachment = true
55
reasoning = true
6+
reasoning_options = [{ type = "toggle" }]
67
temperature = true
78
tool_call = true
89
knowledge = "2025-01-01"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ release_date = "2026-03-20"
33
last_updated = "2026-03-20"
44
attachment = true
55
reasoning = true
6+
reasoning_options = []
67
temperature = true
78
tool_call = true
89
knowledge = "2025-08-31"

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

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

34
[cost]
45
input = 1.25

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ release_date = "2025-07-09"
33
last_updated = "2025-07-09"
44
attachment = true
55
reasoning = true
6+
reasoning_options = []
67
temperature = true
78
tool_call = true
89
knowledge = "2025-01-01"

providers/zenmux/models/x-ai/grok-build-0.1.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
base_model = "xai/grok-build-0.1"
2+
reasoning_options = []
23

34
[cost]
45
input = 1.00

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ release_date = "2025-08-26"
33
last_updated = "2025-08-26"
44
attachment = false
55
reasoning = true
6+
reasoning_options = []
67
temperature = true
78
tool_call = true
89
knowledge = "2025-01-01"

0 commit comments

Comments
 (0)