Skip to content

Commit 147cb31

Browse files
committed
fix: set temperature=false for Claude Opus 4.7 across all providers
1 parent 5c1fb72 commit 147cb31

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

providers/amazon-bedrock/models/anthropic.claude-opus-4-7.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ release_date = "2026-04-16"
44
last_updated = "2026-04-16"
55
attachment = true
66
reasoning = true
7-
temperature = true
7+
temperature = false
88
tool_call = true
99
structured_output = true
1010
knowledge = "2026-01"

providers/amazon-bedrock/models/eu.anthropic.claude-opus-4-7.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ release_date = "2026-04-16"
44
last_updated = "2026-04-16"
55
attachment = true
66
reasoning = true
7-
temperature = true
7+
temperature = false
88
tool_call = true
99
structured_output = true
1010
knowledge = "2026-01"

providers/amazon-bedrock/models/global.anthropic.claude-opus-4-7.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ release_date = "2026-04-16"
44
last_updated = "2026-04-16"
55
attachment = true
66
reasoning = true
7-
temperature = true
7+
temperature = false
88
tool_call = true
99
structured_output = true
1010
knowledge = "2026-01"

providers/amazon-bedrock/models/us.anthropic.claude-opus-4-7.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ release_date = "2026-04-16"
44
last_updated = "2026-04-16"
55
attachment = true
66
reasoning = true
7-
temperature = true
7+
temperature = false
88
tool_call = true
99
structured_output = true
1010
knowledge = "2026-01"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ release_date = "2026-04-16"
44
last_updated = "2026-04-16"
55
attachment = true
66
reasoning = true
7-
temperature = true
7+
temperature = false
88
tool_call = true
99
knowledge = "2026-01"
1010
open_weights = false

providers/google-vertex-anthropic/models/claude-opus-4-7@default.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ release_date = "2026-04-16"
44
last_updated = "2026-04-16"
55
attachment = true
66
reasoning = true
7-
temperature = true
7+
temperature = false
88
tool_call = true
99
knowledge = "2026-01"
1010
open_weights = false

providers/opencode/models/claude-opus-4-7.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ release_date = "2026-04-16"
44
last_updated = "2026-04-16"
55
attachment = true
66
reasoning = true
7-
temperature = true
7+
temperature = false
88
tool_call = true
99
knowledge = "2026-01"
1010
open_weights = false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ release_date = "2026-04-16"
33
last_updated = "2026-04-16"
44
attachment = true
55
reasoning = true
6-
temperature = true
6+
temperature = false
77
tool_call = true
88
knowledge = "2026-01"
99
open_weights = false

0 commit comments

Comments
 (0)