Skip to content

Commit 8ed57cd

Browse files
authored
Merge pull request #2548 from anomalyco/split/zenmux-volcengine-reasoning-options
[zenmux/volcengine] Add reasoning options
2 parents 0383342 + 23563d1 commit 8ed57cd

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

providers/zenmux/models/volcengine/doubao-seed-1.8.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ release_date = "2025-12-18"
33
last_updated = "2025-12-18"
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/volcengine/doubao-seed-2.0-lite.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ release_date = "2026-02-14"
33
last_updated = "2026-02-14"
44
attachment = true
55
reasoning = true
6+
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
67
temperature = true
78
tool_call = true
89
knowledge = "2026-02-14"

providers/zenmux/models/volcengine/doubao-seed-2.0-mini.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ release_date = "2026-02-14"
33
last_updated = "2026-02-14"
44
attachment = true
55
reasoning = true
6+
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
67
temperature = true
78
tool_call = true
89
knowledge = "2026-02-14"

providers/zenmux/models/volcengine/doubao-seed-2.0-pro.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ release_date = "2026-02-14"
33
last_updated = "2026-02-14"
44
attachment = true
55
reasoning = true
6+
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
67
temperature = true
78
tool_call = true
89
knowledge = "2026-02-14"

providers/zenmux/models/volcengine/doubao-seed-code.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ release_date = "2025-11-11"
33
last_updated = "2025-11-11"
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"

0 commit comments

Comments
 (0)