Skip to content

Commit 61c9292

Browse files
authored
Merge pull request #2541 from anomalyco/split/zenmux-minimax-reasoning-options
[zenmux/minimax] Add reasoning options
2 parents 515cbe5 + 3b642e6 commit 61c9292

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

providers/zenmux/models/minimax/minimax-m2.1.toml

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

providers/zenmux/models/minimax/minimax-m2.5-lightning.toml

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

providers/zenmux/models/minimax/minimax-m2.5.toml

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

providers/zenmux/models/minimax/minimax-m2.7-highspeed.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-01-01"

providers/zenmux/models/minimax/minimax-m2.7.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-01-01"

providers/zenmux/models/minimax/minimax-m2.toml

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

providers/zenmux/models/minimax/minimax-m3.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
base_model = "minimax/MiniMax-M3"
2+
reasoning_options = [{ type = "toggle" }]
23

34
[cost]
45
input = 0.60

0 commit comments

Comments
 (0)