Skip to content

Commit 305bdb6

Browse files
authored
Merge branch 'dev' into add-extends-support
2 parents 2e5b4b4 + f93c1a8 commit 305bdb6

12 files changed

Lines changed: 56 additions & 55 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]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Claude Opus 4.7"
2+
family = "claude-opus"
3+
release_date = "2026-04-16"
4+
last_updated = "2026-04-16"
5+
attachment = true
6+
reasoning = true
7+
temperature = false
8+
tool_call = true
9+
knowledge = "2026-01-31"
10+
open_weights = false
11+
12+
[cost]
13+
input = 0
14+
output = 0
15+
16+
[limit]
17+
context = 144_000
18+
output = 64_000
19+
input = 128_000
20+
21+
[modalities]
22+
input = ["text", "image"]
23+
output = ["text"]
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name = "Agentic Chat (Claude Opus 4.7)"
2+
family = "claude-opus"
3+
release_date = "2026-04-16"
4+
last_updated = "2026-04-16"
5+
attachment = true
6+
reasoning = true
7+
temperature = false
8+
tool_call = true
9+
knowledge = "2026-01-31"
10+
open_weights = false
11+
12+
[cost]
13+
input = 0
14+
output = 0
15+
cache_read = 0
16+
cache_write = 0
17+
18+
[limit]
19+
context = 1_000_000
20+
output = 64_000
21+
22+
[modalities]
23+
input = ["text", "image", "pdf"]
24+
output = ["text"]

providers/helicone/models/codex-mini-latest.toml

Lines changed: 0 additions & 23 deletions
This file was deleted.

providers/openai/models/codex-mini-latest.toml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)