We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 721464b + 9c5839a commit 72fa27aCopy full SHA for 72fa27a
1 file changed
providers/gitlab/models/duo-chat-opus-4-7.toml
@@ -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"]
0 commit comments