Skip to content

Commit f0cfea9

Browse files
authored
Merge pull request #2544 from anomalyco/split/zenmux-qwen-reasoning-options
[zenmux/qwen] Add reasoning options
2 parents dc4f59b + 9f82b64 commit f0cfea9

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

providers/zenmux/models/qwen/qwen3-max.toml

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

providers/zenmux/models/qwen/qwen3.5-plus.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 = [{ type = "effort", values = ["low", "medium", "high"] }]
67
temperature = true
78
tool_call = true
89
knowledge = "2025-01-01"

providers/zenmux/models/qwen/qwen3.6-plus.toml

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

providers/zenmux/models/qwen/qwen3.7-max.toml

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

34
[cost]
45
input = 2.50

providers/zenmux/models/qwen/qwen3.7-plus.toml

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

34
[cost]
45
input = 0.40

0 commit comments

Comments
 (0)