We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 785a091 + 63450ab commit f93c1a8Copy full SHA for f93c1a8
1 file changed
providers/github-copilot/models/claude-opus-4.7.toml
@@ -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"]
0 commit comments