Skip to content

Commit f93c1a8

Browse files
authored
Merge pull request #1478 from Kaspazza/dev
Add Github Copilot Claude Opus 4.7
2 parents 785a091 + 63450ab commit f93c1a8

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

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"]

0 commit comments

Comments
 (0)