Skip to content

Commit b303848

Browse files
authored
Merge pull request #2546 from anomalyco/split/zenmux-stepfun-reasoning-options
[zenmux/stepfun] Add reasoning options
2 parents 0440528 + 50e3a7d commit b303848

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

providers/zenmux/models/stepfun/step-3.7-flash-free.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
base_model = "stepfun/step-3.7-flash"
2+
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
23
name = "Step 3.7 Flash (Free)"
34

45
[cost]

providers/zenmux/models/stepfun/step-3.7-flash.toml

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

34
[cost]
45
input = 0.20

providers/zenmux/models/stepfun/step-3.toml

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

0 commit comments

Comments
 (0)