Skip to content

Commit d38f095

Browse files
authored
Merge pull request #2542 from anomalyco/split/zenmux-moonshotai-reasoning-options
[zenmux/moonshotai] Add reasoning options
2 parents 128a8da + 937948a commit d38f095

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

providers/zenmux/models/moonshotai/kimi-k2-thinking-turbo.toml

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

providers/zenmux/models/moonshotai/kimi-k2-thinking.toml

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

providers/zenmux/models/moonshotai/kimi-k2.5.toml

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

providers/zenmux/models/moonshotai/kimi-k2.6.toml

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

0 commit comments

Comments
 (0)