Skip to content

Commit b6b45a9

Browse files
authored
Merge pull request #1463 from GrahamCampbell/claude-4-6
Correct Anthropic Claude 4.6 model knowledge cut-off dates
2 parents 7b8f98b + 2ef2b10 commit b6b45a9

51 files changed

Lines changed: 55 additions & 41 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

providers/abacus/models/claude-opus-4-6.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 = true
88
tool_call = true
9-
knowledge = "2025-05"
9+
knowledge = "2025-05-31"
1010
open_weights = false
1111

1212
[cost]

providers/abacus/models/claude-sonnet-4-6.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 = true
88
tool_call = true
9-
knowledge = "2025-08"
9+
knowledge = "2025-08-31"
1010
open_weights = false
1111

1212
[cost]

providers/aihubmix/models/claude-opus-4-6-think.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 = true
88
tool_call = true
9-
knowledge = "2025-05"
9+
knowledge = "2025-05-31"
1010
open_weights = false
1111

1212
[cost]

providers/aihubmix/models/claude-opus-4-6.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 = true
88
tool_call = true
9-
knowledge = "2025-05"
9+
knowledge = "2025-05-31"
1010
open_weights = false
1111

1212
[cost]

providers/aihubmix/models/claude-sonnet-4-6-think.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 = true
88
tool_call = true
9-
knowledge = "2025-08"
9+
knowledge = "2025-08-31"
1010
open_weights = false
1111

1212
[cost]
@@ -27,4 +27,4 @@ output = 64_000
2727

2828
[modalities]
2929
input = ["text", "image", "pdf"]
30-
output = ["text"]
30+
output = ["text"]

providers/aihubmix/models/claude-sonnet-4-6.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 = true
88
tool_call = true
9-
knowledge = "2025-08"
9+
knowledge = "2025-08-31"
1010
open_weights = false
1111

1212
[cost]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ reasoning = true
77
temperature = true
88
tool_call = true
99
structured_output = true
10-
knowledge = "2025-05"
10+
knowledge = "2025-05-31"
1111
open_weights = false
1212

1313
[cost]

providers/amazon-bedrock/models/anthropic.claude-sonnet-4-6.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 = true
88
tool_call = true
9-
knowledge = "2025-08"
9+
knowledge = "2025-08-31"
1010
open_weights = false
1111

1212
[cost]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ reasoning = true
77
temperature = true
88
tool_call = true
99
structured_output = true
10-
knowledge = "2025-05"
10+
knowledge = "2025-05-31"
1111
open_weights = false
1212

1313
[cost]

providers/amazon-bedrock/models/eu.anthropic.claude-sonnet-4-6.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 = true
88
tool_call = true
9-
knowledge = "2025-08"
9+
knowledge = "2025-08-31"
1010
open_weights = false
1111

1212
[cost]

0 commit comments

Comments
 (0)