Skip to content

Commit 45f0268

Browse files
committed
[zenmux/anthropic] Add reasoning options
1 parent 1ddcd9b commit 45f0268

11 files changed

Lines changed: 11 additions & 0 deletions

providers/zenmux/models/anthropic/claude-3.7-sonnet.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ release_date = "2025-02-24"
33
last_updated = "2025-02-24"
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/anthropic/claude-fable-5.toml

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

34
[cost]
45
input = 10.00

providers/zenmux/models/anthropic/claude-opus-4.1.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ release_date = "2025-08-05"
33
last_updated = "2025-08-05"
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/anthropic/claude-opus-4.5.toml

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

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

providers/zenmux/models/anthropic/claude-opus-4.7.toml

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

providers/zenmux/models/anthropic/claude-opus-4.8.toml

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

34
[cost]
45
input = 5.00

providers/zenmux/models/anthropic/claude-opus-4.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ release_date = "2025-05-22"
33
last_updated = "2025-05-22"
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/anthropic/claude-sonnet-4.5.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ release_date = "2025-09-29"
33
last_updated = "2025-09-29"
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/anthropic/claude-sonnet-4.6.toml

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

0 commit comments

Comments
 (0)