Skip to content

Commit 8aaf317

Browse files
authored
Merge pull request #1468 from heimoshuiyu/fix/opus-4-7-temperature
fix: set temperature=false for Claude Opus 4.7
2 parents 5c1fb72 + 660a672 commit 8aaf317

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

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/firmware/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-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/venice/models/claude-opus-4-7.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ attachment = true
44
reasoning = true
55
tool_call = true
66
structured_output = true
7-
temperature = true
7+
temperature = false
88
release_date = "2026-04-16"
99
last_updated = "2026-04-16"
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)