Skip to content

Commit 721464b

Browse files
authored
Merge pull request #1469 from GrahamCampbell/ops-4-7-fixes
Corrected and normalized claude opus 4.7 knowledge cut-off dates
2 parents b6b45a9 + ca6acf0 commit 721464b

9 files changed

Lines changed: 10 additions & 10 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
@@ -7,7 +7,7 @@ reasoning = true
77
temperature = false
88
tool_call = true
99
structured_output = true
10-
knowledge = "2026-01"
10+
knowledge = "2026-01-31"
1111
open_weights = false
1212

1313
[cost]

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
@@ -7,7 +7,7 @@ reasoning = true
77
temperature = false
88
tool_call = true
99
structured_output = true
10-
knowledge = "2026-01"
10+
knowledge = "2026-01-31"
1111
open_weights = false
1212

1313
[cost]

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
@@ -7,7 +7,7 @@ reasoning = true
77
temperature = false
88
tool_call = true
99
structured_output = true
10-
knowledge = "2026-01"
10+
knowledge = "2026-01-31"
1111
open_weights = false
1212

1313
[cost]

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
@@ -7,7 +7,7 @@ reasoning = true
77
temperature = false
88
tool_call = true
99
structured_output = true
10-
knowledge = "2026-01"
10+
knowledge = "2026-01-31"
1111
open_weights = false
1212

1313
[cost]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ attachment = true
66
reasoning = true
77
temperature = false
88
tool_call = true
9-
knowledge = "2026-01"
9+
knowledge = "2026-01-31"
1010
open_weights = false
1111

1212
[cost]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ attachment = true
66
reasoning = true
77
temperature = false
88
tool_call = true
9-
knowledge = "2026-01-01"
9+
knowledge = "2026-01-31"
1010
open_weights = false
1111

1212
[cost]

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
@@ -6,7 +6,7 @@ attachment = true
66
reasoning = true
77
temperature = false
88
tool_call = true
9-
knowledge = "2026-01"
9+
knowledge = "2026-01-31"
1010
open_weights = false
1111

1212
[cost]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ attachment = true
66
reasoning = true
77
temperature = false
88
tool_call = true
9-
knowledge = "2026-01"
9+
knowledge = "2026-01-31"
1010
open_weights = false
1111

1212
[cost]
@@ -24,4 +24,4 @@ input = ["text", "image", "pdf"]
2424
output = ["text"]
2525

2626
[provider]
27-
npm = "@ai-sdk/anthropic"
27+
npm = "@ai-sdk/anthropic"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ attachment = true
55
reasoning = true
66
temperature = false
77
tool_call = true
8-
knowledge = "2026-01"
8+
knowledge = "2026-01-31"
99
open_weights = false
1010

1111
[cost]

0 commit comments

Comments
 (0)