Skip to content

Commit 435ec1d

Browse files
committed
feat(302ai): add claude-opus-4-7 model
1 parent ac7e35a commit 435ec1d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name = "claude-opus-4-7"
2+
release_date = "2026-04-17"
3+
last_updated = "2026-04-17"
4+
attachment = true
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
open_weights = false
9+
knowledge = "2025-05"
10+
11+
[cost]
12+
input = 5.000
13+
output = 25.000
14+
cache_read = 0.500
15+
cache_write = 6.250
16+
17+
[cost.context_over_200k]
18+
input = 10.000
19+
output = 37.500
20+
cache_read = 1.000
21+
cache_write = 12.500
22+
23+
[limit]
24+
context = 200_000
25+
output = 128_000
26+
27+
[modalities]
28+
input = ["text", "image", "pdf"]
29+
output = ["text"]

0 commit comments

Comments
 (0)