We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8126124 commit 9799a84Copy full SHA for 9799a84
providers/cortecs/models/claude-opus4-7.toml
@@ -0,0 +1,24 @@
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 = 5.60
14
+output = 27.99
15
+cache_read = 0.56
16
+cache_write = 6.99
17
18
+[limit]
19
+context = 1_000_000
20
+output = 128_000
21
22
+[modalities]
23
+input = ["text", "image", "pdf"]
24
+output = ["text"]
0 commit comments